mirror of
https://github.com/Maks1mS/nestjs-telegraf.git
synced 2024-12-26 15:58:09 +03:00
17 lines
361 B
JavaScript
17 lines
361 B
JavaScript
module.exports = {
|
|
docs: {
|
|
'Getting Started': [
|
|
'installation',
|
|
'getting-updates',
|
|
'telegraf-methods',
|
|
'bot-injection',
|
|
'async-configuration',
|
|
'multiple-bots',
|
|
'middlewares',
|
|
'error-handling',
|
|
],
|
|
Extras: ['extras/standalone-applications'],
|
|
'API Reference': ['api-reference/decorators'],
|
|
},
|
|
};
|