Fixing edit URL (#153)

Signed-off-by: Jonsy13 <vedant.shrotria@chaosnative.com>
This commit is contained in:
Vedant Shrotria 2021-11-25 13:43:37 +05:30 committed by GitHub
parent f1f8f9a8fd
commit ad8b497903
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ module.exports = {
{
docs: {
sidebarPath: require.resolve('./sidebars.js'),
editUrl: 'https://github.com/litmuschaos/litmus-docs/edit/staging/website',
editUrl: 'https://github.com/litmuschaos/litmus-docs/edit/master/website',
showLastUpdateTime: true
},
theme: {