Browse Source

v2.0.0-beta.15

windhamdavid 3 years ago
parent
commit
164d452a23
3 changed files with 665 additions and 934 deletions
  1. 23 2
      docusaurus.config.js
  2. 327 299
      package-lock.json
  3. 315 633
      yarn.lock

+ 23 - 2
docusaurus.config.js

@@ -10,7 +10,26 @@ module.exports = {
   organizationName: 'windhamdavid',
   projectName: 'til',
   plugins: [
-    require.resolve('docusaurus-lunr-search')
+    require.resolve('docusaurus-lunr-search'),
+    //require.resolve("@cmfcmf/docusaurus-search-local")
+    [
+      '@docusaurus/plugin-content-docs',
+      {
+        id: 'notes',
+        path: 'notes',
+        routeBasePath: 'notes',
+        sidebarPath: require.resolve('./sidebarsnotes.js'),
+      },
+    ],
+    [
+      '@docusaurus/plugin-content-docs',
+      {
+        id: 'lists',
+        path: 'lists',
+        routeBasePath: 'lists',
+        sidebarPath: require.resolve('./sidebarslists.js'),
+      },
+    ],
   ],
   themeConfig: {
     image: 'img/zw.png',
@@ -41,8 +60,10 @@ module.exports = {
         src: 'img/zw.png',
       },
       items: [
-        {to: 'docs/',activeBasePath: 'docs',label: 'Docs',position: 'left'},
         {to: 'about/',activeBasePath: 'til',label: 'About',position: 'left'},
+        {to: 'docs/',activeBasePath: 'docs',label: 'Docs',position: 'left'},
+        {to: 'notes/',activeBasePath: 'notes',label: 'Notes',position: 'left'},
+        {to: 'lists/',activeBasePath: 'lists',label: 'Lists',position: 'left'},
         {to: 'help', label: 'Help', position: 'left'},
         {type: 'search', position: 'left'},
         {

File diff suppressed because it is too large
+ 327 - 299
package-lock.json


File diff suppressed because it is too large
+ 315 - 633
yarn.lock


Some files were not shown because too many files changed in this diff