Documentation Changes
This documentation helps our users understand how to use User Office and troubleshoot common issues on their own.
Engine
The documentation is built using MkDocs, a static site generator specifically designed for technical documentation. MkDocs converts Markdown files into HTML pages and supports a variety of extensions, themes, and other features.
Learn More:
General Guidelines
When contributing to the documentation, keep the following guidelines in mind:
- Explain when and why a user would want to use a specific feature.
- Include working examples.
- Ensure that all code snippets are correctly formatted and easy to read.
- Provide comments in code examples where necessary.
- Check for spelling and grammatical errors; tools like Grammarly can be helpful.
Running the Documentation Locally
To preview your changes locally, follow these steps:
- Navigate to the
/documentation
directory in your terminal. - Run the following command:
mkdocs serve
This will start a local server where you can view the documentation in your browser.
Adding New Pages
If you add a new page, make sure to update the mkdocs.yml file:
- Open
mkdocs.yml
. - Locate the
nav
section. - Add your new page under the appropriate section to ensure it appears in the site navigation.