fix: correct editUrl
Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>
This commit is contained in:
parent
ad33d08b57
commit
dbca98be32
|
@ -113,12 +113,12 @@ module.exports = {
|
|||
docs: {
|
||||
sidebarPath: require.resolve('./sidebars.js'),
|
||||
// Please change this to your repo.
|
||||
editUrl: 'https://github.com/chaos-mesh/chaos-mesh/edit/master/website/',
|
||||
editUrl: 'https://github.com/chaos-mesh/website/edit/master/',
|
||||
},
|
||||
blog: {
|
||||
showReadingTime: true,
|
||||
// Please change this to your repo.
|
||||
editUrl: 'https://github.com/chaos-mesh/chaos-mesh/edit/master/website/',
|
||||
editUrl: 'https://github.com/chaos-mesh/website/edit/master/',
|
||||
},
|
||||
theme: {
|
||||
customCss: require.resolve('./src/styles/custom.css'),
|
||||
|
|
Loading…
Reference in New Issue