microsite: make references header item a dropdown for stable/next
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -377,9 +377,19 @@ const config: Config = {
|
||||
position: 'left',
|
||||
},
|
||||
{
|
||||
to: '/api/stable',
|
||||
type: 'dropdown',
|
||||
label: 'Reference',
|
||||
position: 'left',
|
||||
items: [
|
||||
{
|
||||
label: `Stable (${releases[0]})`,
|
||||
to: '/api/stable',
|
||||
},
|
||||
{
|
||||
label: 'Next',
|
||||
to: '/api/next',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
to: `docs/releases/${releases[0]}`,
|
||||
|
||||
Reference in New Issue
Block a user