Skip to main content

Ekklesia — Documentation

Ekklesia manages the platform documentation:

  • Docusaurus — Static site generator for modern documentation
  • GitHub Pages — Hosting at docs.osinfra.io
  • GitHub Actions — Automated build and deployment on push to main
  • Dark theme — Custom dark color scheme with amber accents

Repository

Local Development

npm ci
npm run start

This starts a local development server at http://localhost:3000.

Build

npm run build

This generates the static site in the build/ directory.