Skip to content

Commit

Permalink
Implements search based on SurrealDB (#24)
Browse files Browse the repository at this point in the history
Co-authored-by: Micha de Vries <[email protected]>
  • Loading branch information
emmanuel-keller and kearfy authored Oct 20, 2023
1 parent 0a5b811 commit acb810c
Show file tree
Hide file tree
Showing 6 changed files with 527 additions and 188 deletions.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const config = {
// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: 'SurrealDB', // Usually your GitHub org/user name.
projectName: 'SurrealDB docs', // Usually your repo name.
projectName: 'docs.surrealdb.com', // Usually your repo name.
// TODO We need to fix these issues, just not doing it now :)
onBrokenLinks: 'warn',
onBrokenMarkdownLinks: 'warn',
Expand Down
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,14 @@
},
"dependencies": {
"@babel/plugin-transform-react-jsx": "^7.22.15",
"@docusaurus/core": "2.4.1",
"@docusaurus/plugin-content-docs": "^2.4.1",
"@docusaurus/preset-classic": "2.4.1",
"@docusaurus/theme-common": "^2.4.1",
"@docusaurus/core": "^2.4.3",
"@docusaurus/plugin-content-docs": "^2.4.3",
"@docusaurus/preset-classic": "^2.4.3",
"@docusaurus/theme-common": "^2.4.3",
"@mdx-js/react": "^1.6.22",
"clsx": "^1.2.1",
"docusaurus-plugin-sass": "^0.2.5",
"lodash": "^4.17.21",
"prism-react-renderer": "^1.3.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
Loading

0 comments on commit acb810c

Please sign in to comment.