diff options
author | Ty Dunn <ty@tydunn.com> | 2023-06-29 09:38:38 -0700 |
---|---|---|
committer | Ty Dunn <ty@tydunn.com> | 2023-06-29 09:38:38 -0700 |
commit | f10940772ca5e7317838961e232c945b6307d17d (patch) | |
tree | c4198b4c7a4ad373098b63b46ab01bcb7cb684d4 /docs/docusaurus.config.js | |
parent | 3dd320341f5b2bdb4694e0839a90831780754c6e (diff) | |
download | sncontinue-f10940772ca5e7317838961e232c945b6307d17d.tar.gz sncontinue-f10940772ca5e7317838961e232c945b6307d17d.tar.bz2 sncontinue-f10940772ca5e7317838961e232c945b6307d17d.zip |
docs updates
Diffstat (limited to 'docs/docusaurus.config.js')
-rw-r--r-- | docs/docusaurus.config.js | 14 |
1 files changed, 13 insertions, 1 deletions
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,12 +88,20 @@ 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", + }, ], }, ], |