We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07fa7b9 commit 392d604Copy full SHA for 392d604
docs/docusaurus.config.js
@@ -9,7 +9,8 @@ const config = {
9
title: "rtk-query-loader",
10
tagline: "Component loaders for RTK Query",
11
favicon: "img/logo.png",
12
-
+ // Algolia search config
13
+ themes: ["@docusaurus/theme-search-algolia"],
14
// Set the production url of your site here
15
url: "https://your-docusaurus-test-site.com",
16
// Set the /<baseUrl>/ pathname under which your site is served
docs/package.json
@@ -17,6 +17,7 @@
17
"dependencies": {
18
"@docusaurus/core": "2.3.1",
19
"@docusaurus/preset-classic": "2.3.1",
20
+ "@docusaurus/theme-search-algolia": "^2.3.1",
21
"@mdx-js/react": "^1.6.22",
22
"clsx": "^1.2.1",
23
"prism-react-renderer": "^1.3.5",
0 commit comments