Skip to content

Commit c34cca7

Browse files
committed
Reorg navbar
- Use alpha order - Remove redundant chat/code links and use Slack/GitHub - Add Projects and Doc links Reported-by: @mjherzog Signed-off-by: Philippe Ombredanne <pombredanne@aboutcode.org>
1 parent a9d66a9 commit c34cca7

1 file changed

Lines changed: 13 additions & 16 deletions

File tree

website/docusaurus.config.js

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -129,40 +129,37 @@ const config = {
129129
label: 'Blog',
130130
position: 'left'
131131
},
132+
{ to: '/projects',
133+
label: 'Projects',
134+
position: 'left'
135+
},
132136
{
133137
type: 'dropdown',
134138
label: 'About',
135139
position: 'left',
136140
items: [
137-
{
138-
href: 'https://aboutcode.readthedocs.io',
139-
label: 'Documentation',
140-
},
141-
{ to: '/docs/about/about-meetings', label: 'Meetings' },
142141
{ to: '/docs/about/about-contribute', label: 'Contribute' },
143-
{ to: '/docs/about/about-news', label: 'News' },
144142
{ to: '/docs/about/about-events', label: 'Events' },
143+
{ to: '/docs/about/about-meetings', label: 'Meetings' },
144+
{ to: '/docs/about/about-news', label: 'News' },
145145
{ to: '/docs/about/about-releases', label: 'Releases' },
146146
{ to: '/docs/about/about-standards', label: 'Standards' },
147147
{ to: '/docs/about/about-credits', label: 'Thank you' },
148-
{
149-
href: 'https://join.slack.com/t/aboutcode-org/shared_invite/zt-31uzazd7l-tBHcqKUKkX6jUEPRLswiNw',
150-
label: 'Chat',
151-
},
152-
{
153-
href: 'https://github.com/aboutcode-org',
154-
label: 'Code',
155-
},
156148
],
157149
},
150+
{
151+
href: 'https://aboutcode.readthedocs.io',
152+
label: 'Doc',
153+
position: 'right',
154+
},
158155
{
159156
href: 'https://join.slack.com/t/aboutcode-org/shared_invite/zt-31uzazd7l-tBHcqKUKkX6jUEPRLswiNw',
160-
label: 'Chat',
157+
label: 'Slack',
161158
position: 'right',
162159
},
163160
{
164161
href: 'https://github.com/aboutcode-org',
165-
label: 'Code',
162+
label: 'GitHub',
166163
position: 'right',
167164
},
168165

0 commit comments

Comments
 (0)