From 69f64b1cbe75febf99d84f7f88a2074a760b84c8 Mon Sep 17 00:00:00 2001 From: Jamie Thompson Date: Thu, 31 Oct 2024 17:25:56 +0100 Subject: [PATCH 1/2] add governance to nav bar --- _data/nav-header.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_data/nav-header.yml b/_data/nav-header.yml index eeaa88291c..792c68fc1e 100644 --- a/_data/nav-header.yml +++ b/_data/nav-header.yml @@ -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/ From b3ac0a97f03b26c17a7afbf461d3fd16a9a28ad3 Mon Sep 17 00:00:00 2001 From: Jamie Thompson Date: Thu, 31 Oct 2024 17:36:57 +0100 Subject: [PATCH 2/2] add governance to footer, sync with scala-lang.org --- _data/footer.yml | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/_data/footer.yml b/_data/footer.yml index 43338e7b74..5e24e08b6d 100644 --- a/_data/footer.yml +++ b/_data/footer.yml @@ -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" @@ -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/" \ No newline at end of file