This repository contains the source code for the documentation site of the FastAPI Starter Kit, accessible at fastapi-startkit.github.io.
The documentation is built using VitePress, a Vite-native documentation framework.
To run the documentation site locally for development:
# Install dependencies
npm install
# Start local development server
npm run docs:devThe site is automatically built and deployed to GitHub Pages using GitHub Actions.
- Workflow: .github/workflows/deploy.yml
- Automatic Deployment: Any push to the
mainbranch triggers a new build and deployment.
docs/: Contains the Markdown files for the documentation..vitepress/: VitePress configuration and theme customizations.index.md: The landing page of the documentation site.