Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
📝 Adding docsearch to site
  • Loading branch information
atomicpages committed Oct 14, 2020
commit cdcef7b02e7f7c84e10a954d49345199645a6baa
5 changes: 5 additions & 0 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ module.exports = {
// marginLeft: '1px',
// },
// },
algolia: {
apiKey: 'd3db4a5e15b4370010535093e10fb8c7',
indexName: 'pretty-checkbox',
searchParameters: {}, // Optional (if provided by Algolia)
},
prism: {
theme: require('prism-react-renderer/themes/github'),
darkTheme: require('prism-react-renderer/themes/palenight'),
Expand Down
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"serve": "docusaurus serve"
},
"dependencies": {
"@docusaurus/core": "^2.0.0-alpha.61",
"@docusaurus/preset-classic": "^2.0.0-alpha.61",
"@docusaurus/theme-live-codeblock": "^2.0.0-alpha.61",
"@docusaurus/core": "^2.0.0-alpha.66",
"@docusaurus/preset-classic": "^2.0.0-alpha.66",
"@docusaurus/theme-live-codeblock": "^2.0.0-alpha.66",
"@mdi/js": "^5.5.55",
"@mdi/react": "^1.4.0",
"@mdx-js/react": "^1.5.8",
Expand Down