From 8560cc2386b6cc79470907add5ef6b11dd942787 Mon Sep 17 00:00:00 2001 From: Joe Pavitt Date: Tue, 15 Oct 2024 15:08:27 +0100 Subject: [PATCH] Add links to YT tutorials on homepage and "Getting Started" --- docs/components/RecommendedTutorials.vue | 77 ++++++++++++++++++++++++ docs/components/icons/PlayIcon.vue | 5 ++ docs/getting-started.md | 5 ++ docs/index.md | 5 ++ 4 files changed, 92 insertions(+) create mode 100644 docs/components/RecommendedTutorials.vue create mode 100644 docs/components/icons/PlayIcon.vue diff --git a/docs/components/RecommendedTutorials.vue b/docs/components/RecommendedTutorials.vue new file mode 100644 index 000000000..286cb0a5f --- /dev/null +++ b/docs/components/RecommendedTutorials.vue @@ -0,0 +1,77 @@ + + + + + diff --git a/docs/components/icons/PlayIcon.vue b/docs/components/icons/PlayIcon.vue new file mode 100644 index 000000000..9ebf7ce59 --- /dev/null +++ b/docs/components/icons/PlayIcon.vue @@ -0,0 +1,5 @@ + diff --git a/docs/getting-started.md b/docs/getting-started.md index 808c2ce87..293deb45b 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -6,6 +6,7 @@ description: Kickstart your Node-RED Dashboard 2.0 journey with this getting sta import { ref } from 'vue' import FlowViewer from './components/FlowViewer.vue' import ExampleDesignPatterns from '../examples/design-patterns.json' + import RecommendedTutorials from './components/RecommendedTutorials.vue' const examples = ref({ 'design-patterns': ExampleDesignPatterns, @@ -21,6 +22,10 @@ Welcome to the documentation for the Node-RED Dashboard 2.0, the successor to th This project was formed by FlowFuse, as part of efforts to upgrade the original Dashboard to steer away from Angular v1.0 which has been [officially deprecated](https://flowfuse.com/blog/2024/06/dashboard-1-deprecated/). You can read our full statement about _why_ we're building Dashboard 2.0 [here](https://flowfuse.com/blog/2023/06/dashboard-announcement/?_gl=1*cckr5u*_gcl_au*MTAzMTA0MzY1Ni4xNzE2MzY2NTAz). +## Recommended Tutorials + + + ## Installation [FlowFuse](https://flowfuse.com)'s Node-RED Dashboard 2.0 is available in the Node-RED Palette Manager. To install it: diff --git a/docs/index.md b/docs/index.md index afa3d1dea..a2f61a862 100644 --- a/docs/index.md +++ b/docs/index.md @@ -31,6 +31,7 @@ hero: import { ref } from 'vue'; import HomeExtension from './components/HomeExtension.vue'; + import RecommendedTutorials from './components/RecommendedTutorials.vue'; import RecommendedReading from './components/RecommendedReading.vue'; import FlowFuseAdvert from './components/FlowFuseAdvert.vue'; import CopyIcon from './components/icons/CopyIcon.vue'; @@ -58,6 +59,10 @@ hero:
+## Recommended Tutorials + + + ## More Recommended Reading