Skip to content

Commit

Permalink
Add algolia docsearch support
Browse files Browse the repository at this point in the history
  • Loading branch information
carlobortolan committed Nov 27, 2024
1 parent 3efcb35 commit 7131e00
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 deletions docs_v2/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const config = {
position: "left",
label: "Documentation",
},
{ to: "/blog", label: "Changelogs", position: "left" },
//{ to: "/blog", label: "Changelogs", position: "left" },
{
href: "https://live.rbg.tum.de",
label: "GoCast",
Expand Down Expand Up @@ -202,14 +202,13 @@ const config = {
disableSwitch: false,
respectPrefersColorScheme: false,
},
/* Enable once the new docs are accepted and soon to be deployed in production
algolia: {
algolia: {
// The application ID provided by Algolia
appId: "3YMWAWWJ0X",
appId: "FLS9C8AV4W",
// Public API key: it is safe to commit it
apiKey: "264acc28faec8429deaf4b14772332cc",
indexName: "gocast-docs",
},*/
apiKey: "639109f1526c3dbcf3d87dbdd35666f1",
indexName: "tumlive-pages",
},
}),
scripts: [
{
Expand Down
2 changes: 1 addition & 1 deletion docs_v2/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function HomepageHeader() {
className={clsx("button button--lg", styles.heroButton)}
to="/docs/intro"
>
Get started and start streaming in 5min ⏱️
Get started and start streaming ⏱️
</Link>
</div>
</div>
Expand Down

0 comments on commit 7131e00

Please sign in to comment.