Skip to content

Commit

Permalink
move kit above tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
edgaruncentered committed Jan 19, 2024
1 parent 7a48e4a commit eb9cf57
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,18 @@

- [Overview](./process_stdlib/overview.md)

# Kit: Development Tool**kit**

- [`kit`](./kit/kit.md)
- [`boot-fake-node`](./kit/boot-fake-node.md)
- [`new`](./kit/new.md)
- [`build`](./kit/build.md)
- [`start-package`](./kit/start-package.md)
- [`remove-package`](./kit/remove-package.md)
- [`dev-ui`](./kit/dev-ui.md)
- [`inject-message`](./kit/inject-message.md)
- [`run-tests`](./kit/run-tests.md)

# Tutorial: Build and Deploy an App

- [Environment Setup](./my_first_app/chapter_1.md)
Expand All @@ -39,18 +51,6 @@
- [Putting Everything Together](./chess_app/putting_everything_together.md)
- [Extension 1: Chat](./chess_app/chat.md)

# Kit: Development Tool**kit**

- [`kit`](./kit/kit.md)
- [`boot-fake-node`](./kit/boot-fake-node.md)
- [`new`](./kit/new.md)
- [`build`](./kit/build.md)
- [`start-package`](./kit/start-package.md)
- [`remove-package`](./kit/remove-package.md)
- [`dev-ui`](./kit/dev-ui.md)
- [`inject-message`](./kit/inject-message.md)
- [`run-tests`](./kit/run-tests.md)

# Cookbook (Handy Recipes)

- [Cookbook Overview](./cookbook/cookbook_overview.md)
Expand Down

0 comments on commit eb9cf57

Please sign in to comment.