diff --git a/fern/docs.yml b/fern/docs.yml index 1ad76ba12..0d78ac0aa 100644 --- a/fern/docs.yml +++ b/fern/docs.yml @@ -166,6 +166,21 @@ theme: page-actions: toolbar footer-nav: minimal +page-actions: + options: + skills: + title: Install agent skills + description: Skills for authoring Fern documentation, maintained in our open-source skills repo. + learn-more-url: https://buildwithfern.com/learn/docs/ai/agent-skills + repository: https://github.com/fern-api/skills + install-command: npx skills add fern-api/skills + skills: + - name: fern-docs + description: >- + Author and edit Fern documentation: MDX pages, navigation, docs.yml + config, custom components, landing pages, and changelog entries. + url: https://github.com/fern-api/skills/tree/main/skills/fern-docs + settings: http-snippets: - curl @@ -539,6 +554,8 @@ redirects: # Docs self-hosted / alternatives - source: /learn/docs/enterprise/self-hosted destination: /learn/docs/self-hosted/overview + - source: /learn/docs/self-hosted/releases + destination: /learn/docs/self-hosted/release-notes - source: /learn/docs/alternatives/mintlify destination: /learn/docs/getting-started/overview diff --git a/fern/fern.config.json b/fern/fern.config.json index 788fb6032..87b21f568 100644 --- a/fern/fern.config.json +++ b/fern/fern.config.json @@ -1,4 +1,4 @@ { "organization": "fern", - "version": "5.7.5" + "version": "5.47.1" } diff --git a/fern/products/docs/docs.yml b/fern/products/docs/docs.yml index 6e636477e..e1aa072b7 100644 --- a/fern/products/docs/docs.yml +++ b/fern/products/docs/docs.yml @@ -405,6 +405,7 @@ navigation: path: ./pages/self-hosted/health-check-endpoints.mdx - changelog: ./pages/self-hosted/changelog title: Releases + slug: release-notes - section: Analytics & integrations slug: integrations collapsed: true diff --git a/fern/products/docs/pages/self-hosted/self-hosted-set-up.mdx b/fern/products/docs/pages/self-hosted/self-hosted-set-up.mdx index 8471f0996..965a50168 100644 --- a/fern/products/docs/pages/self-hosted/self-hosted-set-up.mdx +++ b/fern/products/docs/pages/self-hosted/self-hosted-set-up.mdx @@ -80,7 +80,7 @@ RUN fern-generate -See [recent releases](/learn/docs/self-hosted/releases) to pin to a specific version instead of `:latest`. +See [recent releases](/learn/docs/self-hosted/release-notes) to pin to a specific version instead of `:latest`. diff --git a/fern/products/docs/pages/self-hosted/self-hosted.mdx b/fern/products/docs/pages/self-hosted/self-hosted.mdx index 6f7518955..1382a3899 100644 --- a/fern/products/docs/pages/self-hosted/self-hosted.mdx +++ b/fern/products/docs/pages/self-hosted/self-hosted.mdx @@ -78,7 +78,7 @@ Fern provides your documentation site as a ready-to-run Docker container that yo 1. **Upload your fern folder** - Add your documentation source files to the container 1. **Run the container** - Start your local server using standard Docker commands 1. **Deploy** - Set up your server environment and publish the documentation -1. **Receive updated Docker images** - Fern [releases new versions of the Docker image](/learn/docs/self-hosted/releases) that your team can evaluate and deploy when ready. +1. **Receive updated Docker images** - Fern [releases new versions of the Docker image](/learn/docs/self-hosted/release-notes) that your team can evaluate and deploy when ready. ### Architecture diagram