Skip to content

Commit fa87d09

Browse files
DR-532 fix docs search (#68)
<!-- If this pull request closes an issue, please mention the issue number below --> Closes # <!-- Issue # here --> DR-532 ## 💸 TL;DR <!-- What's the three sentence summary of purpose of the PR --> Fixed docs search by not setting docs preferred version with `versionPersistence` set to `none` in `docusarus.config.ts` ## 📜 Details [Design Doc](<!-- insert Google Doc link here if applicable -->) [Jira](<!-- insert Jira link if applicable -->) https://reddit.atlassian.net/browse/DR-532?atlOrigin=eyJpIjoiNzA5ZWNmMjgzYjllNDBkZjhmZGJmNjE0Njg5NmI2YzIiLCJwIjoiaiJ9 <!-- Add additional details required for the PR: breaking changes, screenshots, external dependency changes --> ## 🧪 Testing Steps / Validation <!-- add details on how this PR has been tested, include reproductions and screenshots where applicable --> Tested manually in local env ## ✅ Checks <!-- Make sure your pr passes the CI checks and do check the following fields as needed - --> - [ ] CI tests (if present) are passing - [ ] Adheres to code style for repo - [ ] Contributor License Agreement (CLA) completed if not a Reddit employee
1 parent 64ddcb8 commit fa87d09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docusaurus.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ const config: Config = {
171171
sidebar: {
172172
autoCollapseCategories: false,
173173
},
174+
versionPersistence: "none",
174175
},
175176
navbar: {
176177
logo: {

0 commit comments

Comments
 (0)