Standards

Documentation

Adding pages

To add new pages, create an .astro or markdown file in the desired section src/pages/[section]/my-page.md.

Remember to add it to the navigation config in src/config.ts so it shows up in the left side navigation.

You’re free to organize the pages however you want.