Skip to content

Commit

Permalink
Merge pull request #46 from getsolus/add-security
Browse files Browse the repository at this point in the history
config: Add "Security" link to header and footer
  • Loading branch information
EbonJaeger authored Oct 5, 2024
2 parents 7b9df51 + e310c2e commit be228fe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ enableInlineShortcodes = true
copyright = "2024"

[params.menus]
main = [ "home", "about", "blog", "download", "dev_tracker", "forums", "funding", "help", "matrix"]
main = [ "home", "about", "blog", "download", "dev_tracker", "forums", "funding", "help", "matrix", "security"]
footer = [ "solus", "social", "support", "press"]
solus = [ "about", "download", "experiences", "technologies" ]
social = [ "facebook", "mastodon", "reddit", "twitch"]
support = ["dev_tracker", "forums", "funding", "help", "matrix"]
support = ["dev_tracker", "forums", "funding", "help", "matrix", "security"]
press = ["branding", "press"]

[params.menuurls]
Expand All @@ -50,6 +50,7 @@ enableInlineShortcodes = true
matrix = "https://matrix.to/#/#solus:matrix.org"
press = "press"
reddit = "https://www.reddit.com/r/SolusProject"
security = "https://github.com/getsolus/packages/blob/main/SECURITY.md"
support_us = "/help/contributing/getting-involved/"
team = "/solus/team"
technologies = "/solus/technologies"
Expand Down

0 comments on commit be228fe

Please sign in to comment.