ZRA API docs

Developer Notes

Notes for developers working with the ZRA VFMS hotel API documentation.

Developer Notes

This documentation site is built using Next.js with MDX content stored in content/docs.

Editing Documentation

  • Update page content in content/docs/*.mdx.
  • Use frontmatter metadata to set page title and description.
  • The docs site is served under /docs.

Search Support

Search is provided by app/api/search/route.ts.

Content Source

The documentation source adapter is implemented in lib/source.ts, and page configuration is managed in source.config.ts.

On this page