mirror of
https://github.com/ditatompel/insights.git
synced 2025-01-08 03:12:06 +07:00
70 lines
1.5 KiB
YAML
70 lines
1.5 KiB
YAML
|
main:
|
||
|
- name: Support
|
||
|
identifier: support
|
||
|
weight: 100
|
||
|
url: https://github.com/hbstack
|
||
|
params:
|
||
|
header: The HB support community.
|
||
|
icon:
|
||
|
vendor: font-awesome-solid
|
||
|
name: headset
|
||
|
|
||
|
- name: Documentations
|
||
|
parent: support
|
||
|
url: https://hbstack.dev/
|
||
|
weight: 1
|
||
|
params:
|
||
|
icon:
|
||
|
vendor: bs
|
||
|
name: book
|
||
|
className: text-primary
|
||
|
description: The documentations.
|
||
|
|
||
|
- identifier: support-divider
|
||
|
parent: support
|
||
|
weight: 10
|
||
|
params:
|
||
|
divider: true
|
||
|
|
||
|
- name: GitHub
|
||
|
parent: support
|
||
|
url: https://github.com/hbstack
|
||
|
weight: 11
|
||
|
params:
|
||
|
icon:
|
||
|
vendor: fab
|
||
|
name: github
|
||
|
description: The code repository.
|
||
|
|
||
|
- name: Discussion
|
||
|
parent: support
|
||
|
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: support
|
||
|
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: support
|
||
|
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.
|