insights/config/_default/menus.id.yaml

70 lines
1.6 KiB
YAML
Raw Normal View History

main:
2023-05-26 07:40:34 +07:00
- name: Situs Utama
identifier: mainsite
weight: 100
2023-05-26 07:40:34 +07:00
url: https://www.ditatompel.com
params:
2023-05-26 07:40:34 +07:00
header: Situs utama www.ditatompel.com.
icon:
vendor: font-awesome-solid
name: headset
- name: Documentations
2023-05-26 07:40:34 +07:00
parent: mainsite
url: https://hbstack.dev/
weight: 1
params:
icon:
vendor: bs
name: book
className: text-primary
description: The documentations.
2023-05-26 07:40:34 +07:00
- identifier: mainsite-divider
parent: mainsite
weight: 10
params:
divider: true
- name: GitHub
2023-05-26 07:40:34 +07:00
parent: mainsite
url: https://github.com/hbstack
weight: 11
params:
icon:
vendor: fab
name: github
description: The code repository.
- name: Discussion
2023-05-26 07:40:34 +07:00
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
2023-05-26 07:40:34 +07:00
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
2023-05-26 07:40:34 +07:00
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.