feat: init docs

This commit is contained in:
Ushie
2023-08-07 05:00:41 +03:00
parent 7e5ec5b7a2
commit 6a093ea3a7
49 changed files with 10206 additions and 6098 deletions

9
docusaurus/sidebars.js Normal file
View File

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