| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Welcome to the official documentation site for Daxa.
This repository follows the Starlight documentation framework. Below are the key directories for managing content:
src/
└── content/
└── docs/
├── tutorial/ # All tutorial markdown files
└── wiki/ # All wiki markdown files
Tutorials:
Place step-by-step learning materials in src/content/docs/tutorial.
Wiki Pages:
Store in-depth articles, explanations, and references in src/content/docs/wiki.
Each .md or .mdx file will be automatically integrated into the site's sidebar and routing.
Install dependencies and run the local dev server:
npm install
npm run dev| Back | FazBrowse Home | New Git URL |