Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 705 Bytes

File metadata and controls

27 lines (19 loc) · 705 Bytes

Website and documentation for Tauon

Built with Starlight


Project Structure

Inside the Starlight project, you'll see the following folders and files:

.
├── public/
├── src/
│   ├── assets/
│   ├── content/
│   │   └── docs/
│   └── content.config.ts
├── astro.config.mjs
├── package.json
└── tsconfig.json

Starlight looks for .md or .mdx files in the src/content/docs/ directory. Each file is exposed as a route based on its file name.

Images can be added to src/assets/ and embedded in Markdown with a relative link.