JuLiaN47V / association-as-code

YAML defined webserver
Apache License 2.0
0 stars 0 forks source link

Add ability to create dropdown-menu for linked_sites #7

Closed JuLiaN47V closed 1 month ago

JuLiaN47V commented 1 month ago

Problem

For linked_sites in the same category, it is not possible to create a dropdown-menu with config file.

Feature

Add ability to configure a dropdown-menu for linked_sites.
Config Example:

linked_sites:
  - name: "Cloud"
    url: "https://cloud.example.com/"
    type: "single"
  - name: "Files"
    type: "catecory"
    sites:
      - name: "Application"
         url: "https://cloud.example.com/files/application.doc"
      - name: "Rental"
         url: "https://cloud.example.com/files/rental.doc"
JuLiaN47V commented 1 month ago

https://github.com/JuLiaN47V/association-as-code/pull/8