mirror of
https://github.com/Maks1mS/nestjs-telegraf.git
synced 2024-12-23 14:42:59 +03:00
18 lines
366 B
JavaScript
18 lines
366 B
JavaScript
module.exports = {
|
|
docs: {
|
|
'Getting Started': [
|
|
'installation',
|
|
'getting-updates',
|
|
'telegraf-methods',
|
|
'async-configuration',
|
|
],
|
|
Extras: [
|
|
'extras/bot-injection',
|
|
'extras/middlewares',
|
|
'extras/multiple-bots',
|
|
'extras/standalone-applications',
|
|
],
|
|
'Migrating': ['migrating/from-v1-to-v2'],
|
|
},
|
|
};
|