Skip to content

Commit b76b159

Browse files
authored
docs: add discord badge (#1797)
1 parent bc6c06e commit b76b159

File tree

7 files changed

+53
-13
lines changed

7 files changed

+53
-13
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
[![Dart Frog Logo][logo_white]][dart_frog_link_dark]
22
[![Dart Frog Logo][logo_black]][dart_frog_link_light]
33

4+
[![discord][discord_badge]][discord_link]
5+
[![dart][dart_badge]][dart_link]
6+
47
[![ci][ci_badge]][ci_link]
58
[![coverage][coverage_badge]][ci_link]
69
[![style: very good analysis][very_good_analysis_badge]][very_good_analysis_link]
@@ -91,13 +94,17 @@ Dart Frog provides a simple core with a small API surface area in order to reduc
9194

9295
- [VS Code](https://marketplace.visualstudio.com/items?itemName=VeryGoodVentures.dart-frog): extends VS Code with support for Dart Frog and provides tools for effectively managing Dart Frog projects within VS Code.
9396

94-
[dart_installation_link]: https://dart.dev/get-dart
9597
[ci_badge]: https://github.com/dart-frog-dev/dart_frog/actions/workflows/main.yaml/badge.svg
9698
[ci_link]: https://github.com/dart-frog-dev/dart_frog/actions/workflows/main.yaml
9799
[credits_link]: https://github.com/dart-frog-dev/dart_frog/blob/main/CREDITS.md#acknowledgments
98100
[coverage_badge]: https://raw.githubusercontent.com/dart-frog-dev/dart_frog/main/packages/dart_frog/coverage_badge.svg
101+
[dart_badge]: https://img.shields.io/badge/Dart-%230175C2.svg?style=for-the-badge&logo=dart&logoColor=5BB4F0&color=1E2833
102+
[dart_link]: https://dart.dev
99103
[dart_frog_link_dark]: https://github.com/dart-frog-dev/dart_frog#gh-dark-mode-only
100104
[dart_frog_link_light]: https://github.com/dart-frog-dev/dart_frog#gh-light-mode-only
105+
[dart_installation_link]: https://dart.dev/get-dart
106+
[discord_badge]: https://img.shields.io/discord/1394707782271238184?style=for-the-badge&logo=discord&color=1C2A2E&logoColor=1DF9D2
107+
[discord_link]: https://discord.gg/dart-frog
101108
[license_badge]: https://img.shields.io/badge/license-MIT-blue.svg
102109
[license_link]: https://opensource.org/licenses/MIT
103110
[logo_black]: https://raw.githubusercontent.com/dart-frog-dev/dart_frog/main/assets/dart_frog_logo_black.png#gh-light-mode-only

packages/dart_frog/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
<br clear="left"/>
66

7+
[![discord][discord_badge]][discord_link]
8+
[![dart][dart_badge]][dart_link]
9+
710
[![ci][ci_badge]][ci_link]
811
[![coverage][coverage_badge]][ci_link]
912
[![pub package][pub_badge]][pub_link]
@@ -66,7 +69,11 @@ View the full documentation [here][docs_link].
6669
[ci_link]: https://github.com/dart-frog-dev/dart_frog/actions/workflows/dart_frog.yaml
6770
[coverage_badge]: https://raw.githubusercontent.com/dart-frog-dev/dart_frog/main/packages/dart_frog/coverage_badge.svg
6871
[credits_link]: https://github.com/dart-frog-dev/dart_frog/blob/main/CREDITS.md#acknowledgments
72+
[dart_badge]: https://img.shields.io/badge/Dart-%230175C2.svg?style=for-the-badge&logo=dart&logoColor=5BB4F0&color=1E2833
73+
[dart_link]: https://dart.dev
6974
[dart_installation_link]: https://dart.dev/get-dart
75+
[discord_badge]: https://img.shields.io/discord/1394707782271238184?style=for-the-badge&logo=discord&color=1C2A2E&logoColor=1DF9D2
76+
[discord_link]: https://discord.gg/dart-frog
7077
[docs_link]: https://dart-frog.dev
7178
[license_badge]: https://img.shields.io/badge/license-MIT-blue.svg
7279
[license_link]: https://opensource.org/licenses/MIT

packages/dart_frog_auth/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
<br clear="left"/>
66

7+
[![discord][discord_badge]][discord_link]
8+
[![dart][dart_badge]][dart_link]
9+
710
[![ci][ci_badge]][ci_link]
811
[![coverage][coverage_badge]][ci_link]
912
[![pub package][pub_badge]][pub_link]
@@ -24,7 +27,12 @@ Learn more about it on the [official docs][docs_link].
2427
[ci_link]: https://github.com/dart-frog-dev/dart_frog/actions/workflows/dart_frog_auth.yaml
2528
[credits_link]: https://github.com/dart-frog-dev/dart_frog/blob/main/CREDITS.md#acknowledgments
2629
[coverage_badge]: https://raw.githubusercontent.com/dart-frog-dev/dart_frog/main/packages/dart_frog_web_socket/coverage_badge.svg
30+
[dart_badge]: https://img.shields.io/badge/Dart-%230175C2.svg?style=for-the-badge&logo=dart&logoColor=5BB4F0&color=1E2833
31+
[dart_link]: https://dart.dev
2732
[dart_frog_link]: https://github.com/dart-frog-dev/dart_frog
33+
[discord_badge]: https://img.shields.io/discord/1394707782271238184?style=for-the-badge&logo=discord&color=1C2A2E&logoColor=1DF9D2
34+
[discord_link]: https://discord.gg/dart-frog
35+
[docs_link]: https://dart-frog.dev/advanced/authentication
2836
[license_badge]: https://img.shields.io/badge/license-MIT-blue.svg
2937
[license_link]: https://opensource.org/licenses/MIT
3038
[logo_black]: https://raw.githubusercontent.com/dart-frog-dev/dart_frog/main/assets/dart_frog_logo_black.png#gh-light-mode-only
@@ -34,5 +42,3 @@ Learn more about it on the [official docs][docs_link].
3442
[very_good_analysis_badge]: https://img.shields.io/badge/style-very_good_analysis-B22C89.svg
3543
[very_good_analysis_link]: https://pub.dev/packages/very_good_analysis
3644
[very_good_ventures_link]: https://verygood.ventures
37-
[general_http]: https://developer.mozilla.org/en-US/docs/Web/HTTP/Authentication#the_general_http_authentication_framework
38-
[docs_link]: https://dart-frog.dev/advanced/authentication

packages/dart_frog_cli/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
<br clear="left"/>
66

7+
[![discord][discord_badge]][discord_link]
8+
[![dart][dart_badge]][dart_link]
9+
710
[![ci][ci_badge]][ci_link]
811
[![coverage][coverage_badge]][ci_link]
912
[![pub package][pub_badge]][pub_link]
@@ -43,7 +46,12 @@ Learn more about it on the [official docs][docs_link].
4346
[ci_link]: https://github.com/dart-frog-dev/dart_frog/actions/workflows/dart_frog_cli.yaml
4447
[coverage_badge]: https://raw.githubusercontent.com/dart-frog-dev/dart_frog/main/packages/dart_frog_cli/coverage_badge.svg
4548
[credits_link]: https://github.com/dart-frog-dev/dart_frog/blob/main/CREDITS.md#acknowledgments
49+
[dart_badge]: https://img.shields.io/badge/Dart-%230175C2.svg?style=for-the-badge&logo=dart&logoColor=5BB4F0&color=1E2833
50+
[dart_link]: https://dart.dev
4651
[dart_frog_link]: https://github.com/dart-frog-dev/dart_frog
52+
[discord_badge]: https://img.shields.io/discord/1394707782271238184?style=for-the-badge&logo=discord&color=1C2A2E&logoColor=1DF9D2
53+
[discord_link]: https://discord.gg/dart-frog
54+
[docs_link]: https://dart-frog.dev/getting-started
4755
[license_badge]: https://img.shields.io/badge/license-MIT-blue.svg
4856
[license_link]: https://opensource.org/licenses/MIT
4957
[logo_black]: https://raw.githubusercontent.com/dart-frog-dev/dart_frog/main/assets/dart_frog_logo_black.png#gh-light-mode-only
@@ -53,4 +61,3 @@ Learn more about it on the [official docs][docs_link].
5361
[very_good_analysis_badge]: https://img.shields.io/badge/style-very_good_analysis-B22C89.svg
5462
[very_good_analysis_link]: https://pub.dev/packages/very_good_analysis
5563
[very_good_ventures_link]: https://verygood.ventures
56-
[docs_link]: https://dart-frog.dev/getting-started

packages/dart_frog_gen/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
<br clear="left"/>
66

7+
[![discord][discord_badge]][discord_link]
8+
[![dart][dart_badge]][dart_link]
9+
710
[![ci][ci_badge]][ci_link]
811
[![coverage][coverage_badge]][ci_link]
912
[![pub package][pub_badge]][pub_link]
@@ -29,7 +32,11 @@ void main() {
2932
[ci_link]: https://github.com/dart-frog-dev/dart_frog/actions/workflows/dart_frog_gen.yaml
3033
[coverage_badge]: https://raw.githubusercontent.com/dart-frog-dev/dart_frog/main/packages/dart_frog_gen/coverage_badge.svg
3134
[credits_link]: https://github.com/dart-frog-dev/dart_frog/blob/main/CREDITS.md#acknowledgments
35+
[dart_badge]: https://img.shields.io/badge/Dart-%230175C2.svg?style=for-the-badge&logo=dart&logoColor=5BB4F0&color=1E2833
36+
[dart_link]: https://dart.dev
3237
[dart_frog_link]: https://github.com/dart-frog-dev/dart_frog
38+
[discord_badge]: https://img.shields.io/discord/1394707782271238184?style=for-the-badge&logo=discord&color=1C2A2E&logoColor=1DF9D2
39+
[discord_link]: https://discord.gg/dart-frog
3340
[license_badge]: https://img.shields.io/badge/license-MIT-blue.svg
3441
[license_link]: https://opensource.org/licenses/MIT
3542
[logo_black]: https://raw.githubusercontent.com/dart-frog-dev/dart_frog/main/assets/dart_frog_logo_black.png#gh-light-mode-only

packages/dart_frog_test/README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
<br clear="left"/>
66

7+
[![discord][discord_badge]][discord_link]
8+
[![dart][dart_badge]][dart_link]
9+
710
[![style: very good analysis][very_good_analysis_badge]][very_good_analysis_link]
811
[![Powered by Mason](https://img.shields.io/endpoint?url=https%3A%2F%2Ftinyurl.com%2Fmason-badge)](https://github.com/felangel/mason)
912
[![License: MIT][license_badge]][license_link]
@@ -105,18 +108,14 @@ await expectNotAllowedMethods(
105108

106109
---
107110

108-
[credits_link]: https://github.com/dart-frog-dev/dart_frog/blob/main/CREDITS.md#acknowledgments
111+
[dart_badge]: https://img.shields.io/badge/Dart-%230175C2.svg?style=for-the-badge&logo=dart&logoColor=5BB4F0&color=1E2833
109112
[dart_install_link]: https://dart.dev/get-dart
110-
[github_actions_link]: https://docs.github.com/en/actions/learn-github-actions
113+
[dart_link]: https://dart.dev
114+
[discord_badge]: https://img.shields.io/discord/1394707782271238184?style=for-the-badge&logo=discord&color=1C2A2E&logoColor=1DF9D2
115+
[discord_link]: https://discord.gg/dart-frog
111116
[license_badge]: https://img.shields.io/badge/license-MIT-blue.svg
112117
[license_link]: https://opensource.org/licenses/MIT
113118
[logo_black]: https://raw.githubusercontent.com/VGVentures/very_good_brand/main/styles/README/vgv_logo_black.png#gh-light-mode-only
114119
[logo_white]: https://raw.githubusercontent.com/VGVentures/very_good_brand/main/styles/README/vgv_logo_white.png#gh-dark-mode-only
115-
[mason_link]: https://github.com/felangel/mason
116120
[very_good_analysis_badge]: https://img.shields.io/badge/style-very_good_analysis-B22C89.svg
117121
[very_good_analysis_link]: https://pub.dev/packages/very_good_analysis
118-
[very_good_coverage_link]: https://github.com/marketplace/actions/very-good-coverage
119-
[very_good_ventures_link]: https://verygood.ventures
120-
[very_good_ventures_link_light]: https://verygood.ventures#gh-light-mode-only
121-
[very_good_ventures_link_dark]: https://verygood.ventures#gh-dark-mode-only
122-
[very_good_workflows_link]: https://github.com/VeryGoodOpenSource/very_good_workflows

packages/dart_frog_web_socket/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
<br clear="left"/>
66

7+
[![discord][discord_badge]][discord_link]
8+
[![dart][dart_badge]][dart_link]
9+
710
[![ci][ci_badge]][ci_link]
811
[![coverage][coverage_badge]][ci_link]
912
[![pub package][pub_badge]][pub_link]
@@ -69,7 +72,12 @@ void main() {
6972
[ci_link]: https://github.com/dart-frog-dev/dart_frog/actions/workflows/dart_frog_web_socket.yaml
7073
[coverage_badge]: https://raw.githubusercontent.com/dart-frog-dev/dart_frog/main/packages/dart_frog_web_socket/coverage_badge.svg
7174
[credits_link]: https://github.com/dart-frog-dev/dart_frog/blob/main/CREDITS.md#acknowledgments
75+
[dart_badge]: https://img.shields.io/badge/Dart-%230175C2.svg?style=for-the-badge&logo=dart&logoColor=5BB4F0&color=1E2833
76+
[dart_link]: https://dart.dev
7277
[dart_frog_link]: https://github.com/dart-frog-dev/dart_frog
78+
[discord_badge]: https://img.shields.io/discord/1394707782271238184?style=for-the-badge&logo=discord&color=1C2A2E&logoColor=1DF9D2
79+
[discord_link]: https://discord.gg/dart-frog
80+
[docs_link]: https://dart-frog.dev/advanced/web-sockets
7381
[license_badge]: https://img.shields.io/badge/license-MIT-blue.svg
7482
[license_link]: https://opensource.org/licenses/MIT
7583
[logo_black]: https://raw.githubusercontent.com/dart-frog-dev/dart_frog/main/assets/dart_frog_logo_black.png#gh-light-mode-only
@@ -79,4 +87,3 @@ void main() {
7987
[very_good_analysis_badge]: https://img.shields.io/badge/style-very_good_analysis-B22C89.svg
8088
[very_good_analysis_link]: https://pub.dev/packages/very_good_analysis
8189
[very_good_ventures_link]: https://verygood.ventures
82-
[docs_link]: https://dart-frog.dev/advanced/web_socket

0 commit comments

Comments
 (0)