File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ Config edits can be done through github.com UI or by using [Git CLI](https://www
1212
1313 - Modify ` chewieConfig.js ` file in forked ` docpad-skeleton-apidocs ` repository. Change the ` path ` attribute to:
1414 ```
15- path: process.env.REGISTRY_PATH || 'https://github.com/your_github_username/apidoc-workshop-docu_registry.git'
15+ path: process.env.REGISTRY_PATH || 'https://github.com/your_github_username/apidoc-workshop-docu_registry.git',
1616 ```
1717 - Modify ` minerva.json ` file in forked ` apidoc-workshop-docu_registry ` repository. Change the ` location ` attribute:
1818 ```
19- "location": "https://github.com/your_github_username/minerva"
19+ "location": "https://github.com/your_github_username/minerva",
2020 ```
2121
2222## Start the API Doc portal locally
You can’t perform that action at this time.
0 commit comments