We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48067cc commit 42fe963Copy full SHA for 42fe963
README.md
@@ -10,3 +10,10 @@ edit documents.
10
11
Once it has started, navigate to [http://localhost:10000](http://localhost:10000)
12
in your browser! Any edits made will render as you save your work.
13
+
14
+### Adding new pages
15
16
+To add a new page, you'll need to do two things:
17
18
+1. Create the page itself in the appropriate location under [`./docs`](./docs/).
19
+2. Add the page to the `nav` hierarchy in [`mkdocs.yml`](./mkdocs.yml).
0 commit comments