diff --git a/README.md b/README.md index 2cc67dfc..00d364a3 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ Quickstart (Flutter)DocumentationShowcase • + PlaygroundDiscord

diff --git a/docs.json b/docs.json index f177d25e..9221f82f 100644 --- a/docs.json +++ b/docs.json @@ -7,7 +7,8 @@ "Getting Started", [ ["Overview", "/"], - ["Quick Start", "/quickstart"] + ["Quick Start", "/quickstart"], + ["Playground", "https://dartpad.thermion.dev"] ] ], ["Misc.", [["Contributing", "/contributing"]]] diff --git a/docs/contributing.mdx b/docs/contributing.mdx index a4466ca5..3f3758f3 100644 --- a/docs/contributing.mdx +++ b/docs/contributing.mdx @@ -4,3 +4,7 @@ Thermion is an open source project and we welcome all contributions from every l Please [join us on Discord](https://discord.gg/h2VdDK3EAQ) if you'd like some guidance or just want to chat. +## + +We are now using [Melos](https://melos.invertase.dev/) to manage the repository. This lets us auto-generate changelogs & versioning from commit messages, so if you wish to submit a PR, please use [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/). + diff --git a/thermion_dart/README.md b/thermion_dart/README.md index 12053abd..0f4dd7ba 100644 --- a/thermion_dart/README.md +++ b/thermion_dart/README.md @@ -4,6 +4,7 @@ Quickstart (Flutter)DocumentationShowcase • + PlaygroundDiscord

diff --git a/thermion_flutter/thermion_flutter/README.md b/thermion_flutter/thermion_flutter/README.md index 1c9b88a3..af32f1b4 100644 --- a/thermion_flutter/thermion_flutter/README.md +++ b/thermion_flutter/thermion_flutter/README.md @@ -3,7 +3,8 @@

Quickstart (Flutter)Documentation • - Showcase • + Showcase • + PlaygroundDiscord