mirror of
https://github.com/Maks1mS/nestjs-telegraf.git
synced 2025-01-13 15:41:04 +03:00
7 lines
109 B
JavaScript
7 lines
109 B
JavaScript
|
module.exports = {
|
||
|
someSidebar: {
|
||
|
Docusaurus: ['doc1', 'doc2', 'doc3'],
|
||
|
Features: ['mdx'],
|
||
|
},
|
||
|
};
|