mirror of
https://github.com/SantaSpeen/santaspeen.ru-blog.git
synced 2026-05-19 08:00:13 +00:00
to TypeScript
This commit is contained in:
+11
-9
@@ -17,15 +17,17 @@ const sidebars = {
|
||||
tutorialSidebar: [{type: 'autogenerated', dirName: '.'}],
|
||||
|
||||
// But you can create a sidebar manually
|
||||
// tutorialSidebar: [
|
||||
// 'intro',
|
||||
// 'hello',
|
||||
// {
|
||||
// type: 'category',
|
||||
// label: 'Tutorial',
|
||||
// items: ['tutorial-basics/create-a-document'],
|
||||
// },
|
||||
// ],
|
||||
/*
|
||||
tutorialSidebar: [
|
||||
'intro',
|
||||
'hello',
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Tutorial',
|
||||
items: ['tutorial-basics/create-a-document'],
|
||||
},
|
||||
],
|
||||
*/
|
||||
};
|
||||
|
||||
module.exports = sidebars;
|
||||
|
||||
Reference in New Issue
Block a user