diff --git a/.docs/content/1.introduction/4.configuration.md b/.docs/content/1.introduction/4.configuration.md index e19715350..f90ae7f24 100644 --- a/.docs/content/1.introduction/4.configuration.md +++ b/.docs/content/1.introduction/4.configuration.md @@ -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 |