Skip to content

Commit

Permalink
Add search bar to website (#68)
Browse files Browse the repository at this point in the history
* Change versions of packages in README and dependencies

* Add @docusaurus/theme-search-algolia with default config

* Update website dependencies
  • Loading branch information
svbutko authored Oct 16, 2021
1 parent 1c85fba commit f94683b
Show file tree
Hide file tree
Showing 5 changed files with 1,585 additions and 1,043 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Testing made with:

Code quality covered with:
- [ESLint](https://github.com/eslint/eslint) `8.0.1`
- [ESLint Config React Strong](https://github.com/svbutko/eslint-config-react-strong) `1.0.2`
- [ESLint Config React Strong](https://github.com/svbutko/eslint-config-react-strong) `2.0.0`
- [Husky](https://github.com/typicode/husky) `7.0.2`
- [Prettier](https://github.com/prettier/prettier) `2.4.1`
- [Lint staged](https://github.com/okonet/lint-staged) `11.2.3`
Expand Down
2 changes: 1 addition & 1 deletion website/docs/dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Testing made with:

Code quality covered with:
- [ESLint](https://github.com/eslint/eslint) `8.0.1`
- [ESLint Config React Strong](https://github.com/svbutko/eslint-config-react-strong) `1.0.2`
- [ESLint Config React Strong](https://github.com/svbutko/eslint-config-react-strong) `2.0.0`
- [Husky](https://github.com/typicode/husky) `7.0.2`
- [Prettier](https://github.com/prettier/prettier) `2.4.1`
- [Lint staged](https://github.com/okonet/lint-staged) `11.2.3`
Expand Down
6 changes: 6 additions & 0 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ module.exports = {
organizationName: "svbutko",
projectName: "react-native-template-strong",
themeConfig: {
algolia: {
apiKey: '3bedd97b2d9da08babd7baad394ee76a',
indexName: 'react-native-template-strong',
contextualSearch: true,
appId: 'BH4D9OD16A',
},
navbar: {
title: "React Native Template Strong",
logo: {
Expand Down
Loading

0 comments on commit f94683b

Please sign in to comment.