Skip to content

vatly/vatly-docs

Repository files navigation

Vatly Docs

API documentation for Vatly, the Merchant of Record billing platform for European SaaS companies.

Live at docs.vatly.com

Stack

  • Docus (Nuxt Content + Nuxt UI)
  • Static site deployed via GitHub Pages

Development

npm install
npx nuxi dev

Build & Deploy

npx nuxi build
npx gh-pages --dotfiles -d .output/public

Structure

content/
├── index.md                      # Landing page (overridden by app/pages/index.vue)
├── 1.guides/                     # Guides (quickstart, auth, pagination, etc.)
└── 2.api-reference/              # API reference (customers, checkouts, etc.)
app/
├── app.config.ts                 # Docus theme config (logo, colors)
└── pages/index.vue               # Custom landing page
public/
├── openapi.yaml                  # OpenAPI 3.2 spec
└── vatly-logo-*.{svg,png}        # Brand assets

License

MIT © Vatly B.V.

Vatly, the Vatly logo, and associated brand assets are trademarks of Vatly B.V. and may not be used without permission.

About

Documentation app for docs.vatly.com

Resources

License

Stars

Watchers

Forks

Contributors