diff options
author | Ty Dunn <ty@tydunn.com> | 2023-06-13 12:38:08 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-13 12:38:08 -0700 |
commit | 03389c9eff97a27007d404a6e87e60a422a25b1c (patch) | |
tree | d94e876a1aa6c971fb06feccbfb3ee8e1dda374b /docs | |
parent | 01b9c9a331542eadd37065859020aac78b2dcc5e (diff) | |
download | sncontinue-03389c9eff97a27007d404a6e87e60a422a25b1c.tar.gz sncontinue-03389c9eff97a27007d404a6e87e60a422a25b1c.tar.bz2 sncontinue-03389c9eff97a27007d404a6e87e60a422a25b1c.zip |
trying to remove duplicate docs/ path
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docusaurus.config.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 1730332a..0e9710cb 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -39,6 +39,7 @@ const config = { /** @type {import('@docusaurus/preset-classic').Options} */ ({ docs: { + routeBasePath: '/', sidebarPath: require.resolve("./sidebars.js"), editUrl: "https://github.com/continuedev/continue/", }, @@ -82,7 +83,7 @@ const config = { items: [ { label: "Introduction", - to: "/docs/docs/intro", + to: "/intro", }, ], }, |