docs: Add initial version of the documentation pages

This commit is contained in:
Faruk AYDIN
2022-02-02 13:10:21 +03:00
committed by Ömer Faruk Aydın
parent 6a3d1ced93
commit 675de79d94
30 changed files with 223 additions and 408 deletions

View File

@@ -25,7 +25,7 @@ const config = {
sidebarPath: require.resolve('./sidebars.js'),
// Please change this to your repo.
editUrl: 'https://github.com/facebook/docusaurus/edit/main/website/',
routeBasePath: '/'
routeBasePath: '/',
},
blog: {
showReadingTime: true,
@@ -48,7 +48,7 @@ const config = {
items: [
{
type: 'doc',
docId: 'intro',
docId: 'overview',
position: 'left',
label: 'Docs',
},