Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace direct discord invite link with link to scala discord and instructions to join channel #3866

Merged
merged 1 commit into from
Oct 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTING.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Contributing to Mill
:link-github: https://github.com/com-lihaoyi/mill
:link-chat: https://discord.gg/xJCYRVMS


Thank you for considering contributing to Mill.

Expand All @@ -16,6 +16,6 @@ Here are some direct links:
* {link-github}/discussions[Discussion Forum on GitHub] - A place to ask question and discuss all kind of questions around Mill
* {link-github}/issues[Issue Tracker on GitHub] - Our issue tracker for bugs and features
* {link-github}/pulls[Pull Requests on GitHub] - All new features and bug fixes find their way into Mill via a pull request. You can also sketch new ideas by creating a draft pull requests.
{link-chat}[Discord Chat] - You can also join our chat room if you like more direct communication or to just say hello


To build docs locally, `mill docs.localPages`. The last line of the command tells you where to browse the generated pages. From there you can follow the breadcrumbs.
4 changes: 4 additions & 0 deletions docs/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,7 @@ they are interesting:

* https://www.youtube.com/watch?v=UsXgCeU-ovI[Video: A Deep Dive into the Mill Build Tool]

To engage Mill with the community, you can use the channels below:

* https://github.com/com-lihaoyi/mill/discussions[Mill Github Discussions]
* https://discord.com/invite/scala[Scala Discord], in the TOOLING#mill channel
2 changes: 1 addition & 1 deletion docs/supplemental-ui/partials/header-content.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<a class="navbar-item" href="{{{or site.url (or siteRootUrl siteRootPath)}}}/api/latest/index.html">API</a>
<a class="navbar-item" href="https://github.com/com-lihaoyi/mill/issues">Issues</a>
<a class="navbar-item" href="https://github.com/com-lihaoyi/mill/discussions">Discuss</a>
<a class="navbar-item" href="https://discord.gg/xJCYRVMS">Chat</a>


<!--
<a class="navbar-item" href="#">Home</a>
Expand Down
Loading