The Lago documentation is available at getlago.com/docs.
| Project | Release Badge |
|---|---|
| Lago | |
| Lago OpenAPI |
mise install
pnpm install
pnpm run devNoticed that the production openapi spec file is linked in the docs.json. Locally, you can update this value
to test with your local file but make sure you don't commit this change. It's recommended to create a symlink
at the root of the folder, I had issues when using ../.
ln -s ../lago-openapi/openapi.yaml "api": {
- "openapi": "https://swagger.getlago.com/openapi.yaml",
+ "openapi": "openapi.yaml",
"mdx": {