Skip to content
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

docs: update definitions of configuration #786

Merged
merged 1 commit into from Jan 26, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions .docs/content/1.introduction/4.configuration.md
Expand Up @@ -123,8 +123,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 |