This repository contains the public documentation site for Logstag. It is built with Docusaurus and published as a static site.
npm installnpm run startThis starts the local development server. Most content and styling changes are reflected live without restarting the server.
npm run buildThis generates static content in the build directory.
Before publishing documentation changes, run:
npm run typecheck
npm run builddocs/: Markdown documentation pages.sidebars.ts: Documentation navigation.docusaurus.config.ts: Site metadata, navigation, and Docusaurus settings.src/css/custom.css: Global theme overrides.static/img/: Static brand and site assets.
Production deployment is handled by the GitHub Pages workflow in .github/workflows/deploy.yml.