2020-09-09 23:17:31 +03:00
|
|
|
module.exports = {
|
2020-09-10 11:23:04 +03:00
|
|
|
docs: {
|
|
|
|
'Getting Started': [
|
|
|
|
'installation',
|
|
|
|
'telegraf-methods',
|
|
|
|
'bot-injection',
|
|
|
|
'async-configuration',
|
|
|
|
'webhooks',
|
|
|
|
],
|
|
|
|
'API Reference': ['api-reference/decorators'],
|
2020-09-09 23:17:31 +03:00
|
|
|
},
|
|
|
|
};
|