An open API service indexing awesome lists of open source software.

https://github.com/vahor/docs-template


https://github.com/vahor/docs-template

documentation markdown openapi react

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Build

```bash
bun run build
```

# Serve

Everything is in `out` folder. You can debug locally with the default Caddy file:

```bash
caddy run
```

and open https://localhost:8080

## Default pages

- Changelog: `https://localhost:8080/changelog/something`

## Inspiration

- Github api docs: https://docs.github.com/en/rest/activity/feeds?apiVersion=2022-11-28
- Stripe docs: https://docs.stripe.com/payments
- stripe api docs: https://stripe.com/docs/api
- mintlify docs + components : https://mintlify.com/ + https://github.com/mintlify/components
- auth0: https://auth0.com/docs/api/management/v2/actions/get-actions
- openai: https://platform.openai.com/docs/api-reference/chat/create
- https://supabase.com/docs/reference/api/v1-list-all-snippets
- https://github.com/fuma-nama/fumadocs/tree/dev/packages/ui/src/theme/typography
- https://docs.scalar.com/swagger-editor#version-0/reference/tag/planets/GET/planets/{planetId} for the modal editor