Skip to content

Commit 6b6edac

Browse files
committedJun 3, 2024·
update api key
1 parent d2b533f commit 6b6edac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎docusaurus.config.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -163,12 +163,12 @@ const config: Config = {
163163
appId: "4MKM4DJT5D",
164164

165165
// Public API key: it is safe to commit it
166-
apiKey: "5573f324708f03a3bed6c15115e87941",
166+
apiKey: "b1d63b99cbda8ec3668777e644ecefa2",
167167

168168
indexName: "coderabbit",
169169

170170
// Optional: see doc section below
171-
contextualSearch: true,
171+
contextualSearch: false,
172172

173173
// Optional: Algolia search parameters
174174
searchParameters: {},

‎src/theme/Footer/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ function CustomFooter(props) {
8383
<div className="bg-neutral-700 shrink-0 h-px mt-6 max-md:max-w-full" />
8484
<div className="justify-between flex w-full gap-5 mt-7 items-start max-md:max-w-full max-md:flex-wrap">
8585
<div className="text-sm font-medium font-satoshi text-customWhite">
86-
CodeRabbit © ${new Date().getFullYear()}
86+
CodeRabbit © {new Date().getFullYear()}
8787
</div>
8888
<div className="justify-end items-stretch self-stretch flex gap-4 pl-20 max-md:max-w-full max-md:flex-wrap max-md:pl-5">
8989
<a

0 commit comments

Comments
 (0)
Please sign in to comment.