mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-08 19:34:56 +02:00
Added docs
This commit is contained in:
@@ -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'),
|
||||
|
Reference in New Issue
Block a user