From 479cacba2ee9e6baa6e2564ff507ff6f328f0bd3 Mon Sep 17 00:00:00 2001 From: Ty Dunn Date: Thu, 29 Jun 2023 09:38:38 -0700 Subject: docs updates --- docs/docusaurus.config.js | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'docs/docusaurus.config.js') diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index c29fa140..97a4ff83 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -61,7 +61,7 @@ const config = { navbar: { title: "Continue", logo: { - alt: "My Site Logo", + alt: "Continue Logo", src: "img/logo.svg", }, items: [ @@ -88,11 +88,19 @@ const config = { label: "Introduction", to: "/intro", }, + { + label: "VS Code", + to: "https://marketplace.visualstudio.com/items?itemName=Continue.continue", + }, ], }, { title: "Community", items: [ + { + label: "Discord", + href: "https://discord.gg/DvACJvjx", + }, { label: "Twitter", href: "https://twitter.com/continuedev", @@ -106,6 +114,10 @@ const config = { label: "GitHub", href: "https://github.com/continuedev/continue", }, + { + label: "Website", + href: "https://continue.dev", + }, ], }, ], -- cgit v1.2.3-70-g09d2