Files
privateGPT/fern
Seven cd543c2a5b docs: add DaoXE OpenAI-compatible gateway configuration example (#2303)
Add a provider guide showing how to configure PrivateGPT with DaoXE,
a multi-model multi-protocol AI API gateway at https://daoxe.com/v1.
Includes setup steps, advanced model profile examples, and a card in
the providers overview under a new "Cloud gateways" section.

Co-authored-by: hei <hei@heideMacBook-Pro.local>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
2026-07-23 08:23:41 +02:00
..
2026-06-02 16:55:46 +02:00

Fern Docs

This folder contains the Fern configuration and the checked-in documentation pages for the root repository.

Most page content mirrors the newer docs content from the sibling private-gpt checkout, but the published site for this repo is driven from fern/docs.yml and fern/openapi/openapi.json.

Common tasks

  • Refresh the OpenAPI spec: run make api-docs from the repo root.
  • Validate the Fern config locally: run cd fern && fern check.
  • Update navigation: edit fern/docs.yml.

Adding a page

Add the page file under fern/docs/pages/..., then register it in fern/docs.yml:

navigation:
  - tab: manual
    layout:
      - section: My Section
        contents:
          - page: My page
            path: ./docs/pages/manual/my-page.mdx