mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-06 16:43:13 +01:00
chore(config): enable advancedSearch
This commit is contained in:
parent
6220e935e3
commit
2b20778e29
1 changed files with 44 additions and 40 deletions
|
|
@ -1,49 +1,53 @@
|
||||||
---
|
|
||||||
# Page meta info, like heading, footer text and nav links
|
|
||||||
pageInfo:
|
pageInfo:
|
||||||
title: Dashy
|
title: Dashy
|
||||||
description: Welcome to your new dashboard!
|
description: Welcome to your new dashboard!
|
||||||
navLinks:
|
navLinks:
|
||||||
- title: GitHub
|
- title: GitHub
|
||||||
path: https://github.com/Lissy93/dashy
|
path: https://github.com/Lissy93/dashy
|
||||||
- title: Documentation
|
- title: Documentation
|
||||||
path: https://dashy.to/docs
|
path: https://dashy.to/docs
|
||||||
|
|
||||||
# Optional app settings and configuration
|
|
||||||
appConfig:
|
appConfig:
|
||||||
theme: colorful
|
theme: dashy-docs
|
||||||
goToLinkEnabled: true
|
goToLinkEnabled: true
|
||||||
webSearch:
|
webSearch:
|
||||||
disableWebSearch: false
|
disableWebSearch: false
|
||||||
|
layout: auto
|
||||||
# Main content - An array of sections, each containing an array of items
|
iconSize: medium
|
||||||
|
advancedSearch:
|
||||||
|
enabled: true
|
||||||
sections:
|
sections:
|
||||||
- name: Getting Started
|
- name: Getting Started
|
||||||
icon: fas fa-rocket
|
icon: fas fa-rocket
|
||||||
items:
|
items:
|
||||||
- title: Dashy Live
|
- title: Dashy Live
|
||||||
description: Development a project management links for Dashy
|
description: Development a project management links for Dashy
|
||||||
icon: https://i.ibb.co/qWWpD0v/astro-dab-128.png
|
icon: https://i.ibb.co/qWWpD0v/astro-dab-128.png
|
||||||
url: https://live.dashy.to/
|
url: https://live.dashy.to/
|
||||||
target: newtab
|
target: newtab
|
||||||
- title: GitHub
|
id: 0_1481_dashylive
|
||||||
description: Source Code, Issues and Pull Requests
|
- title: GitHub
|
||||||
url: https://github.com/lissy93/dashy
|
description: Source Code, Issues and Pull Requests
|
||||||
icon: favicon
|
url: https://github.com/lissy93/dashy
|
||||||
- title: Docs
|
icon: favicon
|
||||||
description: Configuring & Usage Documentation
|
id: 1_1481_github
|
||||||
provider: Dashy.to
|
- title: Docs
|
||||||
icon: far fa-book
|
description: Configuring & Usage Documentation
|
||||||
url: https://dashy.to/docs
|
provider: Dashy.to
|
||||||
- title: Showcase
|
icon: far fa-book
|
||||||
description: See how others are using Dashy
|
url: https://dashy.to/docs
|
||||||
url: https://github.com/Lissy93/dashy/blob/master/docs/showcase.md
|
id: 2_1481_docs
|
||||||
icon: far fa-grin-hearts
|
- title: Showcase
|
||||||
- title: Config Guide
|
description: See how others are using Dashy
|
||||||
description: See full list of configuration options
|
url: https://github.com/Lissy93/dashy/blob/master/docs/showcase.md
|
||||||
url: https://github.com/Lissy93/dashy/blob/master/docs/configuring.md
|
icon: far fa-grin-hearts
|
||||||
icon: fas fa-wrench
|
id: 3_1481_showcase
|
||||||
- title: Support
|
- title: Config Guide
|
||||||
description: Get help with Dashy, raise a bug, or get in contact
|
description: See full list of configuration options
|
||||||
url: https://github.com/Lissy93/dashy/blob/master/.github/SUPPORT.md
|
url: https://github.com/Lissy93/dashy/blob/master/docs/configuring.md
|
||||||
icon: far fa-hands-helping
|
icon: fas fa-wrench
|
||||||
|
id: 4_1481_configguide
|
||||||
|
- 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
|
||||||
|
id: 5_1481_support
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue