From f7ab858e4bbe7d7e06b9280583cef6459c9f33d1 Mon Sep 17 00:00:00 2001 From: shumit taher Date: Mon, 29 Sep 2025 06:12:07 +0000 Subject: [PATCH] :adhesive_bandage: fixing bug reported in issue 1927 --- user-data/conf.yml | 68 ++++++++++++++++------------------------------ 1 file changed, 23 insertions(+), 45 deletions(-) diff --git a/user-data/conf.yml b/user-data/conf.yml index 41ac8305..5f0b012a 100644 --- a/user-data/conf.yml +++ b/user-data/conf.yml @@ -12,58 +12,36 @@ pageInfo: # Optional app settings and configuration appConfig: theme: colorful - # colCount: 4 # Main content - An array of sections, each containing an array of items sections: -- name: Section 1 +- name: Getting Started icon: fas fa-rocket - displayData: - sortBy: default - rows: 1 - cols: 1 items: - title: Dashy Live description: Development a project management links for Dashy icon: https://i.ibb.co/qWWpD0v/astro-dab-128.png url: https://live.dashy.to/ target: newtab - -- name: Section 2 - icon: fas fa-rocket - displayData: - sortBy: default - rows: 1 - cols: 3 - items: - - title: Dashy Live - description: Development a project management links for Dashy - icon: https://i.ibb.co/qWWpD0v/astro-dab-128.png - url: https://live.dashy.to/ - target: newtab - -- name: Section 3 - icon: fas fa-rocket - displayData: - sortBy: default - rows: 1 - cols: 4 - items: - - title: Dashy Live - description: Development a project management links for Dashy - icon: https://i.ibb.co/qWWpD0v/astro-dab-128.png - url: https://live.dashy.to/ - target: newtab - -- name: Section 4 - icon: fas fa-rocket - displayData: - sortBy: default - rows: 1 - cols: 5 - items: - - title: Dashy Live - description: Development a project management links for Dashy - icon: https://i.ibb.co/qWWpD0v/astro-dab-128.png - url: https://live.dashy.to/ - target: newtab \ No newline at end of file + - title: GitHub + description: Source Code, Issues and Pull Requests + url: https://github.com/lissy93/dashy + icon: favicon + - title: Docs + description: Configuring & Usage Documentation + provider: Dashy.to + icon: far fa-book + url: https://dashy.to/docs + - title: Showcase + description: See how others are using Dashy + url: https://github.com/Lissy93/dashy/blob/master/docs/showcase.md + icon: far fa-grin-hearts + - title: Config Guide + description: See full list of configuration options + url: https://github.com/Lissy93/dashy/blob/master/docs/configuring.md + icon: fas fa-wrench + - title: Support + description: Get help with Dashy, raise a bug, or get in contact + url: https://github.com/Lissy93/dashy/blob/master/.github/SUPPORT.md + icon: far fa-hands-helping + \ No newline at end of file