Skip to content
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
3 changes: 1 addition & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,14 @@ links:
pebblekit_android: https://github.com/pebble/pebble-android-sdk/
pebblekit_ios: https://github.com/pebble/pebble-ios-sdk/
examples_org: https://github.com/pebble-examples
pebblekit_android_jar: https://oss.sonatype.org/service/local/repositories/releases/content/com/getpebble/pebblekit/3.0.0/pebblekit-3.0.0-eclipse.jar
legal:
privacy: https://rebble.io/privacy/
cookies: https://www.pebble.com/legal/cookies/
s3_assets: https://developer-assets.getpebble.com
pebble_tool_root: https://s3.amazonaws.com/assets.getpebble.com/pebble-tool/
libpebble: https://github.com/pebble-dev/libpebble2
kickstarter3: https://www.kickstarter.com/projects/597507018/pebble-2-time-2-and-core-an-entirely-new-3g-ultra
discord_invite: http://discord.gg/aRUAYFN
discord_invite: http://rebble.io/discord
bluesky: https://bsky.app/profile/rebble.io
mastodon: https://mastodon.social/@rebble
forum: https://forum.rebble.io
Expand Down
11 changes: 2 additions & 9 deletions source/_data/features.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,11 @@
button_text: Participate
button_fg: white
button_bg: orange-02
duration: 3000
duration: 5000
- title: SDK 4.0 Now Available!
url: /sdk4
background_image: /images/landing-page/devblog.jpg
button_text: Find out more
button_fg: white
button_bg: red
duration: 4000
- title: Pebble's Global Community of Meetups!
url: /community/events/
background_image: https://pebble-developer-site-server.herokuapp.com/events/upcoming.png
button_text: Find A Meetup Near You
button_fg: white
button_bg: purple
duration: 3000
duration: 5000
2 changes: 1 addition & 1 deletion source/_layouts/sdk/master.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<h3><a href="/sdk/">SDK</a></h3>
</div>
<ul>
<li class="section-menu__item{% if page.menu_subsection == 'install' %} active{% endif %}"><a href="/sdk4/getting-started/">Getting Started with SDK 4</a></li>
<li class="section-menu__item{% if page.menu_subsection == 'getting-started' %} active{% endif %}"><a href="/sdk4/getting-started/">Getting Started with SDK 4</a></li>
<li class="section-menu__item{% if page.menu_subsection == 'install' %} active{% endif %}"><a href="/sdk">Installation</a></li>
<li class="section-menu__item{% if page.menu_subsection == 'cloud' %} active{% endif %}"><a href="/sdk/cloud">Cloud IDE</a></li>
<li class="section-menu__item{% if page.collection == 'changelogs' %} open{% endif %}">
Expand Down
2 changes: 1 addition & 1 deletion source/community/libraries/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h1 class="pagetitle">Libraries</h1>
</tr>
</thead>
<tbody>
{% for library in site.community_libraries | sort_by: 'name' %}
{% for library in site.community_libraries %}
<tr>
<td><a href="{{ site.baseurl }}{{ library.url }}">{{ library.name }}</a></td>
<td>{{ library.creator }}</td>
Expand Down
2 changes: 2 additions & 0 deletions source/sdk4/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ title: Getting Started with SDK 4
description: |
Details on all the new features and APIs available for use in SDK 4
layout: sdk/markdown
menu_section: sdk
menu_subsection: getting-started
permalink: /sdk4/getting-started/
search_index: true
---
Expand Down