Package Exports
- @goulvenclech/astropi
- @goulvenclech/astropi/package.json
- @goulvenclech/astropi/pages/[...blog].astro
- @goulvenclech/astropi/pages/[...docs-content].astro
- @goulvenclech/astropi/pages/[...docs-openapi].astro
- @goulvenclech/astropi/pages/blog.astro
- @goulvenclech/astropi/pages/docs-content.astro
- @goulvenclech/astropi/pages/docs-openapi.astro
- @goulvenclech/astropi/pages/index.astro
Readme
Astropi - Let's make a better doc 🪐
Astropi is a free and open-source project that helps you build beautiful and accessible API documentation for your projects. It's built with Astro, a fast and modern Static Site Generator.
This core package contains the components, styles, and utilities that power the project.
🚀 How to use Astropi
Create a new Astropi project by running the following command:
# If you use npm
npm create astro --template github:goulvenclech/astropi/starter
# If you use yarn
yarn create astro --template github:goulvenclech/astropi/starter
# If you use pnpm
pnpm create astro --template github:goulvenclech/astropi/starter
Or add Astropi to an existing Astro project:
# If you use npm
npx astro add @goulvenclech/astropi
# If you use yarn
yarn astro add @goulvenclech/astropi
# If you use pnpm
pnpm astro add @goulvenclech/astropi
From there, read the generated README.md
in your new project, or check out the Astropi documentation for more information.