Skip to content

Commit

Permalink
Merge pull request #88 from botpress/jhb-add-search
Browse files Browse the repository at this point in the history
Add search back & footer link fix
  • Loading branch information
bassamtantawi-botpress authored Nov 15, 2022
2 parents 663690a + 0a417b3 commit ade5f24
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ const config = {
},
{
label: "Analytics",
to: "analytics/analytics",
to: "analytics/",
},
{
label: "v12 Docs",
Expand Down
2 changes: 0 additions & 2 deletions src/theme/SearchBar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,6 @@ function DocSearch({
function SearchBar(): JSX.Element {
const {siteConfig} = useDocusaurusContext()

return null; // todo configure algolia search

const props = {
...(siteConfig.themeConfig.algolia as any),
baseUrl: siteConfig.baseUrl
Expand Down

1 comment on commit ade5f24

@vercel
Copy link

@vercel vercel bot commented on ade5f24 Nov 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.