We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21e5cdc commit e93a929Copy full SHA for e93a929
packages/cursorless-org-docs/docusaurus.config.js
@@ -93,8 +93,9 @@ const config = {
93
// Followed https://ricard.dev/how-to-set-docs-as-homepage-for-docusaurus/
94
// to serve a markdown document on homepage
95
routeBasePath: "/",
96
+ // Note that we add dummy/dummy so that the `../..` above has something to strip
97
editUrl:
- "https://github.com/cursorless-dev/cursorless/edit/main/docs/",
98
+ "https://github.com/cursorless-dev/cursorless/edit/main/dummy/dummy",
99
sidebarPath: require.resolve("./sidebar.js"),
100
beforeDefaultRemarkPlugins: [
101
remarkPluginFixLinksToRepositoryArtifacts,
0 commit comments