nonebot2/website/versioned_sidebars/version-2.4.1-sidebars.json
noneflow[bot] 033c90dd74
Some checks failed
Code Coverage / Test Coverage (pydantic-v1, macos-latest, 3.10) (push) Waiting to run
Code Coverage / Test Coverage (pydantic-v1, macos-latest, 3.11) (push) Waiting to run
Code Coverage / Test Coverage (pydantic-v1, macos-latest, 3.12) (push) Waiting to run
Code Coverage / Test Coverage (pydantic-v1, macos-latest, 3.9) (push) Waiting to run
Code Coverage / Test Coverage (pydantic-v1, windows-latest, 3.10) (push) Waiting to run
Code Coverage / Test Coverage (pydantic-v1, windows-latest, 3.11) (push) Waiting to run
Code Coverage / Test Coverage (pydantic-v1, windows-latest, 3.12) (push) Waiting to run
Code Coverage / Test Coverage (pydantic-v1, windows-latest, 3.9) (push) Waiting to run
Code Coverage / Test Coverage (pydantic-v2, macos-latest, 3.10) (push) Waiting to run
Code Coverage / Test Coverage (pydantic-v2, macos-latest, 3.11) (push) Waiting to run
Code Coverage / Test Coverage (pydantic-v1, ubuntu-latest, 3.11) (push) Failing after 2s
Code Coverage / Test Coverage (pydantic-v2, macos-latest, 3.12) (push) Waiting to run
Code Coverage / Test Coverage (pydantic-v2, macos-latest, 3.9) (push) Waiting to run
Code Coverage / Test Coverage (pydantic-v2, windows-latest, 3.10) (push) Waiting to run
Code Coverage / Test Coverage (pydantic-v2, windows-latest, 3.11) (push) Waiting to run
Code Coverage / Test Coverage (pydantic-v2, windows-latest, 3.12) (push) Waiting to run
Code Coverage / Test Coverage (pydantic-v2, windows-latest, 3.9) (push) Waiting to run
Code Coverage / Test Coverage (pydantic-v1, ubuntu-latest, 3.12) (push) Failing after 6m59s
Code Coverage / Test Coverage (pydantic-v1, ubuntu-latest, 3.10) (push) Failing after 7m7s
Code Coverage / Test Coverage (pydantic-v2, ubuntu-latest, 3.10) (push) Failing after 5m14s
Code Coverage / Test Coverage (pydantic-v1, ubuntu-latest, 3.9) (push) Failing after 5m42s
Code Coverage / Test Coverage (pydantic-v2, ubuntu-latest, 3.11) (push) Failing after 4m51s
Code Coverage / Test Coverage (pydantic-v2, ubuntu-latest, 3.12) (push) Failing after 7m12s
Code Coverage / Test Coverage (pydantic-v2, ubuntu-latest, 3.9) (push) Failing after 6m33s
Pyright Lint / Pyright Lint (pydantic-v1) (push) Failing after 8m12s
Ruff Lint / Ruff Lint (push) Successful in 43s
Pyright Lint / Pyright Lint (pydantic-v2) (push) Failing after 6m56s
Site Deploy / publish (push) Failing after 7m21s
🔖 Release 2.4.1
2024-12-25 07:21:05 +00:00

157 lines
3.0 KiB
JSON

{
"tutorial": [
{
"type": "category",
"label": "开始",
"collapsible": false,
"items": ["index", "quick-start", "editor-support"]
},
{
"type": "category",
"label": "指南",
"items": [
{
"type": "autogenerated",
"dirName": "tutorial"
}
]
},
{
"type": "category",
"label": "深入",
"items": [
{
"type": "autogenerated",
"dirName": "appendices"
}
]
},
{
"type": "category",
"label": "进阶",
"items": [
{
"type": "autogenerated",
"dirName": "advanced"
}
]
},
{
"type": "category",
"label": "最佳实践",
"items": [
{
"type": "autogenerated",
"dirName": "best-practice"
}
]
},
{
"type": "category",
"label": "开发者",
"items": [
{
"type": "autogenerated",
"dirName": "developer"
}
]
}
],
"api": [
{
"type": "autogenerated",
"dirName": "api"
}
],
"ecosystem": [
{
"type": "category",
"label": "关于我们",
"collapsible": false,
"items": [
{
"type": "autogenerated",
"dirName": "community"
}
]
},
{
"type": "category",
"label": "开源之夏",
"collapsible": true,
"items": [
{
"type": "autogenerated",
"dirName": "ospp"
}
]
},
{
"type": "category",
"label": "社区资源",
"collapsible": false,
"items": [
{
"type": "link",
"label": "插件商店",
"href": "/store/plugins"
},
{
"type": "link",
"label": "适配器商店",
"href": "/store/adapters"
},
{
"type": "link",
"label": "驱动器商店",
"href": "/store/drivers"
},
{
"type": "link",
"label": "机器人商店",
"href": "/store/bots"
},
{
"type": "link",
"label": "Awesome NoneBot",
"href": "https://awesome.nonebot.dev"
},
{
"type": "link",
"label": "论坛",
"href": "https://discussions.nonebot.dev"
}
]
}
],
"changelog": [
{
"type": "category",
"label": "更新日志",
"collapsible": false,
"items": [
{
"type": "link",
"label": "v2.4.1",
"href": "/changelog/"
},
{
"type": "link",
"label": "v2.1.1",
"href": "/changelog/1"
},
{
"type": "link",
"label": "v2.0.0-beta.3",
"href": "/changelog/2"
},
{
"type": "link",
"label": "v2.0.0a8",
"href": "/changelog/3"
}
]
}
]
}