Developers casing

This commit is contained in:
Garth Vander Houwen 2022-06-30 08:50:38 -07:00
parent 02a56cd327
commit 8e11ed93d8
2 changed files with 8 additions and 1 deletions

View file

@ -0,0 +1,7 @@
position: 6 # float position is supported
label: 'Developers'
collapsible: true # make the category collapsible
link:
type: generated-index
title: Developers

View file

@ -92,7 +92,7 @@ const config = {
}, },
{ {
label: 'Developers', label: 'Developers',
to: 'docs/developers', to: 'docs/category/developers',
}, },
], ],
}, },