Skip to content

Commit

Permalink
Add links to Discord
Browse files Browse the repository at this point in the history
  • Loading branch information
noelwelsh committed May 14, 2024
1 parent 7be6335 commit 1b13b32
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ Scala 2.13 users should use version 0.19.0.

[creativescala]: http://creativescala.org/


## Community

Join the [Creative Scala Discord][discord].


## Acknowledgements

Doodle was written by Noel Welsh with contributions from [the contributors listed by Github][github-contributors].
Expand All @@ -57,3 +63,5 @@ Thanks to the *amazing* Typelevel SBT plugin, documentation should be built on e
### Publishing

Push a tag of the form `v0.14.0`. Make sure `tlBaseVersion` matches the base version you're trying to release.

[discord]: https://discord.gg/rRhcFbJxVG
6 changes: 6 additions & 0 deletions docs/src/pages/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ libraryDependencies += "org.creativescala" %% "doodle" % "@VERSION@"
See the ScalaDoc @:api(doodle.index) for API documentation.


## Community

Join the [Creative Scala Discord][discord].
[discord]: https://discord.gg/rRhcFbJxVG


## Quick Example

The following example creates a Chessboard, by first creating a 2x2 board, then a 4x4 board from the 2x2 board, and finally the complete 8x8 board from the 4x4 board.
Expand Down

0 comments on commit 1b13b32

Please sign in to comment.