mirror of
https://github.com/samber/lo.git
synced 2026-04-22 15:37:14 +08:00
doc: fix sidebar
This commit is contained in:
@@ -10,6 +10,9 @@ on:
|
||||
paths:
|
||||
- 'exp/simd/**'
|
||||
|
||||
env:
|
||||
GOEXPERIMENT: simd
|
||||
|
||||
jobs:
|
||||
test-simd:
|
||||
# GitHub hosted runners run on several architectures.
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"label": "💨 SIMD",
|
||||
"label": "🧪 Experimental",
|
||||
"position": 5,
|
||||
"link": {
|
||||
"type": "generated-index",
|
||||
"description": "SIMD operations"
|
||||
"description": "Experimental features"
|
||||
}
|
||||
}
|
||||
@@ -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',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user