mirror of
https://github.com/clearml/clearml-docs
synced 2025-02-24 21:14:37 +00:00
Reorganize top nav bar (#334)
This commit is contained in:
parent
cd9c48def2
commit
f2277de827
@ -88,16 +88,6 @@ module.exports = {
|
|||||||
label: 'Server API',
|
label: 'Server API',
|
||||||
to: '/docs/references/api/index',
|
to: '/docs/references/api/index',
|
||||||
},
|
},
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: 'Resources',
|
|
||||||
position: 'left', // or 'right'
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: 'FAQ',
|
|
||||||
to: '/docs/faq',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: 'Release Notes',
|
label: 'Release Notes',
|
||||||
to: '/docs/release_notes/ver_1_7',
|
to: '/docs/release_notes/ver_1_7',
|
||||||
@ -105,9 +95,14 @@ module.exports = {
|
|||||||
{
|
{
|
||||||
label: 'Community Resources',
|
label: 'Community Resources',
|
||||||
to: '/docs/community',
|
to: '/docs/community',
|
||||||
},
|
}
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: 'FAQ',
|
||||||
|
position: 'left', // or 'right'
|
||||||
|
to: '/docs/faq'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
href: 'https://clearml.slack.com',
|
href: 'https://clearml.slack.com',
|
||||||
position: 'right',
|
position: 'right',
|
||||||
|
Loading…
Reference in New Issue
Block a user