-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fixed->issue:147 search bar missing, reason:themes:[ Array ] in confi… #149
Conversation
…g consisting of localsearch is over written by themes [Array] in extendedConfig
Hello, I am a code review bot on flows.network. Here are my reviews of code commits in this PR. Overall Summary: The pull request aims to fix an issue where the search bar was missing. The patch involves adding a closing parenthesis to resolve a syntax error and adjusting the configuration related to the search feature. Potential Issues and Errors:
Important Findings:
In summary, the patch addresses the missing search bar issue, but it would be beneficial to address the potential issues and errors mentioned above. Additionally, the pull request could be improved by providing more context in the commit message and providing details about the previous value of the "themes" array. DetailsCommit 3ee4f71ab4bc3c44e0ef3232fda823d40338dfa3Key changes:
Potential problems:
Other findings:
Commit f14c08e244c4bfdb417d2c6f752ea12f0d6d1f82Key changes:
Potential problems:
Overall, the key change appears to fix the issue related to the search bar, but it would be beneficial to have more context and information about the changes made. |
Thank you for your work! |
…g consisting of localsearch is over written by themes [Array] in extendedConfig Signed-off-by: Rakesh Dhariwal <[email protected]>
already did the signed off don't know why DCO failing, it will be helpful if you explain a bit more |
Your second commit does not have a DCO. You can click on "Details" next to the DCO check to see how to fix it. Thanks! |
fixed->issue:147 search bar missing, reason:themes:[ Array ] in config consisting of localsearch is over written by themes [Array] in extendedConfig
Explanation
All the changes are done in docusaurus.config.js
The reason for the search bar is not visible the, themes array [line no 62] in the config object which again consist a array of "@easyops-cn/docusaurus-search-local" the extension which is responsible for the search bar, is being overwritten by the array in extendedConfig object.
Related issue
fixes#147
What type of PR is this
/fixes
/feature-required
Proposed Changes
Merge the themes array present in the extendedConfig object which overwrites the themes array present in config object.
Live link for testing
Live Testing Link
ScreenShot