UNCLASSIFIED - NO CUI

Skip to content

BULL-1952

daniel.cushman requested to merge BULL-1952 into main

DO NOT MERGE AS IS; in the config.toml, line 29, as well as 34 through 46 need to be removed/commented out before pushing to production. Those lines, as shown below, are merely an example for how to add drop-down menu/how it will look and are not approved for Production.

[[menu.main]]
 identifier = "Events" <-- makes an identifier group to put the tags under.
 name = "events"
 url = "/events/"
 weight = 2

 [[menu.main]]
 identifier = "Google"
 name = "Google"
 url = "https://www.google.com"
 parent = "Events" <-- puts it under the identifier group, and by existing, creates the dropdown and slots in the link within that dropdown.
 weight = 1
   
 [[menu.main]]
 identifier = "Software.AF.mil"
 name = "CSO Website"
 url = "https://software.af.mil"
 parent = "Events"
 weight = 2
Edited by Benjamin Spellmann

Merge request reports

Loading