Added docs folder at the project root. Added build_docs and publish_d… (#105)

Docs sub-directory added to the project.
This commit is contained in:
Kelvin Mwinuka
2024-09-11 01:32:58 +08:00
committed by GitHub
parent 7feae0cc52
commit 206a9fe4e6
170 changed files with 27320 additions and 0 deletions

3
docs/babel.config.js Normal file
View File

@@ -0,0 +1,3 @@
module.exports = {
presets: [require.resolve('@docusaurus/core/lib/babel/preset')],
};