From b6c7967cbe933c4c56cc20e66c551dadf5fe3ee5 Mon Sep 17 00:00:00 2001 From: JaffaKetchup Date: Sun, 10 Apr 2022 15:17:03 +0100 Subject: [PATCH 1/2] Added beta documentation link to README --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c8ed9421..79f944cc2 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,22 @@ A versatile mapping package for Flutter, based off of ['leaflet.js'](https://lea [![Pub.dev](https://img.shields.io/pub/v/flutter_map.svg?label=Latest+Version)](https://pub.dev/packages/flutter_map) [![Checks & Tests](https://badgen.net/github/checks/fleaflet/flutter_map?label=Checks+%26+Tests&color=orange)](https://github.com/fleaflet/flutter_map/actions?query=branch%3Amaster) [![points](https://badges.bar/flutter_map/pub%20points)](https://pub.dev/packages/flutter_map/score) [![stars](https://badgen.net/github/stars/fleaflet/flutter_map?label=stars&color=green&icon=github)](https://github.com/fleaflet/flutter_map/stargazers) [![likes](https://badges.bar/flutter_map/likes)](https://pub.dev/packages/flutter_map/score)      [![Open Issues](https://badgen.net/github/open-issues/fleaflet/flutter_map?label=Open+Issues&color=green)](https://GitHub.com/fleaflet/flutter_map/issues) [![Open PRs](https://badgen.net/github/open-prs/fleaflet/flutter_map?label=Open+PRs&color=green)](https://GitHub.com/fleaflet/flutter_map/pulls) -Join the Discord server: https://discord.gg/egEGeByf4q +--- + +## [Discord Server](https://discord.gg/egEGeByf4q) + +Join the Discord server: ! + +Talk about 'flutter_map', get and give help, and receive notifications about new 'flutter_map' updates! More additions planned in the future. + +## [Beta Documentation](https://deploy-preview-10--fleaflet-docs.netlify.app) + +View the beta documentation: ! +Link liable to break and/or change. Most contents should be correct (but not yet verified), but some documentation may be missing/misleading. + +Any feedback is appreciated! Please comment or leave a code review on [pull request #992](/pull/992). + +--- ## Installation & Configuration From e17b4f8b6f6a516dc0ba4920826753fda2c5bd2b Mon Sep 17 00:00:00 2001 From: JaffaKetchup Date: Sun, 10 Apr 2022 15:40:29 +0100 Subject: [PATCH 2/2] Update link to live production site instead of preview --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 79f944cc2..ce1dd5012 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,9 @@ Join the Discord server: ! Talk about 'flutter_map', get and give help, and receive notifications about new 'flutter_map' updates! More additions planned in the future. -## [Beta Documentation](https://deploy-preview-10--fleaflet-docs.netlify.app) +## [Beta Documentation](https://fleaflet-docs.netlify.app) -View the beta documentation: ! +View the beta documentation: ! Link liable to break and/or change. Most contents should be correct (but not yet verified), but some documentation may be missing/misleading. Any feedback is appreciated! Please comment or leave a code review on [pull request #992](/pull/992).