Welcome to the source code for the Culturae Documentation.
The documentation is live at docs.culturae.me.
docs/: Contains the markdown source files for the documentation.en/: English content (Source of truth).fr/: French translations.es/: Spanish translations..vitepress/: VitePress configuration, theme, and customizations.
- Node.js (v20+) or Nix (with
direnv) - Yarn
-
Fork and clone the repository:
git clone https://github.com/<your-username>/docs.git cd docs
-
Install dependencies:
yarn install
To start the local development server with hot-reload:
yarn run devThe site will be available at http://localhost:3000 (or similar).
To build the static site:
yarn run buildThe output will be in docs/.vitepress/dist.
To test the production build locally:
yarn run previewThis project supports English (en), French (fr), and Spanish (es).
- When creating new content, please ensure it is added to the relevant language directories.
- The
docs/.vitepress/config.tsfile handles the navigation and sidebar structure for each locale.