Skip to content

Commit

Permalink
docs: 📝 added scaffold for basic tutorial docs
Browse files Browse the repository at this point in the history
These will be written after v0.1.0 is published.
  • Loading branch information
arctic-hen7 committed Sep 2, 2021
1 parent 9a04809 commit 23fd0a6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
- [Introduction](./intro.md)
- [Setup](./setup.md)
- [Architecture](./arch.md)
- [Building Your First App]()
- [Building Your First App](./tutorials/first_app/intro.md)
- [Installation and Setup](./tutorials/first_app/setup.md)
- [CLI](./cli.md)
- [Templates](./templates.md)
- [Routing](./routing.md)
Expand Down
4 changes: 2 additions & 2 deletions docs/src/tutorials/first_app/intro.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Building Your First App

This section is a tutorial on building your first app with Perseus!
This section is a tutorial on building your first app with Perseus! This will cover the basic usage of the Perseus CLI to build/serve your app, the setup of a routing system, and the creation of basic templates by teaching you by example how to create a simple site with an index page and an about page.

TODO
If learning by reading isn't really your thing, or you'd like a reference, you can see all the code in the `basic` example [here](https://github.com/arctic-hen7/perseus/tree/main/examples/basic).
3 changes: 3 additions & 0 deletions docs/src/tutorials/first_app/setup.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Installation and Setup

TODO

0 comments on commit 23fd0a6

Please sign in to comment.