mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-30 01:30:02 +00:00
📝 add index in document for quart driver
This commit is contained in:
@ -198,6 +198,10 @@ module.exports = context => ({
|
|||||||
title: "nonebot.drivers.fastapi 模块",
|
title: "nonebot.drivers.fastapi 模块",
|
||||||
path: "drivers/fastapi"
|
path: "drivers/fastapi"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: "nonebot.drivers.quart 模块",
|
||||||
|
path: "drivers/quart"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: "nonebot.adapters 模块",
|
title: "nonebot.adapters 模块",
|
||||||
path: "adapters/"
|
path: "adapters/"
|
||||||
|
@ -15,6 +15,7 @@ NoneBot Api Reference
|
|||||||
- `nonebot.exception <exception.html>`_
|
- `nonebot.exception <exception.html>`_
|
||||||
- `nonebot.drivers <drivers/>`_
|
- `nonebot.drivers <drivers/>`_
|
||||||
- `nonebot.drivers.fastapi <drivers/fastapi.html>`_
|
- `nonebot.drivers.fastapi <drivers/fastapi.html>`_
|
||||||
|
- `nonebot.drivers.quart <drivers/quart.html>`_
|
||||||
- `nonebot.adapters <adapters/>`_
|
- `nonebot.adapters <adapters/>`_
|
||||||
- `nonebot.adapters.cqhttp <adapters/cqhttp.html>`_
|
- `nonebot.adapters.cqhttp <adapters/cqhttp.html>`_
|
||||||
- `nonebot.adapters.ding <adapters/ding.html>`_
|
- `nonebot.adapters.ding <adapters/ding.html>`_
|
||||||
|
Reference in New Issue
Block a user