initial commit

This commit is contained in:
Aza Kamala
2022-02-03 16:39:00 +03:00
parent 569120983b
commit 471fc366f5
20 changed files with 22308 additions and 1 deletions

6
sidebars.js Normal file
View File

@@ -0,0 +1,6 @@
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
const sidebars = {
tutorialSidebar: [{type: 'autogenerated', dirName: '.'}],
};
module.exports = sidebars;