Add a capabilities page for Fern Docs - #6556
Merged
Merged
Conversation
| </Card> | ||
|
|
||
| <Card title="Accessibility" icon="fa-duotone fa-universal-access" href="/learn/docs/accessibility/overview"> | ||
| WCAG 2.1 AA color contrast, keyboard navigation, and screen reader support |
Contributor
There was a problem hiding this comment.
📝 [vale] reported by reviewdog 🐶
[FernStyles.Acronyms] 'WCAG' has no definition.
| - **Self-hosting**: Deploy on your own infrastructure to meet security and compliance requirements. [Learn more](/learn/docs/self-hosted/overview) | ||
| - **Analytics and integrations**: Forward events to PostHog, Google, Segment, Mixpanel, Fullstory, and Intercom. [Learn more](/learn/docs/integrations/overview) | ||
| - **SEO and GEO**: Control metadata, slugs, redirects, and `robots.txt`. [Learn more](/learn/docs/seo/overview) | ||
| - **Accessibility**: WCAG 2.1 AA color contrast, keyboard navigation, and screen reader support. [Learn more](/learn/docs/accessibility/overview) |
Contributor
There was a problem hiding this comment.
📝 [vale] reported by reviewdog 🐶
[FernStyles.Acronyms] 'WCAG' has no definition.
Contributor
|
🌿 Preview your docs: https://fern-preview-fern-capabilities-pages.docs.buildwithfern.com/learn Here are the markdown pages you've updated: |
Contributor
Author
|
Requested by: devin.logan |
…/docs into fern/capabilities-pages
| --- | ||
|
|
||
| Build a docs site quickly by importing your existing styling and specs. |
Contributor
There was a problem hiding this comment.
📝 [vale] reported by reviewdog 🐶
[FernStyles.Adverbs] Remove 'quickly' if it's not important to the meaning of the statement.
| Control metadata, slugs, redirects, and `robots.txt` | ||
| </Card> | ||
| <Card title="Accessibility" icon="fa-duotone fa-universal-access" href="/learn/docs/accessibility/overview"> | ||
| WCAG 2.1 AA contrast, keyboard navigation, and screen readers |
Contributor
There was a problem hiding this comment.
📝 [vale] reported by reviewdog 🐶
[FernStyles.Acronyms] 'WCAG' has no definition.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a Capabilities page to the Docs product (
/learn/docs/getting-started/capabilities), mirroring the existing SDK capabilities page: alayout: overviewpage with a three-columnCardGroupand an equivalentllms-onlylist. It covers components, Fern Editor, navigation, API References, API Explorer, Ask Fern, MCP, Markdown access, agent skills, Fern Writer, search, customization, global themes, auth and RBAC, localization, multi-source, previews, custom domains, self-hosting, analytics, SEO, and accessibility.The Docs overview's Features section previously listed five features that the new page now owns; it is cut down to two cards (All capabilities, AI features) so the two pages do not restate each other.
The Dashboard gets no new page: the existing Dashboard overview gains the one capability it was missing (SSO), and two
Ask Fern conversationslinks that pointed at the non-existent/learn/ask-fern/getting-started/what-is-ask-fernnow point at/learn/docs/ai-features/ask-fern/overview.fern checkpasses with no new warnings.Requested by: Fern Support