From 2ef72bba3063febc56dd2716dcc591989dbb4199 Mon Sep 17 00:00:00 2001
From: Keith Millette <keith@xx.network>
Date: Wed, 30 Oct 2024 13:01:30 +0900
Subject: [PATCH] Revert local search

---
 node_modules/.yarn-integrity | 10 ++++++++++
 website/docusaurus.config.js | 12 ++----------
 yarn.lock                    |  4 ++++
 3 files changed, 16 insertions(+), 10 deletions(-)
 create mode 100644 node_modules/.yarn-integrity
 create mode 100644 yarn.lock

diff --git a/node_modules/.yarn-integrity b/node_modules/.yarn-integrity
new file mode 100644
index 0000000..ae93109
--- /dev/null
+++ b/node_modules/.yarn-integrity
@@ -0,0 +1,10 @@
+{
+  "systemParams": "linux-x64-108",
+  "modulesFolders": [],
+  "flags": [],
+  "linkedModules": [],
+  "topLevelPatterns": [],
+  "lockfileEntries": {},
+  "files": [],
+  "artifacts": {}
+}
\ No newline at end of file
diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index 1faa7e4..183170a 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -30,7 +30,7 @@ const config = {
     defaultLocale: 'en',
     locales: ['en'],
   },
-
+/*
   plugins: [[require.resolve("@cmfcmf/docusaurus-search-local"), 
     {
       indexDocs: true,
@@ -49,17 +49,9 @@ const config = {
         parentCategoriesBoost: 2
       }
     },],
-    ],
+    ],*/
 
 
-  // Even if you don't use internationalization, you can use this field to set
-  // useful metadata like html lang. For example, if your site is Chinese, you
-  // may want to replace "en" with "zh-Hans".
-  i18n: {
-    defaultLocale: 'en',
-    locales: ['en'],
-  },
-
   presets: [
     [
       'classic',
diff --git a/yarn.lock b/yarn.lock
new file mode 100644
index 0000000..fb57ccd
--- /dev/null
+++ b/yarn.lock
@@ -0,0 +1,4 @@
+# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
+# yarn lockfile v1
+
+
-- 
GitLab