Skip to content

Commit

Permalink
add docsearch index name and app id
Browse files Browse the repository at this point in the history
Signed-off-by: nikki everett <[email protected]>
  • Loading branch information
neverett committed Oct 3, 2024
1 parent 8d44d90 commit 95421ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -476,9 +476,9 @@
tags_overview_title = "Pages by tags"

# Algolia Docsearch credentials
docsearch_app_id = os.getenv("DOCSEARCH_APP_ID")
docsearch_app_id = "WLG0MZB58Q"
docsearch_api_key = os.getenv("DOCSEARCH_API_KEY")
docsearch_index_name = os.getenv("DOCSEARCH_INDEX_NAME")
docsearch_index_name = "flyte"

# -- Options for intersphinx extension ---------------------------------------

Expand Down

0 comments on commit 95421ba

Please sign in to comment.