Files
archived-drop-api-autogen/README.md
DecDuck f26e7f1a45 Initial commit
Created the barebones of the tooling.

Design comes next.
2025-08-09 20:19:16 +10:00

12 lines
438 B
Markdown

# Drop Developer Docs
## About
This project auto-generates Markdown documentation from the `drop` submodule, for developers. It then compiles it with a Nuxt 3 project to make the API docs.
## Contributing
Most of the custom tooling is in `tools/`. It uses the TypeScript compiler API to fetch metadata about the codebase.
The rest of the project is a stock-standard Nuxt 3 CMS project.
## License
Check out [LICENSE.md](./LICENSE.md)