Skip to content

Commit 5b88a2d

Browse files
committed
Config updates
1 parent 64996dc commit 5b88a2d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/.vuepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module.exports = {
3131
*/
3232
themeConfig: {
3333
logo: 'https://settle.eu/wp-content/uploads/2020/10/Settle-color.svg',
34-
repo: 'SettleForDevelopers/Developer-Docs',
34+
repo: 'SettleAPI/developer-docs',
3535
docsBranch: 'dev',
3636
docsDir: 'docs',
3737
repoLabel: 'Contribute',

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "settle-developer-docs-with-netlify-cms",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Documentation for the Settle APIs",
55
"authors": {
66
"name": "Christian Wick",
77
"email": "[email protected]"
88
},
9-
"repository": "https://github.com/SettleForDevelopers/Settle-Developer-Docs-with-Netlify-CMS",
9+
"repository": "https://github.com/SettleAPI/developer-docs",
1010
"license": "MIT",
1111
"scripts": {
1212
"docs:dev": "vuepress dev docs",

0 commit comments

Comments
 (0)