Skip to content

Commit

Permalink
Allow navigation with keys in the documentation. (#3825)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxJPRey authored Oct 31, 2023
1 parent 4cd8f60 commit 2ffcfe0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ def setup(app):
"version_match": get_version_match(__version__),
},
"collapse_navigation": True,
"navigation_with_keys": True,
"use_meilisearch": {
"api_key": os.getenv("MEILISEARCH_PUBLIC_API_KEY", ""),
"index_uids": {
Expand Down

0 comments on commit 2ffcfe0

Please sign in to comment.