docs: Add initial version of the documentation pages
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
6a3d1ced93
commit
675de79d94
@@ -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',
|
||||
},
|
||||
|
Reference in New Issue
Block a user