From 42fe96397dc1fa9f6750aed63b2df85e1566776f Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Tue, 2 Jul 2024 17:13:09 -0400 Subject: [PATCH] README: document adding a page Signed-off-by: William Woodruff --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index be70d14..c095fda 100644 --- a/README.md +++ b/README.md @@ -10,3 +10,10 @@ edit documents. Once it has started, navigate to [http://localhost:10000](http://localhost:10000) in your browser! Any edits made will render as you save your work. + +### Adding new pages + +To add a new page, you'll need to do two things: + +1. Create the page itself in the appropriate location under [`./docs`](./docs/). +2. Add the page to the `nav` hierarchy in [`mkdocs.yml`](./mkdocs.yml).