amorriscode / daytona-docs

Home Page:https://www.daytona.io/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Daytona Development Environment Management Platform: Documentation

Built with Starlight

πŸš€ Project Structure

Inside your Daytona DEM Documentation project, powered by Astro + Starlight, you'll find the following structure:

.
β”œβ”€β”€ public/
β”œβ”€β”€ src/
β”‚   β”œβ”€β”€ assets/
β”‚   β”œβ”€β”€ content/
β”‚   β”‚   β”œβ”€β”€ docs/
β”‚   β”‚   β”‚   β”œβ”€β”€ getting-started.md
β”‚   β”‚   β”‚   β”œβ”€β”€ architecture.md
β”‚   β”‚   β”‚   β”œβ”€β”€ installation/
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ single-node.md
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ cluster.md
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ idps.md
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ domains.md
β”‚   β”‚   β”‚   β”‚   └── uninstall.md
β”‚   β”‚   β”‚   β”œβ”€β”€ configuration/
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ user-types.md
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ git-providers.md
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ teams.md
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ templates.md
β”‚   β”‚   β”‚   β”‚   └── licensing.md
β”‚   β”‚   β”‚   β”œβ”€β”€ usage/
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ workspaces.md
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ ides.md
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ account.md
β”‚   β”‚   β”‚   β”‚   └── projects.md
β”‚   β”‚   β”‚   β”œβ”€β”€ administration/
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ application-logs.md
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ audit-logs.md
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ high-density.md
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ telemetry.md
β”‚   β”‚   β”‚   β”‚   └── appearance.md
β”‚   β”‚   β”‚   └── tools/
β”‚   β”‚   β”‚       β”œβ”€β”€ api.md
β”‚   β”‚   β”‚       β”œβ”€β”€ cli.md
β”‚   β”‚   β”‚       β”œβ”€β”€ vs-code-extension.md
β”‚   β”‚   β”‚       └── jetbrains-gateway.md
β”‚   β”‚   └── config.ts
β”‚   └── env.d.ts
β”œβ”€β”€ astro.config.mjs
β”œβ”€β”€ package.json
└── tsconfig.json

Daytona uses Starlight to manage documentation content. Place your .md or .mdx files in the src/content/docs/ directory to match the structure above. These files will automatically become available as routes.

Store images in src/assets/ to include them in your Markdown files with relative link ../../../assets/.

Place static assets, such as icons and manifest files, into the public/ directory.

🧞 Commands

Execute these commands from the root of your project in a terminal:

Command Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:4321
npm run build Builds your production site to ./dist/
npm run preview Previews your build locally before deployment
npm run astro ... Runs CLI commands like astro add, astro check
npm run astro -- --help Provides help for using the Astro CLI

πŸ‘€ Looking for more information on how to structure and develop docs with Astro and Starlight?

Explore Starlight’s documentation, delve into Astro’s docs, or join the vibrant Astro Discord community for support.

NOTES

About

https://www.daytona.io/docs


Languages

Language:MDX 61.4%Language:SCSS 16.6%Language:Astro 14.7%Language:JavaScript 3.4%Language:TypeScript 3.3%Language:Dockerfile 0.3%Language:CSS 0.2%