Files
privateGPT/fern
Javier Martinez 8a5c36725d docs: fix broken links (#2236)
* chore: add docs redirects

(cherry picked from commit 29fec7af0e)

* chore: fix links on doc

(cherry picked from commit ba56846b36a0e985e5efe5b38b09c1dfdf3e9acc)
(cherry picked from commit 2f86726aab656f12e809aa2bc83f67d8d08c83d8)

* fix: use current host instead hardcoded

(cherry picked from commit e32cac5afb13d49fba25101bd86afb1694044434)

* docs: fix links of doc

(cherry picked from commit 165f4c1a2abf65ba70ba2ba783ff644badfdf4a2)

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* docs: update index link

---------

Co-authored-by: Alfonso Lozana <alfonsolozana@gmail.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-06-02 20:20:09 +02:00
..
2026-06-02 20:20:09 +02:00
2026-06-02 20:20:09 +02:00
2023-11-16 23:25:14 +01: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