GitHub - learndaxa/docs
๐ Daxa Documentation
Welcome to the official documentation site for Daxa.
๐๏ธ Project Structure
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
โ๏ธ Writing Documentation
-
Tutorials:
Place step-by-step learning materials insrc/content/docs/tutorial. -
Wiki Pages:
Store in-depth articles, explanations, and references insrc/content/docs/wiki.
Each .md or .mdx file will be automatically integrated into the site's sidebar and routing.
๐ Getting Started (Development & Preview)
Install dependencies and run the local dev server: