Skip to content

Commit

Permalink
Merge pull request #197 from hrntsm/feature/add-webpage-search
Browse files Browse the repository at this point in the history
Feature/add webpage search
  • Loading branch information
hrntsm authored Sep 29, 2021
2 parents a60297d + 32d38a1 commit eaed2f5
Show file tree
Hide file tree
Showing 4 changed files with 248 additions and 230 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-document.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: git config
run: |
git config --global user.email "[email protected]"
git config --global user.name "hrntsm"
git config --global user.name "hiron"
- run: yarn install
- run: yarn deploy
env:
Expand Down
4 changes: 4 additions & 0 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@ module.exports = {
],
copyright: `Copyright © ${new Date().getFullYear()} hrntsm, Inc. Built with Docusaurus.`,
},
algolia: {
apiKey: '28d1c171c6f64559d0a227407c166cee',
indexName: 'hoaryfox',
},
},
presets: [
[
Expand Down
Loading

0 comments on commit eaed2f5

Please sign in to comment.