Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions fern/docs/core-concepts/triggers.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ You can configure specific directories to monitor, focusing documentation effort
<AccordionGroup>
<Accordion title="Auto-publish Mode">
When auto-publish is enabled for your project:
- Promptless automatically creates a new PR with suggested documentation changes
- The documentation PR is linked in a comment on the original code PR
- Promptless automatically creates a new PR in your documentation repository with suggested changes
- For GitHub PR triggers, the documentation PR is linked in a comment on the original code PR
</Accordion>
</AccordionGroup>

Expand Down
2 changes: 1 addition & 1 deletion fern/docs/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Need both trigger types? Create separate projects with identical settings for ea
</ParamField>

<ParamField path="Auto-publish" type="boolean">
Automatically create PRs with documentation changes (GitHub/Bitbucket only)
Automatically create PRs with documentation changes
</ParamField>

<ParamField path="Process Recent PRs" type="boolean">
Expand Down