Skip to content

Commit

Permalink
Merge pull request #316 from intelops/chandu
Browse files Browse the repository at this point in the history
for now hide About Us, Licensing, and Terms & Conditions from the footer and header Resources menu items
  • Loading branch information
devopstoday11 authored Feb 13, 2024
2 parents 48e756b + ecf3b23 commit bb4d1c3
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions config/_default/menus.en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,14 @@ weight = 3
# name = "Privacy Policy"
# url = "#!"
# weight = 4
[[footer_menu_3]]
name = "Terms & Conditions"
url = "/licensing-terms-conditions/2-terms-and-conditions"
weight = 5
[[footer_menu_3]]
name = "Licensing"
url = "/licensing-terms-conditions/1-licensing"
weight = 6
# [[footer_menu_3]]
# name = "Terms & Conditions"
# url = "/licensing-terms-conditions/2-terms-and-conditions"
# weight = 5
# [[footer_menu_3]]
# name = "Licensing"
# url = "/licensing-terms-conditions/1-licensing"
# weight = 6

# [[footer_menu_4]]
# name = "About Us"
Expand Down Expand Up @@ -218,26 +218,26 @@ name = "Events & Webinars"
parent = "Resources"
url = "events/"
weight = 7
[[main]]
name = "Licensing"
parent = "Resources"
url = "licensing-terms-conditions/1-licensing"
weight = 6
[[main]]
name = "Terms & Conditions"
parent = "Resources"
url = "licensing-terms-conditions/2-terms-and-conditions"
weight = 5
# [[main]]
# name = "Licensing"
# parent = "Resources"
# url = "licensing-terms-conditions/1-licensing"
# weight = 6
# [[main]]
# name = "Terms & Conditions"
# parent = "Resources"
# url = "licensing-terms-conditions/2-terms-and-conditions"
# weight = 5
[[main]]
name = "Privacy Policy"
parent = "Resources"
url = "privacy-policy/"
weight = 4
[[main]]
name = "About Us"
parent = "Resources"
url = "about/"
weight = 3
# [[main]]
# name = "About Us"
# parent = "Resources"
# url = "about/"
# weight = 3
# [[main]]
# name = "Team"
# parent = "Resources"
Expand Down

0 comments on commit bb4d1c3

Please sign in to comment.