Initial commit

This commit is contained in:
Josako
2025-12-11 14:43:16 +01:00
commit 7ef62972f3
36 changed files with 23641 additions and 0 deletions

13
sidebars.js Normal file
View File

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