diff options
author | Ty Dunn <ty@tydunn.com> | 2023-06-29 16:27:48 -0700 |
---|---|---|
committer | Ty Dunn <ty@tydunn.com> | 2023-06-29 16:27:48 -0700 |
commit | 95726b30425c354242a14860a31dc9e8af333d72 (patch) | |
tree | b45314083f247e99e25f9c474e6a66a1f98325d8 /docs/docusaurus.config.js | |
parent | 2bd56eae1eb1773a6de3250f834a25d4e50543d4 (diff) | |
parent | 2719d7ad18c2e8935f111bac3a49bacd6af86c8c (diff) | |
download | sncontinue-95726b30425c354242a14860a31dc9e8af333d72.tar.gz sncontinue-95726b30425c354242a14860a31dc9e8af333d72.tar.bz2 sncontinue-95726b30425c354242a14860a31dc9e8af333d72.zip |
Merge branch 'main' of github.com:continuedev/continue
Diffstat (limited to 'docs/docusaurus.config.js')
-rw-r--r-- | docs/docusaurus.config.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 97a4ff83..46632e21 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -39,7 +39,7 @@ const config = { /** @type {import('@docusaurus/preset-classic').Options} */ ({ docs: { - routeBasePath: '/', + routeBasePath: "/", sidebarPath: require.resolve("./sidebars.js"), editUrl: "https://github.com/continuedev/continue/tree/main/docs", }, @@ -47,8 +47,8 @@ const config = { customCss: require.resolve("./src/css/custom.css"), }, gtag: { - trackingID: 'G-M3JWW8N2XQ', - }, + trackingID: "G-M3JWW8N2XQ", + }, }), ], ], @@ -129,12 +129,12 @@ const config = { }, algolia: { // The application ID provided by Algolia - appId: '0OMUMCQZVV', + appId: "0OMUMCQZVV", // Public API key: it is safe to commit it - apiKey: '6795de0f612eebe17018f8061a9ef18e', + apiKey: "6795de0f612eebe17018f8061a9ef18e", - indexName: 'continue', + indexName: "continue", // Optional: see doc section below contextualSearch: true, |