Getting Started
This guide will help you understand how to use and contribute to the wiki.
Adding New Pages
- Create a new
.md
file in thecontent
directory - Add front matter with title and category
- Write your content in Markdown
- Optionally, you can add pictures by uploading your image file to
public\images
directory and then using the file path.Images can be embedded with captions: ![Example diagram](/images/example-diagram.png) *Figure 1: An example diagram showing the documentation structure*
- See Example Article for all formatting tips
- Optionally, you can add pictures by uploading your image file to
- Commit and push to your wiki's GitHub repository
Organizing Content
- Use folders to organize related content
- Add front matter to set page metadata
- Link between pages using relative paths