Browse Source

help πŸ› οΈ

windhamdavid 1 year ago
parent
commit
3232be06b9
1 changed files with 29 additions and 2 deletions
  1. 29 2
      src/pages/help.md

+ 29 - 2
src/pages/help.md

@@ -20,6 +20,13 @@ npm run serve
 
 
 ---
 ---
 
 
+### Todo
+
+- Make all links absolute.  ( e.g. /docs/sass/ai ) While training the documents with OpenAI, I noticed that some of the link references were not absolute. 
+- Create Github Actions to rebuild a Supabase index of the documents on every commit for the AI Assistant to use. 
+
+---
+
 ### Log
 ### Log
 
 
 ```mermaid
 ```mermaid
@@ -37,9 +44,29 @@ gitGraph
     merge docusaurus
     merge docusaurus
 ```
 ```
 
 
-#### 23/05/09
+#### 23/05/24
+
+- docusaurus updated -  2.4.0 πŸ‘‰πŸΌ 2.41
 
 
-**ToDo** - Make all links absolute.  ( e.g. /docs/sass/ai ) While training the documents with OpenAI, I noticed that some of the link references were not absolute. 
+```bash
+david@ovidπŸ› :~/sites/daw_til(main⚑) Β» npm list     
+daw-til-2@0.0.1 /Users/david/Sites/daw_til
+β”œβ”€β”€ @docusaurus/core@2.4.1
+β”œβ”€β”€ @docusaurus/plugin-content-blog@2.4.1
+β”œβ”€β”€ @docusaurus/preset-classic@2.4.1
+β”œβ”€β”€ @docusaurus/theme-mermaid@2.4.1
+β”œβ”€β”€ @mdx-js/react@1.6.22
+β”œβ”€β”€ clsx@1.2.1
+β”œβ”€β”€ docusaurus-lunr-search@2.3.2
+β”œβ”€β”€ docusaurus-plugin-matomo@0.0.6
+β”œβ”€β”€ markprompt@0.1.7
+β”œβ”€β”€ react-dom@17.0.2
+β”œβ”€β”€ react-player@2.12.0
+└── react@17.0.2
+
+```
+
+#### 23/05/09
 
 
 - added react-player
 - added react-player
 - added markprompt 
 - added markprompt