Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions fern/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion fern/fern.config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"organization": "fern",
"version": "5.7.5"
"version": "5.47.1"
}
1 change: 1 addition & 0 deletions fern/products/docs/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ RUN fern-generate
</Info>

<Tip>
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`.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [vale] reported by reviewdog 🐶
[FernStyles.Current] Avoid time-relative terms like 'latest' that become outdated

</Tip>

</Step>
Expand Down
2 changes: 1 addition & 1 deletion fern/products/docs/pages/self-hosted/self-hosted.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading