Les docs pour les projets de la Division. https://docs.stalla.dev
  • Astro 47.2%
  • JavaScript 33.9%
  • MDX 10.8%
  • TypeScript 7.7%
  • CSS 0.4%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Lameur d7b26ce31a
Switch to bun
Signed-off-by: Lameur <lameur@stalla.dev>
2026-07-30 20:56:16 +02:00
.mise Switch to bun 2026-07-30 20:56:16 +02:00
public Fix build 2026-07-29 10:57:33 +02:00
src Fix build 2026-07-29 10:57:33 +02:00
.gitignore init 2025-12-04 12:56:19 +01:00
astro.config.mjs Switch to bun 2026-07-30 20:56:16 +02:00
LICENSE Update pkg and compiler options 2026-03-09 20:17:29 +01:00
mise.toml Ajout de nouvelles configurations et dépendances pour le projet, y compris des tâches de construction et de développement, ainsi que des icônes et des styles personnalisés. 2026-02-22 12:07:17 +01:00
package.json Switch to bun 2026-07-30 20:56:16 +02:00
README.md init 2025-12-04 12:56:19 +01:00
tsconfig.json Update deps 2026-04-26 14:31:47 +02:00

Starlight Starter Kit: Basics

Built with Starlight

yarn create astro@latest -- --template starlight

🧑‍🚀 Seasoned astronaut? Delete this file. Have fun!

🚀 Project Structure

Inside of your Astro + 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.

Static assets, like favicons, can be placed in the public/ directory.

🧞 Commands

All commands are run from the root of the project, from a terminal:

Command Action
yarn install Installs dependencies
yarn dev Starts local dev server at localhost:4321
yarn build Build your production site to ./dist/
yarn preview Preview your build locally, before deploying
yarn astro ... Run CLI commands like astro add, astro check
yarn astro -- --help Get help using the Astro CLI

👀 Want to learn more?

Check out Starlights docs, read the Astro documentation, or jump into the Astro Discord server.