diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/docs/concepts/ide.md | 2 | ||||
| -rw-r--r-- | docs/docs/intro.md | 2 | ||||
| -rw-r--r-- | docs/sidebars.js | 8 | 
3 files changed, 3 insertions, 9 deletions
| diff --git a/docs/docs/concepts/ide.md b/docs/docs/concepts/ide.md index 1816d09b..dc7b9e23 100644 --- a/docs/docs/concepts/ide.md +++ b/docs/docs/concepts/ide.md @@ -17,7 +17,7 @@ SDK provides "IDEProtocol" class so that steps can interact with VS Code, etc...  ### VS Code
 -You can install the VS Code extension [here](../install.md)
 +You can install the VS Code extension [here](../getting-started.md)
  ### GitHub Codespaces
 diff --git a/docs/docs/intro.md b/docs/docs/intro.md index d7392752..906fed41 100644 --- a/docs/docs/intro.md +++ b/docs/docs/intro.md @@ -4,7 +4,7 @@  ## Quickstart -Install Continue packaged as a [VS Code extension](./install.md) +Install Continue packaged as a [VS Code extension](./getting-started.md)  ## What is Continue? diff --git a/docs/sidebars.js b/docs/sidebars.js index f9a5bdef..82ef7056 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -13,13 +13,7 @@  /** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */  const sidebars = { -  docsSidebar: [ -    "intro", -    "getting-started", -    "install", -    "how-continue-works", -    "telemetry", -  ], +  docsSidebar: ["intro", "getting-started", "how-continue-works", "telemetry"],  };  module.exports = sidebars; | 
