mirror of
				https://github.com/nonebot/nonebot2.git
				synced 2025-10-30 22:46:40 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			128 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			128 lines
		
	
	
		
			2.4 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"
 | |
|         }
 | |
|       ]
 | |
|     }
 | |
|   ]
 | |
| }
 |