fix repo name

fix the nav link to the github repository on the documentation site  (https://tobyzerner.github.io/json-api-server/)
This commit is contained in:
Basemaster 2021-07-29 11:50:03 +03:00 committed by GitHub
parent 5c34ac06bb
commit 89858188e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ module.exports = {
] ]
} }
], ],
repo: 'tobyz/json-api-server', repo: 'tobyzerner/json-api-server',
editLinks: true, editLinks: true,
docsDir: 'docs' docsDir: 'docs'
} }