Restructur and start dedicated pages for user tutorials (#7)
* rename filenames to reflect order * introduce editorconfig * Restructur and start dedicated pages for terminology and user tutorials * update docusaurus and add mermaidjs support * Add simplified architecture as diagram for now * finish
This commit was merged in pull request #7.
This commit is contained in:
@@ -13,6 +13,10 @@ module.exports = {
|
||||
favicon: 'img/favicon.ico',
|
||||
organizationName: 'StardustXR', // Usually your GitHub org/user name.
|
||||
projectName: 'website', // Usually your repo name.
|
||||
markdown: {
|
||||
mermaid: true,
|
||||
},
|
||||
themes: ['@docusaurus/theme-mermaid'],
|
||||
themeConfig: {
|
||||
colorMode: {
|
||||
defaultMode: "dark",
|
||||
@@ -33,7 +37,7 @@ module.exports = {
|
||||
},
|
||||
{
|
||||
type: 'doc',
|
||||
docId: 'getting-started/overview',
|
||||
docId: 'overview',
|
||||
position: 'left',
|
||||
label: 'Docs',
|
||||
},
|
||||
@@ -76,7 +80,7 @@ module.exports = {
|
||||
},
|
||||
{
|
||||
label: 'Getting Started',
|
||||
to: '/docs/getting-started/overview',
|
||||
to: '/docs/getting-started/tutorial',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user