doc: fix sidebar

This commit is contained in:
Samuel Berthe
2026-02-28 02:22:44 +01:00
parent 68f827d9bf
commit c767d0d8ca
3 changed files with 14 additions and 2 deletions
+3
View File
@@ -10,6 +10,9 @@ on:
paths:
- 'exp/simd/**'
env:
GOEXPERIMENT: simd
jobs:
test-simd:
# GitHub hosted runners run on several architectures.
+2 -2
View File
@@ -1,8 +1,8 @@
{
"label": "💨 SIMD",
"label": "🧪 Experimental",
"position": 5,
"link": {
"type": "generated-index",
"description": "SIMD operations"
"description": "Experimental features"
}
}
+9
View File
@@ -53,6 +53,15 @@ const sidebars: SidebarsConfig = {
{type: 'autogenerated', dirName: 'parallel'},
],
},
{
type: 'experimental',
label: '🧪 Experimental',
collapsible: true,
collapsed: true,
items: [
{type: 'autogenerated', dirName: 'exp'},
],
},
'glossary',
'contributing',
],