Skip to content

Commit

Permalink
website: add mailing lists to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffmccune committed Sep 26, 2024
1 parent 92d274c commit 5884d72
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions doc/website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,6 @@ const config: Config = {
label: 'API',
},
{ to: '/blog', label: 'Blog', position: 'left' },
{
"href": "https://pkg.go.dev/github.com/holos-run/holos?tab=doc",
"label": "GoDoc",
"position": "left",
"className": "header-godoc-link",
},
{
href: 'https://github.com/holos-run',
label: 'GitHub',
Expand Down Expand Up @@ -147,7 +141,19 @@ const config: Config = {
title: 'Community',
items: [
{
label: 'Discuss',
label: 'Support',
href: '/docs/support',
},
{
label: 'Announcements List',
href: 'https://groups.google.com/g/holos-announce',
},
{
label: 'Discussion List',
href: 'https://groups.google.com/g/holos-discuss',
},
{
label: 'Discussion Forum',
href: 'https://github.com/holos-run/holos/discussions',
},
],
Expand All @@ -163,6 +169,10 @@ const config: Config = {
label: 'GitHub',
href: 'https://github.com/holos-run/holos',
},
{
label: 'GoDoc',
href: 'https://pkg.go.dev/github.com/holos-run/holos?tab=doc',
}
],
},
],
Expand Down

0 comments on commit 5884d72

Please sign in to comment.