Skip to content

Commit eb1cac6

Browse files
committed
Merge branch 'main' of https://github.com/GradleUp/gradleup.github.io into blog
2 parents 7ebbe60 + b398e43 commit eb1cac6

File tree

8 files changed

+22
-8
lines changed

8 files changed

+22
-8
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing to the Site
22

3-
[![Slack: GradleUp on the Gradle Community Slack](https://img.shields.io/badge/Slack-%23hacktoberfest-brightgreen?style=flat&logo=slack)](./docs/community/participate.md#slack)
3+
[![Slack: GradleUp on the Gradle Community Slack](https://img.shields.io/badge/Slack-%23gradleup-brightgreen?style=flat&logo=slack)](./docs/community/participate.md#slack)
44

55
Any contributions, typo fixes and patches are welcome!
66
The content is located inside this repository and in the

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[![Website](https://img.shields.io/static/v1?label=Website&message=gradleup.com&color=blue)](https://gradleup.com/)
66
[![Docs](https://img.shields.io/static/v1?label=Projects&message=10%2b&color=green)](https://gradleup.com/projects/)
7-
[![Slack: GradleUp on the Gradle Community Slack](https://img.shields.io/badge/Slack-%23hacktoberfest-brightgreen?style=flat&logo=slack)](./docs/community/participate.md#slack)
7+
[![Slack: GradleUp on the Gradle Community Slack](https://img.shields.io/badge/Slack-%23gradleup-brightgreen?style=flat&logo=slack)](https://gradleup.com/docs/community/participate/#slack)
88
[![Participate](https://img.shields.io/static/v1?label=Contributor&message=Guide&color=lightgreen)](https://gradleup.com/docs/community/participate/)
99

1010
This repository hosts a [GradleUp website](https://gradleup.com/).

assets/images/logo-dark.png

7.36 KB
Loading

assets/images/logo-wide-dark.png

11.2 KB
Loading

assets/images/logo-wide.png

6.91 KB
Loading

assets/images/logo.png

2.67 KB
Loading

docs/community/participate.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,29 @@
11
# GradleUp Community Channels
22

3+
[![Slack: GradleUp on the Gradle Community Slack](https://img.shields.io/badge/Slack-%23gradleup-brightgreen?style=flat&logo=slack)](./#slack)
4+
35
## GitHub Issues
46

5-
Each project has GitHub issues.
7+
Each project repository has GitHub Issues enabled.
68
Please raise bugs and discuss feature requests there.
79

810
## Slack
911

1012
We have a `#gradleup` public channel on the
1113
[Gradle Community Slack](https://community.gradle.org/contributing/community-slack/).
12-
For now, this chat is used for all development and end user discussions.
13-
In the future, we may introduce more channels.
14+
This chat is used for real-time development and end user discussions.
15+
For longer-term discussions, e.g. architecture proposals or feature requests,
16+
it is highly recommended to use GitHub Issues in the respective repositories.
1417

1518
The following components have custom channels:
1619

1720
- `#dev-shadow-plugin` - development of the Shadow Plugin.
21+
22+
In the future, we may introduce more channels.
23+
24+
## Slack Archive
25+
26+
Gradle Community Slack uses the free plan,
27+
so the history of `#gradleup` is limited to 3 months.
28+
You can find the communications archive for previous dates
29+
[here](https://www.linen.dev/s/gradle-community/c/gradleup).

mkdocs.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ plugins:
4848
- autorefs
4949
- macros
5050
- mkdocs-pdf
51-
- social
51+
- social:
52+
cards_layout_options:
53+
background_color: "#2A465B"
5254
- same-dir
5355
- rss:
5456
match_path: blog/posts/.*
@@ -167,7 +169,7 @@ theme:
167169
text: DM Sans
168170
code: Roboto Mono
169171
favicon: assets/images/logo-square.png
170-
logo: assets/images/logo.png
172+
logo: assets/images/logo-dark.png
171173
icon:
172174
repo: fontawesome/brands/github
173175

@@ -180,7 +182,7 @@ extra:
180182
link: https://github.com/GradleUp
181183
name: GitHub
182184
- icon: fontawesome/brands/slack
183-
link: docs/community/participate.md#slack
185+
link: https://gradleup.com/docs/community/participate/#slack
184186
name: Slack
185187
- icon: /fontawesome/solid/blog
186188
link: https://blog.gradleup.com

0 commit comments

Comments
 (0)