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:
6543
2024-08-22 01:13:55 +02:00
committed by GitHub
parent 9672f2b7c0
commit 3b4cfc15ba
20 changed files with 4418 additions and 4212 deletions

View File

@@ -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',
},
],
},