Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add governance links to navbar and footer #3099

Merged
merged 2 commits into from
Nov 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 13 additions & 5 deletions _data/footer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,11 @@
links:
- title: Community
url: "http://scala-lang.org/community/"
- title: Governance
url: "http://scala-lang.org/community/index.html#governance"
- title: Scala Ambassadors
url: "http://scala-lang.org/ambassadors/"
- title: Mailing Lists
url: "http://scala-lang.org/community/index.html#mailing-lists"
- title: Chat Rooms & More
- title: Forums
url: "http://scala-lang.org/community/index.html#forums"
- title: Chat
url: "http://scala-lang.org/community/index.html#chat-rooms"
- title: Libraries and Tools
url: "http://scala-lang.org/community/index.html#community-libraries-and-tools"
Expand All @@ -43,16 +41,26 @@
- title: Scala
class: scala
links:
- title: Governance
url: "http://scala-lang.org/governance/"
- title: Blog
url: "http://scala-lang.org/blog/"
- title: Code of Conduct
url: "http://scala-lang.org/conduct/"
- title: License
url: "http://scala-lang.org/license/"
- title: Security Policy
url: "http://scala-lang.org/security/"
- title: Social
class: social
links:
- title: GitHub
url: "https://github.com/scala/scala"
- title: Mastodon
url: https://fosstodon.org/@scala_lang
- title: Twitter
url: "https://twitter.com/scala_lang"
- title: Discord
url: "https://discord.com/invite/scala"
- title: LinkedIn
url: "https://www.linkedin.com/company/scala-center/"
2 changes: 2 additions & 0 deletions _data/nav-header.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@
url: https://index.scala-lang.org
- title: Community
url: https://www.scala-lang.org/community/
- title: Governance
url: https://www.scala-lang.org/governance/
- title: Blog
url: https://www.scala-lang.org/blog/
Loading