]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Add vuepress-plugin-flexsearch (#8784)
authorJukka Kurkela <jukka.kurkela@gmail.com>
Fri, 2 Apr 2021 15:18:53 +0000 (18:18 +0300)
committerGitHub <noreply@github.com>
Fri, 2 Apr 2021 15:18:53 +0000 (11:18 -0400)
docs/.vuepress/config.js
package-lock.json
package.json

index 1d66f80bcbc2596a74d96ae206cd5f24e2be6ce7..2ca263834046bf592337bc02b9d07dc1576f640f 100644 (file)
@@ -13,6 +13,7 @@ module.exports = {
   ],
   plugins: [
     'tabs',
+    ['flexsearch'],
     [
       '@vuepress/google-analytics',
       {
index 367f3e47fbc4311646ee579a5063eaeeea34e6eb..640e3615a15b4f41a7b1fbcbd935481621748539 100644 (file)
       "integrity": "sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA==",
       "dev": true
     },
+    "flexsearch": {
+      "version": "0.6.32",
+      "resolved": "https://registry.npmjs.org/flexsearch/-/flexsearch-0.6.32.tgz",
+      "integrity": "sha512-EF1BWkhwoeLtbIlDbY/vDSLBen/E5l/f1Vg7iX5CDymQCamcx1vhlc3tIZxIDplPjgi0jhG37c67idFbjg+v+Q==",
+      "dev": true
+    },
     "flush-write-stream": {
       "version": "1.1.1",
       "resolved": "https://registry.npmjs.org/flush-write-stream/-/flush-write-stream-1.1.1.tgz",
         "@vuepress/shared-utils": "^1.2.0"
       }
     },
+    "vuepress-plugin-flexsearch": {
+      "version": "0.1.0",
+      "resolved": "https://registry.npmjs.org/vuepress-plugin-flexsearch/-/vuepress-plugin-flexsearch-0.1.0.tgz",
+      "integrity": "sha512-lXQthnPoLNh2RHg1ZT4Acr/2/Kml0cMV+0t2E/n6flg03LgJ3nZAQYLdiUNR9RRFtGQR79+Ifl6T4yBIoGC0Ww==",
+      "dev": true,
+      "requires": {
+        "flexsearch": "^0.6.32"
+      }
+    },
     "vuepress-plugin-redirect": {
       "version": "1.2.5",
       "resolved": "https://registry.npmjs.org/vuepress-plugin-redirect/-/vuepress-plugin-redirect-1.2.5.tgz",
index e5958059106c0453a701424f4d0d8b34f29c9f4b..163b56f56f65452cb36baa139102cb6d4470b3d7 100644 (file)
@@ -95,6 +95,7 @@
     "typescript": "^4.1.5",
     "vue-tabs-component": "^1.5.0",
     "vuepress": "^1.8.2",
+    "vuepress-plugin-flexsearch": "^0.1.0",
     "vuepress-plugin-redirect": "^1.2.5",
     "vuepress-plugin-tabs": "^0.3.0",
     "vuepress-plugin-typedoc": "^0.6.0",