diff --git a/docs.json b/docs.json index 4c275802..f177d25e 100644 --- a/docs.json +++ b/docs.json @@ -1,5 +1,16 @@ -{ - "name": "Thermion", - "description": "3D rendering framework for Dart and/or Flutter", - "logo": "logo.png", -} +{ + "name": "Thermion", + "description": "3D rendering framework for Dart and/or Flutter", + "logo": "logo.png", + "sidebar": [ + [ + "Getting Started", + [ + ["Overview", "/"], + ["Quick Start", "/quickstart"] + ] + ], + ["Misc.", [["Contributing", "/contributing"]]] + ] + +} diff --git a/docs/contributing.mdx b/docs/contributing.mdx new file mode 100644 index 00000000..a4466ca5 --- /dev/null +++ b/docs/contributing.mdx @@ -0,0 +1,6 @@ +## Contributing + +Thermion is an open source project and we welcome all contributions from every level of experience. + +Please [join us on Discord](https://discord.gg/h2VdDK3EAQ) if you'd like some guidance or just want to chat. + diff --git a/docs/quickstart/index.mdx b/docs/quickstart.mdx similarity index 100% rename from docs/quickstart/index.mdx rename to docs/quickstart.mdx