Welcome to the Fablab documentation portal! This site automatically generates navigation based on the structure of documentation files.
- Install dependencies:
npm install - Start the development server:
npm run dev - Add your documentation files to the
assets/docsfolder - The navigation will automatically update to reflect your folder structure
- Create
.mdfiles in theassets/docsdirectory - Use subfolders to organize content - they will appear as dropdown menus
- Each file should include frontmatter with a title (optional, filename will be used as fallback)
Example:
---
title: "Getting Started Guide"
---
# Your content here