Getting Started
This manual explains how to add new documents to the documentation system and make them available on the site.
1. Where Documents Live
Documentation files are stored in the docs folder.
Example structure:
/docs
getting-started.md
user-guide.md
api-reference.md
Each file becomes a page in the documentation.
2. How to Add a New Document
To add a new document:
- Create a new file in the
docsfolder. - Use the
.mdextension. - Add a title at the top.
Example:
# Document Title
This is the content of the document.