diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-05-30 08:43:21 -0400 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-05-30 08:43:21 -0400 |
commit | 83a2d23297c44c43c8eab13879bc10352998d0c9 (patch) | |
tree | 408e9f64b8067208081767dac9bfe555d3c3fe38 /docs/docusaurus.config.js | |
parent | 7ac9e5f57c566e3cf2979bac3df4999427538a54 (diff) | |
parent | 5d389d24123466e228fc39d9a8157ee9067336f6 (diff) | |
download | sncontinue-83a2d23297c44c43c8eab13879bc10352998d0c9.tar.gz sncontinue-83a2d23297c44c43c8eab13879bc10352998d0c9.tar.bz2 sncontinue-83a2d23297c44c43c8eab13879bc10352998d0c9.zip |
Merge branch 'docs' of https://github.com/continuedev/continue into docs
Diffstat (limited to 'docs/docusaurus.config.js')
-rw-r--r-- | docs/docusaurus.config.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index ef19f090..7ca00f8d 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -7,7 +7,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula'); /** @type {import('@docusaurus/types').Config} */ const config = { title: 'Continue', - tagline: 'an open source autopilot for refining software', + tagline: 'the open-source library for accelerating your use of LLMs while coding', favicon: 'img/favicon.ico', // Set the production url of your site here @@ -105,7 +105,7 @@ const config = { ], }, ], - copyright: `Copyright © ${new Date().getFullYear()} Continue, Inc.`, + copyright: `Copyright © ${new Date().getFullYear()} Continue Dev, Inc.`, }, prism: { theme: lightCodeTheme, |