Welcome to Main Page
This is the main page content. You can write any markdown here.
Features
- Nested directories: Create subdirectories with their own
content.md files
- Images: Place images in the same directory and reference them
- Full Markdown support: Use all standard markdown features
Example Image Reference
If you place an image like example.png in this directory, you can reference it like:

or
<img src="borscht.jpg" width="300" height="200" />
Creating Subdirectories
To create a new section:
- Create a subdirectory (e.g.,
docs/)
- Add a
content.md file in that subdirectory
- Optionally add images
- The structure will be automatically reflected in the served website
Navigation
The site will automatically generate:
- Breadcrumb navigation at the top
- Links to subdirectories at the bottom of each page
Enjoy your new documentation site!