This is the official documentation website for FastAPI-Route - a file-based routing library for FastAPI.
Source code: github.com/inject3r/fastapi-route
First, run the development server:
npm run devOpen http://localhost:3000 to see the result.
Documentation files are stored in content/[version]/docs/ as Markdown files with YAML frontmatter.
To create a production build:
npm run buildMIT