-
Notifications
You must be signed in to change notification settings - Fork 2
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
fix(generator-cli): support title property on readme features #1840
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
🌿 Preview your docs: https://fern-preview-4eae190b-fe08-43ea-8c7c-a3c8f3211cdb.docs.buildwithfern.com |
📦 Next.js Bundle Analysis for fern-platform-monorepoThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
Playwright test resultsDetails 101 tests across 10 suites Flaky testschromium › forward-proxy/nextjs.spec.ts › capture the flag Skipped testschromium › posthog.spec.ts › Posthog loads successfully |
🌿 Preview your docs: https://fern-preview-e4b6c35d-4981-48eb-b78b-dea57f705f1b.docs.buildwithfern.com |
🌿 Preview your docs: https://fern-preview-08b4145a-9430-41d3-b4d0-21577d3269cb.docs.buildwithfern.com |
Short description of the changes made
Adds
title
so we can control titles on features in README generation.What was the motivation & context behind this PR?
Want to add custom title to a feature in the TypeScript SDK.
How has this PR been tested?
Yup, see newly added testcase.