Skip to content

Commit 28a167b

Browse files
committed
Add mentions of the developer forum
Signed-off-by: Stasia Michalska <[email protected]>
1 parent 1d48fd9 commit 28a167b

File tree

6 files changed

+28
-1
lines changed

6 files changed

+28
-1
lines changed

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ links:
7575
discord_invite: http://discord.gg/aRUAYFN
7676
bluesky: https://bsky.app/profile/rebble.io
7777
mastodon: https://mastodon.social/@rebble
78+
forum: https://forum.rebble.io
7879

7980
# Jekyll collections.
8081
collections:

source/_data/features.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
- title: Rebble's All New Developer Forum!
16+
url: https://forum.rebble.io
17+
background_image: /images/landing-page/forum.png
18+
button_text: Participate
19+
button_fg: white
20+
button_bg: orange-02
21+
duration: 3000
1522
- title: SDK 4.0 Now Available!
1623
url: /sdk4
1724
background_image: /images/landing-page/devblog.jpg
174 KB
Loading
Lines changed: 3 additions & 0 deletions
Loading

source/community/online.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,21 @@ <h1 class="pagetitle">Online Communities</h1>
1919
developers, get help with your apps or just hang out and chat.
2020
</p>
2121

22+
<h3 style="margin-bottom: 0; margin-top: 1em;">
23+
<a href="{{ site.links.forum }}">
24+
<img src="{{ site.asset_path }}/images/logos/forum.svg" />
25+
</a>
26+
</h3>
27+
<p>
28+
The Rebble Developer Forum is an excellent resource for developers to
29+
get help and advice on your Pebble apps and getting started with the SDK.
30+
</p>
31+
<p>
32+
The forums can be found at
33+
<a href="{{ site.links.forum }}">{{ site.links.forum }}</a>
34+
and you can use your Rebble account to login.
35+
</p>
36+
2237
<h3 style="margin-bottom: 0; margin-top: 1em;">
2338
<a href="{{ site.links.discord_invite }}">
2439
<img src="{{ site.asset_path }}/images/logos/discord.svg" />

source/contact/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ <h3>Appstore Featuring</h3>
5555
AppGlances, Health etc.)</li>
5656
<li>4. Provide app configuration options.</li>
5757
<li>5. Have a complete set of assets, including banners.</li>
58-
<li>6. Promote your app on <a href="{{ site.links.discord_invite }}">
58+
<li>6. Promote your app on <a href="{{ site.links.forum }}">the
59+
developer forum</a> and on <a href="{{ site.links.discord_invite }}">
5960
the Discord server</a>.</li>
6061
<li>7. Skeet <a href="{{ site.links.bluesky }}">@rebble.io</a> or
6162
toot <a href="{{ site.links.mastodon }}">@[email protected]</a>

0 commit comments

Comments
 (0)