Reorganize top nav bar (#334)

This commit is contained in:
pollfly 2022-09-18 15:18:55 +03:00 committed by GitHub
parent cd9c48def2
commit f2277de827
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,16 +88,6 @@ module.exports = {
label: 'Server API',
to: '/docs/references/api/index',
},
],
},
{
label: 'Resources',
position: 'left', // or 'right'
items: [
{
label: 'FAQ',
to: '/docs/faq',
},
{
label: 'Release Notes',
to: '/docs/release_notes/ver_1_7',
@ -105,9 +95,14 @@ module.exports = {
{
label: 'Community Resources',
to: '/docs/community',
},
}
],
},
{
label: 'FAQ',
position: 'left', // or 'right'
to: '/docs/faq'
},
{
href: 'https://clearml.slack.com',
position: 'right',