mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-26 19:39:39 -08:00
docs: add search
This commit is contained in:
parent
9f80243b1e
commit
20976bd589
|
@ -97,7 +97,12 @@ module.exports = {
|
|||
},
|
||||
appInsights: {
|
||||
instrumentationKey: "72804848-dc30-4856-8245-4fa1450b041f",
|
||||
}
|
||||
},
|
||||
algolia: {
|
||||
appId: 'BH4D9OD16A',
|
||||
apiKey: '539391a0be386508c6a80cb2bca8ebfe',
|
||||
indexName: 'ohmyposh',
|
||||
},
|
||||
},
|
||||
presets: [
|
||||
[
|
||||
|
|
1
docs/package-lock.json
generated
1
docs/package-lock.json
generated
|
@ -10,6 +10,7 @@
|
|||
"dependencies": {
|
||||
"@docusaurus/core": "^2.0.0-beta.7",
|
||||
"@docusaurus/preset-classic": "^2.0.0-beta.7",
|
||||
"@docusaurus/theme-search-algolia": "^2.0.0-beta.ff31de0ff",
|
||||
"classnames": "^2.3.1",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2"
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
"dependencies": {
|
||||
"@docusaurus/core": "^2.0.0-beta.7",
|
||||
"@docusaurus/preset-classic": "^2.0.0-beta.7",
|
||||
"@docusaurus/theme-search-algolia": "^2.0.0-beta.ff31de0ff",
|
||||
"classnames": "^2.3.1",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2"
|
||||
|
|
Loading…
Reference in a new issue