Skip to content

Commit

Permalink
Merge pull request #762 from FlowFuse/zj-seo-2-sweep
Browse files Browse the repository at this point in the history
docs: Improve SEO for the website
  • Loading branch information
ZJvandeWeg authored Apr 11, 2024
2 parents 4d691e5 + 083c699 commit b7b20a3
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default ({ mode }) => {
])
},
themeConfig: {
logo: '/logo.png',
logo: { src: '/logo.png', alt: 'Node-RED Dashboard 2.0 Logo' },
nav: [
{ text: 'Docs', link: '/getting-started.html' },
{ text: 'Widgets', link: '/nodes/widgets.html' },
Expand Down
2 changes: 1 addition & 1 deletion docs/about.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: "Discover the features and benefits of Node-RED Dashboard 2.0, designed to streamline and enhance your Node-RED experience."
description: "Learn about Dashboard 2.0 technology choices"
---

# About Node-RED Dashboard 2.0
Expand Down
2 changes: 1 addition & 1 deletion docs/components/FlowFuseAdvert.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<a href="https://flowfuse.com/product/why-flowfuse/">Learn More</a>
</div>
<div>
<img src="../assets/images/screenshot-flowfuse-applications.png">
<img src="../assets/images/screenshot-flowfuse-applications.png" alt="Image of the FlowFuse Platform">
</div>
</div>
</template>
Expand Down
2 changes: 1 addition & 1 deletion docs/components/RecommendedReading.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div class="recommended-reading">
<a v-for="a in articles" :key="a.title" :href="a.url">
<img :src="a.image">
<img :src="a.image" :alt="a.title">
</a>
</div>
</template>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ hero:
tagline: An easy to use collection of nodes for Node-RED that allows you to create data-driven dashboards & data visualisations.
image:
src: /logo.png
alt: VitePress
alt: Node-RED Dashboard 2.0
actions:
- theme: brand
text: Getting Started
Expand Down
4 changes: 4 additions & 0 deletions docs/layouts/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
description: Understand how the Node-RED Dashboard layouts can be configured for your applications.
---

# Layouts

Layouts are a configuration available on a page-by-page basis. They control how all of the [Groups](../nodes/config/ui-group) of widgets are laid out on a given [Page](../nodes/config/ui-page):
Expand Down
1 change: 1 addition & 0 deletions docs/nodes/widgets/ui-button.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
description: "Buttons create interactive UI's and can trigger flows in Node-RED"
props:
Group: Defines which group of the UI Dashboard this widget will render in.
Size: Controls the width of the button with respect to the parent group. Maximum value is the width of the group.
Expand Down

0 comments on commit b7b20a3

Please sign in to comment.