Skip to content

Commit

Permalink
Merge pull request sbt#1177 from eed3si9n/wip/search
Browse files Browse the repository at this point in the history
Update search API key
  • Loading branch information
eed3si9n authored Jan 25, 2024
2 parents af878d2 + 8e19a61 commit 5554f55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ const config = {
// The application ID provided by Algolia
appId: 'U55AU5GMCN',
// Public API key: it is safe to commit it
apiKey: 'e47ee877a07ea1c48722f08430d54913',
apiKey: '45ef8a0285275e68a1c09ecdfff2be0f',
indexName: 'scala-sbt',
contextualSearch: false,
},
Expand Down
4 changes: 2 additions & 2 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ export default function Home() {
const {siteConfig} = useDocusaurusContext();
return (
<Layout
title={`${siteConfig.title}, the simple build tool`}
description="sbt is the interactive build tool for Scala, Java, and more. Define your tasks in Scala. Run them in parallel from the interactive shell.">
title={`${siteConfig.title}, a simple build tool`}
description="sbt is a simple build tool for Scala, Java, and more. Define your tasks in Scala. Run them in parallel from the interactive shell.">
<Head>
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon-32x32.png"></link>
<link rel="icon" type="image/png" sizes="96x96" href="assets/favicon-96x96.png"></link>
Expand Down

0 comments on commit 5554f55

Please sign in to comment.