|
| 1 | +--- |
| 2 | +# Page meta info, like heading, footer text and nav links |
1 | 3 | pageInfo: |
2 | 4 | title: Dashy |
3 | 5 | description: Welcome to your new dashboard! |
4 | 6 | navLinks: |
5 | | - - title: GitHub |
6 | | - path: https://github.com/Lissy93/dashy |
7 | | - - title: Documentation |
8 | | - path: https://dashy.to/docs |
| 7 | + - title: GitHub |
| 8 | + path: https://github.com/Lissy93/dashy |
| 9 | + - title: Documentation |
| 10 | + path: https://dashy.to/docs |
| 11 | + |
| 12 | +# Optional app settings and configuration |
9 | 13 | appConfig: |
10 | | - theme: dashy-docs |
11 | | - goToLinkEnabled: true |
12 | | - webSearch: |
13 | | - disableWebSearch: false |
14 | | - layout: auto |
15 | | - iconSize: medium |
16 | | - advancedSearch: |
17 | | - enabled: true |
| 14 | + theme: colorful |
| 15 | + |
| 16 | +# Main content - An array of sections, each containing an array of items |
18 | 17 | sections: |
19 | | - - name: Getting Started |
20 | | - icon: fas fa-rocket |
21 | | - items: |
22 | | - - title: Dashy Live |
23 | | - description: Development a project management links for Dashy |
24 | | - icon: https://i.ibb.co/qWWpD0v/astro-dab-128.png |
25 | | - url: https://live.dashy.to/ |
26 | | - target: newtab |
27 | | - id: 0_1481_dashylive |
28 | | - - title: GitHub |
29 | | - description: Source Code, Issues and Pull Requests |
30 | | - url: https://github.com/lissy93/dashy |
31 | | - icon: favicon |
32 | | - id: 1_1481_github |
33 | | - - title: Docs |
34 | | - description: Configuring & Usage Documentation |
35 | | - provider: Dashy.to |
36 | | - icon: far fa-book |
37 | | - url: https://dashy.to/docs |
38 | | - id: 2_1481_docs |
39 | | - - title: Showcase |
40 | | - description: See how others are using Dashy |
41 | | - url: https://github.com/Lissy93/dashy/blob/master/docs/showcase.md |
42 | | - icon: far fa-grin-hearts |
43 | | - id: 3_1481_showcase |
44 | | - - title: Config Guide |
45 | | - description: See full list of configuration options |
46 | | - url: https://github.com/Lissy93/dashy/blob/master/docs/configuring.md |
47 | | - icon: fas fa-wrench |
48 | | - id: 4_1481_configguide |
49 | | - - title: Support |
50 | | - description: Get help with Dashy, raise a bug, or get in contact |
51 | | - url: https://github.com/Lissy93/dashy/blob/master/.github/SUPPORT.md |
52 | | - icon: far fa-hands-helping |
53 | | - id: 5_1481_support |
| 18 | +- name: Getting Started |
| 19 | + icon: fas fa-rocket |
| 20 | + items: |
| 21 | + - title: Dashy Live |
| 22 | + description: Development a project management links for Dashy |
| 23 | + icon: https://i.ibb.co/qWWpD0v/astro-dab-128.png |
| 24 | + url: https://live.dashy.to/ |
| 25 | + target: newtab |
| 26 | + - title: GitHub |
| 27 | + description: Source Code, Issues and Pull Requests |
| 28 | + url: https://github.com/lissy93/dashy |
| 29 | + icon: favicon |
| 30 | + - title: Docs |
| 31 | + description: Configuring & Usage Documentation |
| 32 | + provider: Dashy.to |
| 33 | + icon: far fa-book |
| 34 | + url: https://dashy.to/docs |
| 35 | + - title: Showcase |
| 36 | + description: See how others are using Dashy |
| 37 | + url: https://github.com/Lissy93/dashy/blob/master/docs/showcase.md |
| 38 | + icon: far fa-grin-hearts |
| 39 | + - title: Config Guide |
| 40 | + description: See full list of configuration options |
| 41 | + url: https://github.com/Lissy93/dashy/blob/master/docs/configuring.md |
| 42 | + icon: fas fa-wrench |
| 43 | + - title: Support |
| 44 | + description: Get help with Dashy, raise a bug, or get in contact |
| 45 | + url: https://github.com/Lissy93/dashy/blob/master/.github/SUPPORT.md |
| 46 | + icon: far fa-hands-helping |
| 47 | + |
0 commit comments