Skip to content

docs: fix broken generators.yml in CLI generator quickstart - #6351

Merged
fern-support merged 1 commit into
mainfrom
devin/1784739477-fix-cli-generators-yaml
Jul 22, 2026
Merged

fern-support merged 1 commit into
mainfrom
devin/1784739477-fix-cli-generators-yaml

Conversation

@devin-ai-integration

Copy link
Copy Markdown
Contributor

Summary

The generators.yml code block in the CLI generator quickstart had a stray go appended to the generators: key, producing invalid YAML that readers would copy verbatim.

 groups:
   cli:
-    generators:go
+    generators:
       - name: fern-cli-generator

Link to Devin session: https://app.devin.ai/sessions/e9fc68a999ec40c482135d293c719632

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
@devin-ai-integration

Copy link
Copy Markdown
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment, CI, and merge conflict monitoring

@devin-ai-integration
devin-ai-integration Bot requested a review from devalog as a code owner July 22, 2026 16:58
@github-actions

Copy link
Copy Markdown
Contributor

@fern-support
fern-support enabled auto-merge (squash) July 22, 2026 17:36
@fern-support
fern-support merged commit 41f03c8 into main Jul 22, 2026
6 checks passed
@fern-support
fern-support deleted the devin/1784739477-fix-cli-generators-yaml branch July 22, 2026 17:36

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Fixes an invalid fern/generators.yml example in the CLI generator quickstart by removing a stray go appended to the generators: key, ensuring the snippet is valid YAML that readers can copy.

Changes:

  • Corrected generators:go to generators: in the fern/generators.yml code block.
  • Restored proper YAML structure for the cli group generator list.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants