mirror of
https://github.com/Maks1mS/nestjs-telegraf.git
synced 2025-09-23 09:49:06 +03:00
docs: support docs versioning, new update hook decorators docs added
This commit is contained in:
31
website/versioned_sidebars/version-1.2.1-sidebars.json
Normal file
31
website/versioned_sidebars/version-1.2.1-sidebars.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"version-1.2.1/docs": [
|
||||
{
|
||||
"collapsed": true,
|
||||
"type": "category",
|
||||
"label": "Getting Started",
|
||||
"items": [
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-1.2.1/installation"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-1.2.1/telegraf-methods"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-1.2.1/bot-injection"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-1.2.1/async-configuration"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-1.2.1/webhooks"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
42
website/versioned_sidebars/version-1.3.0-sidebars.json
Normal file
42
website/versioned_sidebars/version-1.3.0-sidebars.json
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"version-1.3.0/docs": [
|
||||
{
|
||||
"collapsed": false,
|
||||
"type": "category",
|
||||
"label": "Getting Started",
|
||||
"items": [
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-1.3.0/installation"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-1.3.0/telegraf-methods"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-1.3.0/bot-injection"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-1.3.0/async-configuration"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-1.3.0/webhooks"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"collapsed": true,
|
||||
"type": "category",
|
||||
"label": "API Reference",
|
||||
"items": [
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-1.3.0/api-reference/decorators"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user