Skip to main content

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:

  1. Create a new file in the docs folder.
  2. Use the .md extension.
  3. Add a title at the top.

Example:

# Document Title

This is the content of the document.