This is the source code for the Federated Directory documentation site.
Prerequisites:
- Node.js (v20 or higher)
- npm
Install dependencies:
npm installStart local development server:
npm run docs:devBrowse to http://localhost:5173
Build for production:
npm run docs:buildPreview production build:
npm run docs:previewThis site is built with VitePress and integrates Scalar for interactive API documentation.
docs/: Markdown source filesdocs/.vitepress/: VitePress configuration and theme customizationscripts/: Build-time scripts (e.g., Swagger sanitization)