Skip to content

Commit b787d0b

Browse files
authored
Update documentation with forum (#987)
2 parents f1c7f11 + 44700f4 commit b787d0b

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
# Phlex
22

3+
[![Ruby Users Forum](https://img.shields.io/discourse/topics?server=https%3A%2F%2Fwww.rubyforum.org&style=flat&logo=discourse&label=Ruby%20Users%20Forum)](https://www.rubyforum.org/tag/phlex)
4+
35
Phlex lets you build object-oriented web views in pure Ruby.
46

57
- [v2 Docs](https://www.phlex.fun)
68
- [v1 Docs](https://v1.phlex.fun)
79

10+
## Community
11+
12+
Join us in the `phlex` tag on the [Ruby Users Forum](https://www.rubyforum.org/tag/phlex).
13+
814
## Versioning and Maintenance
915

1016
Phlex does not follow Semantic Versioning (SemVer). Instead, we follow [BreakVer](https://www.taoensso.com/break-versioning).

phlex.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Gem::Specification.new do |spec|
1919
spec.metadata["changelog_uri"] = "https://github.com/phlex-ruby/phlex/releases"
2020
spec.metadata["funding_uri"] = "https://github.com/sponsors/joeldrapper"
2121
spec.metadata["rubygems_mfa_required"] = "true"
22+
spec.metadata["mailing_list_uri"] = "https://www.rubyforum.org/tag/phlex"
2223

2324
spec.files = Dir[
2425
"README.md",

0 commit comments

Comments
 (0)