Getting Started

Local workflow

  1. Export the current OpenAPI schema from Django.
  2. Validate the Fern configuration.
  3. Start the local docs preview.
$make export-schema
$cd fern
$fern check
$fern docs dev

Environments

  • Development schema: /dev/api/schema/
  • Production schema: /api/schema/

What to verify

  • All tags are shown in English
  • Schedule Booking endpoints are present
  • Standard response envelopes render as expected
  • Authenticated requests work in the API playground