intranet/config/navbar.yaml
2023-10-10 19:46:10 +00:00

16 lines
1.0 KiB
YAML

# To add a new button: copy the template below.
# Label: This is the text displayed on the navbar item
# Type: Intern (Internal Link), Extern (External link, default), File (locally hosted files)
# URI: Resource locator. For Internal links, this is the route's friendly name. If you don't know this, then set an External link to the page.
# Disabled: Defaults to false. If true, button becomes unclickable.
# TEMPLATE
# - { Label: Example, Type: Extern, URI: "example.com", Disabled: False}
Buttons:
- { Label: Cram-A-Lot, Type: Extern, URI: "https://www.cram-a-lot.com/", Disabled: False}
- { Label: Office 365, Type: Extern, URI: "https://myapps.microsoft.com/", Disabled: False}
- { Label: Directory, Type: Extern, URI: "http://site:81/directory/home.php", Disabled: False}
- { Label: Software Basics, Type: File, URI: "documents/JV Software Basics.docx", Disabled: False}
- { Label: Safety Training, Type: Intern, URI: "safetyHome", Disabled: False}
- { Label: Anonymous Comment, Type: Intern, URI: "complaint", Disabled: False}