Skip to content

Commit

Permalink
feat: activate search (#26)
Browse files Browse the repository at this point in the history
* feat: activate search

* fix: do not check json for typos
  • Loading branch information
openoms authored Apr 5, 2024
1 parent 1146002 commit fe4ea91
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,12 @@ const config = {
theme: lightCodeTheme,
darkTheme: darkCodeTheme,
},
algolia: {
appId: '9XPGCL3JOD',
apiKey: '689e7400c3044e24b976ec47ed9379a8',
indexName: 'galoy',
contextualSearch: false, // only false works
}
}),

markdown: {
Expand Down
4 changes: 4 additions & 0 deletions typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@
# don't correct these false positives
ags = "ags"
aray = "aray"

[files]
# skip these files
extend-exclude = ["*.json"]

0 comments on commit fe4ea91

Please sign in to comment.