From d5e69e2683f8091d529a384925f0467e23a567fb Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Sat, 15 Jun 2024 21:37:47 +0800 Subject: [PATCH] docs --- docs.json | 21 ++++++++++++++----- docs/contributing.mdx | 6 ++++++ docs/{quickstart/index.mdx => quickstart.mdx} | 0 3 files changed, 22 insertions(+), 5 deletions(-) create mode 100644 docs/contributing.mdx rename docs/{quickstart/index.mdx => quickstart.mdx} (100%) 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