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/THEMING.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ for some ideas.
31
31
32
32
- In the folder you created, replace `require('../')` on lines 10 and 11 of `index.js` with `require('documentation')` and save.
33
33
34
-
- You can now make changes that will show up when you generate your docs using your theme. Example `package.json``scripts` entry: `"node_modules/.bin/documentation build index.js -f html -o docs --theme node_modules/docjs-theme"`
34
+
- You can now make changes that will show up when you generate your docs using your theme. Example `package.json``scripts` entry: `"documentation build index.js -f html -o docs --theme node_modules/docjs-theme"`
0 commit comments