We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76ec78e commit 138b750Copy full SHA for 138b750
docusaurus.config.js
@@ -112,7 +112,7 @@ async function createConfig() {
112
routeBasePath: '/',
113
sidebarPath: require.resolve('./sidebars.js'),
114
editUrl: ({versionDocsDirPath, docPath, locale}) => {
115
- return `https://github.com/cloudposse/docs/edit/master/content/docs/${docPath}`;
+ return `https://github.com/cloudposse/docs/edit/master/docs/${docPath}`;
116
},
117
exclude: ['README.md'],
118
showLastUpdateTime: true,
0 commit comments