You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/en/themes/docs.md
+6-2
Original file line number
Diff line number
Diff line change
@@ -359,7 +359,11 @@ You can create a `content/settings.json` file to configure the theme.
359
359
-`logo` (`String` | `Object`)
360
360
- The logo of your project, can be an `Object` to set a logo per [color mode](https://github.com/nuxt-community/color-mode-module)
361
361
-`github` (`String`)
362
-
- The GitHub repository of your project `owner/name` to display the last version, the releases page, the link at the top and the `Edit this page on GitHub link` on each page. Example: `nuxt/content`
362
+
- The GitHub repository of your project `owner/name` to display the last version, the releases page, the link at the top and the `Edit this page on GitHub link` on each page Example: `nuxt/content`.
363
+
- For GitHub Enterprise, you have to assign a full url of your project without a trailing slash. Example: `https://hostname/repos/owner/name`.
364
+
-`githubApi` (`String`)
365
+
- For GitHub Enterprise, in addition to `github`, you have to assign a API full url of your project without a trailing slash. Example: `https://hostname/api/v3/repos/owner/name`.
366
+
- Releases are fetched from `${githubApi}/releases`.
363
367
-`twitter` (`String`)
364
368
- The Twitter username `@username` you want to link. Example: `@nuxt_js`
0 commit comments