Skip to content

Commit

Permalink
fix algolia config
Browse files Browse the repository at this point in the history
Signed-off-by: Sanket <[email protected]>
  • Loading branch information
sanketsudake committed Sep 23, 2024
1 parent 0659494 commit 4358ccd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 32 deletions.
7 changes: 6 additions & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ privacy_policy = ""

# Google Custom Search Engine ID. Remove or comment out to disable search.
# gcs_engine_id = "c632b781ffe71b197"
algolia_docsearch = true
# algolia_docsearch = true

# current release branch - could be rc
release_branch = "main"
Expand Down Expand Up @@ -210,6 +210,11 @@ changefreq = "monthly"
filename = "sitemap.xml"
priority = 0.5

[params.search.algolia]
appId = "MSV5TDX060"
apiKey = "d814136dbb3b955516468a309c4b425e"
indexName = "fission"

[menu]
[[menu.main]]
name = "Docs"
Expand Down
31 changes: 0 additions & 31 deletions layouts/partials/search-input.html

This file was deleted.

0 comments on commit 4358ccd

Please sign in to comment.