โ— Shell
clean mode source โ†—

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 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.


๐Ÿš€ Getting Started (Development & Preview)

Install dependencies and run the local dev server: