Skip to content

Commit 8087e5a

Browse files
szczysChrisGammell
authored andcommitted
footer: add forum and clean up
* Add help link to the Forum * Clean up commented out code Signed-off-by: Mike Szczys <mike@golioth.io>
1 parent a0735e5 commit 8087e5a

File tree

1 file changed

+4
-21
lines changed

1 file changed

+4
-21
lines changed

docusaurus.config.js

Lines changed: 4 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,6 @@ module.exports = {
8989
label: "API Docs",
9090
to: "/reference/rest-api/overview",
9191
},
92-
/*{
93-
label: 'Zephyr SDK',
94-
to: 'docs/advanced/running-locally',
95-
},*/
9692
{
9793
label: "goliothctl",
9894
to: "/reference/command-line-tools/goliothctl/goliothctl/",
@@ -103,26 +99,13 @@ module.exports = {
10399
},
104100
],
105101
},
106-
/*{
107-
title: 'Community',
108-
items: [
109-
{
110-
label: 'Stack Overflow',
111-
href: 'https://stackoverflow.com/questions/tagged/docusaurus',
112-
},
113-
{
114-
label: 'Discord',
115-
href: 'https://discordapp.com/invite/docusaurus',
116-
},
117-
{
118-
label: 'Twitter',
119-
href: 'https://twitter.com/docusaurus',
120-
},
121-
],
122-
},*/
123102
{
124103
title: "More",
125104
items: [
105+
{
106+
label: "Ask a Question: Golioth Forum",
107+
href: "https://forum.golioth.io",
108+
},
126109
{
127110
label: "GitHub",
128111
href: "https://github.com/golioth",

0 commit comments

Comments
 (0)