File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 44
55## Setup
66
7- Install ` @docus /github ` in your project:
7+ Install ` @nuxtlabs /github-module ` in your project:
88
99``` bash
1010# Using Yarn
11- yarn add --dev @docus /github
11+ yarn add --dev @nuxtlabs /github-module
1212# Using NPM
13- npm install --save-dev @docus /github
13+ npm install --save-dev @nuxtlabs /github-module
1414```
1515
16- Then, add ` @docus /github ` to the ` modules ` section of your ` nuxt.config.ts ` :
16+ Then, add ` @nuxtlabs /github-module ` to the ` modules ` section of your ` nuxt.config.ts ` :
1717
1818``` ts
1919import { defineNuxtConfig } from ' nuxt'
2020
2121export default defineNuxtConfig ({
2222 modules: [
2323 ' @nuxt/content' , // Required
24- ' @docus /github'
24+ ' @nuxtlabs /github-module '
2525 ],
2626 github: {
2727 repo: ' nuxt/framework' // Or use GITHUB_REPO in .env
You can’t perform that action at this time.
0 commit comments