Fixing edit URL (#153)
Signed-off-by: Jonsy13 <vedant.shrotria@chaosnative.com>
This commit is contained in:
parent
f1f8f9a8fd
commit
ad8b497903
|
|
@ -162,7 +162,7 @@ module.exports = {
|
||||||
{
|
{
|
||||||
docs: {
|
docs: {
|
||||||
sidebarPath: require.resolve('./sidebars.js'),
|
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
|
showLastUpdateTime: true
|
||||||
},
|
},
|
||||||
theme: {
|
theme: {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue