Skip to content

Commit a1bb1a0

Browse files
authored
adding comma to snippets
for people like me that copy blindly without thinking :(
1 parent c0506c6 commit a1bb1a0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docu/using_docu_tool.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)