mirror of
https://github.com/ditatompel/insights.git
synced 2025-01-08 03:12:06 +07:00
70 lines
No EOL
1.6 KiB
YAML
70 lines
No EOL
1.6 KiB
YAML
main:
|
|
- name: Main Website
|
|
identifier: mainsite
|
|
weight: 100
|
|
url: https://www.ditatompel.com
|
|
params:
|
|
header: Main site www.ditatompel.com.
|
|
icon:
|
|
vendor: font-awesome-solid
|
|
name: headset
|
|
|
|
- name: Documentations
|
|
parent: mainsite
|
|
url: https://hbstack.dev/
|
|
weight: 1
|
|
params:
|
|
icon:
|
|
vendor: bs
|
|
name: book
|
|
className: text-primary
|
|
description: The documentations.
|
|
|
|
- identifier: mainsite-divider
|
|
parent: mainsite
|
|
weight: 10
|
|
params:
|
|
divider: true
|
|
|
|
- name: GitHub
|
|
parent: mainsite
|
|
url: https://github.com/hbstack
|
|
weight: 11
|
|
params:
|
|
icon:
|
|
vendor: fab
|
|
name: github
|
|
description: The code repository.
|
|
|
|
- name: Discussion
|
|
parent: mainsite
|
|
url: https://github.com/orgs/hbstack/discussions
|
|
weight: 12
|
|
params:
|
|
icon:
|
|
vendor: font-awesome-regular
|
|
name: comments
|
|
color: green
|
|
description: Ask questions and share your ideas.
|
|
|
|
- name: Bug Report
|
|
parent: mainsite
|
|
url: https://github.com/orgs/hbstack/discussions/new?category=issues-and-bugs
|
|
weight: 13
|
|
params:
|
|
icon:
|
|
vendor: font-awesome-solid
|
|
name: bug
|
|
color: red
|
|
description: Tell us about a bug or issue.
|
|
|
|
- name: Feature Request
|
|
parent: mainsite
|
|
url: https://github.com/orgs/hbstack/discussions/new?category=ideas
|
|
weight: 14
|
|
params:
|
|
icon:
|
|
vendor: font-awesome-regular
|
|
name: lightbulb
|
|
color: orange
|
|
description: Suggest new or updated features. |