Skip to content

Commit

Permalink
feat(global): Add suggestEditBranch config docs
Browse files Browse the repository at this point in the history
* Adds documentation for the `suggestEditBranch` feature proposed in mintlify#99
  • Loading branch information
rifont authored Sep 16, 2023
1 parent 31555d1 commit 5909b00
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions settings/global.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,11 @@ Example:
<ResponseField name="suggestEdit" type="boolean" default="false">
Enables a button to allow users to suggest edits via pull requests
</ResponseField>
<ResponseField name="suggestEditBranch" type="string">
Set the git branch to open the suggest edit pull requests against. Default is the configured deploy branch.

Only relevant when `suggestEdit` is `true`.
</ResponseField>
<ResponseField name="raiseIssue" type="boolean" default="false">
Enables a button to allow users to raise an issue about the documentation
</ResponseField>
Expand Down

0 comments on commit 5909b00

Please sign in to comment.