Skip to content

Commit

Permalink
docs: update definitions of configuration (#786)
Browse files Browse the repository at this point in the history
  • Loading branch information
Barbapapazes committed Jan 26, 2023
1 parent 972f359 commit 056a877
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .docs/content/1.introduction/4.configuration.md
Expand Up @@ -121,8 +121,8 @@ export default defineAppConfig({
| `footer.iconLinks[0].icon` | `string` | | The icon to use (can be a component name) |
| **GitHub** | | | |
| `github` | `object` | `false` | GitHub integration configuration |
| `github.dir` | `boolean` | | Toggle "Edit this page on Github" component on documentation pages |
| `github.branch` | `boolean` | | Toggle "Edit this page on Github" component on documentation pages |
| `github.repo` | `boolean` | | Toggle "Edit this page on Github" component on documentation pages |
| `github.owner` | `boolean` | | Toggle "Edit this page on Github" component on documentation pages |
| `github.dir` | `string` | | Directory containing the files to be edited |
| `github.branch` | `string` | | Branch to start editing |
| `github.repo` | `string` | | Name of the GitHub repo to edit files |
| `github.owner` | `string` | | Owner of the repo |
| `github.edit` | `boolean` | | Toggle "Edit this page on Github" component on documentation pages |

0 comments on commit 056a877

Please sign in to comment.