-
Notifications
You must be signed in to change notification settings - Fork 3
Update docs.yml page to site-level settings #1879
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update docs.yml page to site-level settings #1879
Conversation
- Rename page from 'What is docs.yml?' to 'Site-level settings' - Update title to 'Customize your site using docs.yml' - Update subtitle to 'Set theming, redirects, and more' - Rename file from what-is-docs-yml.mdx to site-level-settings.mdx - Add redirects from old URL to new URL - Update all internal links across documentation Co-Authored-By: Kapil Gowru <k.gowru@gmail.com>
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
| --- | ||
|
|
||
| You can add `availability` to an endpoint, type, or property within your Fern Definition. You can configure the `availability` of sections in your API reference documentation in your [`docs.yml` file](/learn/docs/configuration/what-is-docs-yml). | ||
| You can add `availability` to an endpoint, type, or property within your Fern Definition. You can configure the `availability` of sections in your API reference documentation in your [`docs.yml` file](/learn/docs/configuration/site-level-settings). |
There was a problem hiding this comment.
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.Reject] Use 'API Reference' instead of 'API reference'.
| The `x-fern-availability` extension is used to mark the availability of an endpoint within your OpenAPI definition. The availability information propagates into the generated Fern Docs website as visual tags. | ||
|
|
||
| You can configure the `availability` of sections in your API reference documentation in your [`docs.yml` file](/learn/docs/configuration/what-is-docs-yml). | ||
| You can configure the `availability` of sections in your API reference documentation in your [`docs.yml` file](/learn/docs/configuration/site-level-settings). |
There was a problem hiding this comment.
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.Reject] Use 'API Reference' instead of 'API reference'.
| ## Custom icons across your navigation | ||
| You can now use your own image files as icons throughout your `docs.yml` navigation config, including for [navbar link](/learn/docs/configuration/what-is-docs-yml#navbar-links-configuration), [section, page](/learn/docs/configuration/navigation#sidebar-icons), and [product](/learn/docs/configuration/products#add-your-product-configuration) icons. | ||
| You can now use your own image files as icons throughout your `docs.yml` navigation config, including for [navbar link](/learn/docs/configuration/site-level-settings#navbar-links-configuration), [section, page](/learn/docs/configuration/navigation#sidebar-icons), and [product](/learn/docs/configuration/products#add-your-product-configuration) icons. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[FernStyles.Current] Avoid time-relative terms like 'now' that become outdated
| <Accordion title="RBAC, versioning, and multi-product support"> | ||
|
|
||
| Stainless doesn't currently offer audience-specific content filtering, multi-version APIs, or unified multi-product sites. Fern provides [RBAC](/learn/docs/authentication/rbac) and [versioning](/learn/docs/configuration/what-is-docs-yml) capabilities for complex API portfolios. | ||
| Stainless doesn't currently offer audience-specific content filtering, multi-version APIs, or unified multi-product sites. Fern provides [RBAC](/learn/docs/authentication/rbac) and [versioning](/learn/docs/configuration/site-level-settings) capabilities for complex API portfolios. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[FernStyles.Current] Avoid time-relative terms like 'currently' that become outdated
- Change 'API reference' to 'API Reference' in availability docs - Remove time-relative terms 'now' and 'currently' from changelog and comparison docs Co-Authored-By: Kapil Gowru <k.gowru@gmail.com>
Update docs.yml page to site-level settings
Summary
This PR renames the "What is docs.yml?" documentation page to "Site-level settings" with updated title and subtitle as requested. The changes include:
what-is-docs-yml.mdx→site-level-settings.mdx/learn/docs/configuration/what-is-docs-ymland/learn/docs/customization/what-is-docs-yml) to new URL (/learn/docs/configuration/site-level-settings)Review & Testing Checklist for Human
/learn/docs/configuration/what-is-docs-ymland/learn/docs/customization/what-is-docs-yml) and confirm they redirect to the new URL#layout-configuration,#instances-configuration, etc.) to ensure they still work correctly/learn/docs/configuration/site-level-settingsand verify the title and subtitle display correctlyTest Plan
fern docs devlocally/learn/docs/configuration/site-level-settingsand verify the page loadsNotes
Link to Devin run: https://app.devin.ai/sessions/06fdd38e8a5a47e8957dbea37b3031cd
Requested by: Kapil Gowru (kapil@buildwithfern.com) / @kgowru