File tree Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Original file line number Diff line number Diff line change 22
33> GitHub integration for Docus.
44
5-
65## Quick Setup
76
871 . Add ` @docus/github ` dependency to your project:
98
109``` bash
11- # using yarn
10+ # Using Yarn
1211yarn add --dev @docus/github
13- # using npm
12+ # Using NPM
1413npm install --save-dev @docus/github
1514```
1615
17-
18162 . Add ` @docus/github ` to the ` buildModules ` section of your ` nuxt.config.js `
1917
20- ```
18+ ``` js
2119{
22- buildModules: [
23- '@docus/github'
24- ]
20+ buildModules: [' @docus/github' ]
2521}
2622```
2723
28-
2924## Usage
3025
31- ### Get github releases using ` $docus.data ` util
26+ ### Get GitHub releases using ` $docus.data ` util
3227
3328``` js
3429$docus .data (' github-releases' )
@@ -38,4 +33,4 @@ $docus.data('github-releases')
3833
39341 . Clone this repository
40352 . Install dependencies using ` yarn install `
41- 3 . Start dev server using ` yarn dev `
36+ 3 . Start dev server using ` yarn dev `
You can’t perform that action at this time.
0 commit comments