-
Notifications
You must be signed in to change notification settings - Fork 4
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
feat: enable ability to add content within api pages #591
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
3 Ignored Deployments
|
PR PreviewBuilding... |
PR PreviewBuilding... |
PR PreviewBuilding... |
🌿 Preview your docs: https://fern-preview-33ea0ea1-5d1f-4a50-b1a4-3dcf3ab51006.docs.buildwithfern.com |
@@ -149,6 +150,33 @@ types: | |||
changelog: optional<docsReadV1.ChangelogSection> | |||
hidden: optional<boolean> | |||
fullSlug: optional<list<string>> | |||
navigation: optional<ApiNavigationConfigRoot> |
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.
should this just depend on read?
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.
no because the config contains NavigationItem
, which is different between all three: write, db, and read.
🌿 Preview your docs: https://fern-preview-b1b349a8-f279-41fe-a403-c4d112f3fde8.docs.buildwithfern.com |
PR PreviewBuilding... |
🌿 Preview your docs: https://fern-preview-bfc19855-63f1-4aba-90fb-d2ccd8312c00.docs.buildwithfern.com |
PR PreviewBuilding... |
🌿 Preview your docs: https://fern-preview-42fcc92d-fc45-42b3-a229-924855b5566c.docs.buildwithfern.com |
PR PreviewBuilding... |
🌿 Preview your docs: https://fern-preview-388809f2-2025-4c88-8b2f-80367713cfb8.docs.buildwithfern.com |
PR PreviewBuilding... |
No description provided.