docs: support docs versioning, new update hook decorators docs added

This commit is contained in:
Aleksandr Bukhalo
2020-09-10 11:23:04 +03:00
parent 7043f247da
commit df2b6a5ab3
20 changed files with 711 additions and 20 deletions

View 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"
}
]
}
]
}

View 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"
}
]
}
]
}