Skip to content

Commit

Permalink
add ref to docs contributing doc and move all docsearch stuff to env …
Browse files Browse the repository at this point in the history
…vars again

Signed-off-by: nikki everett <[email protected]>
  • Loading branch information
neverett committed Oct 3, 2024
1 parent 95421ba commit 97c2e48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/community/contribute_docs.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
(contribute_docs)=

# Contributing documentation

```{eval-rst}
Expand Down
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 = "WLG0MZB58Q"
docsearch_app_id = os.getenv("DOCSEARCH_APP_ID")
docsearch_api_key = os.getenv("DOCSEARCH_API_KEY")
docsearch_index_name = "flyte"
docsearch_index_name = os.getenv("DOCSEARCH_INDEX_NAME")

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

Expand Down

0 comments on commit 97c2e48

Please sign in to comment.