Added docs

This commit is contained in:
2024-03-29 13:03:45 +05:30
parent 0d302a38ee
commit 9bd6af3efd
26 changed files with 298 additions and 130 deletions

View File

@@ -72,17 +72,22 @@ export default [
component: ComponentCreator('/documentation/markdown-page', '89b'),
exact: true
},
{
path: '/documentation/privacy_policy',
component: ComponentCreator('/documentation/privacy_policy', '4b3'),
exact: true
},
{
path: '/documentation/',
component: ComponentCreator('/documentation/', '7d7'),
component: ComponentCreator('/documentation/', '515'),
routes: [
{
path: '/documentation/',
component: ComponentCreator('/documentation/', '81d'),
component: ComponentCreator('/documentation/', 'f75'),
routes: [
{
path: '/documentation/',
component: ComponentCreator('/documentation/', '42c'),
component: ComponentCreator('/documentation/', 'cb8'),
routes: [
{
path: '/documentation/before_installation/imporatnt_notes',
@@ -168,12 +173,6 @@ export default [
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/dev_guide/docs_translate',
component: ComponentCreator('/documentation/dev_guide/docs_translate', '964'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/dev_guide/gpg_key',
component: ComponentCreator('/documentation/dev_guide/gpg_key', 'd30'),