Skip to content

Commit d4de4cd

Browse files
committed
Merge branch 'main' into update-tooling
2 parents 049f1b5 + cb1ed68 commit d4de4cd

File tree

57 files changed

+297
-297
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+297
-297
lines changed

.env.sample

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
URL=http://developer.pebble.com
2-
HTTPS_URL=https://developer.pebble.com
3-
EXTERNAL_SERVER=https://developer-api.getpebble.com
1+
URL=http://developer.rebble.io
2+
HTTPS_URL=https://developer.rebble.io
3+
EXTERNAL_SERVER=https://developer-api.rebble.io
44
DOCS_URL=
55
ALGOLIA_APP_ID=
66
ALGOLIA_API_KEY=

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# [developer.pebble.com][site]
1+
# [developer.rebble.io][site]
22

3-
[![Build Status](https://magnum.travis-ci.com/pebble/developer.getpebble.com.svg?token=HUQ9CCUxB447Nq1exrnd)][travis]
3+
[![Build Status](https://magnum.travis-ci.com/pebble/developer.rebble.io.svg?token=HUQ9CCUxB447Nq1exrnd)][travis]
44

55
This is the repository for the [Pebble Developer website][site].
66

@@ -176,9 +176,9 @@ the text color, use `--fg-<COLOR>`.
176176

177177
Trouble building the developer site? Read the [Troubleshooting](/docs/troubleshooting.md) page for some possible solutions.
178178

179-
[site]: https://developer.pebble.com
179+
[site]: https://developer.rebble.io
180180
[markdown]: ./docs/markdown.md
181181
[slick]: http://kenwheeler.github.io/slick/
182182
[tinypng]: https://tinypng.com/
183183
[tinyjpg]: https://tinyjpg.com/
184-
[travis]: https://magnum.travis-ci.com/pebble/developer.getpebble.com
184+
[travis]: https://magnum.travis-ci.com/pebble/developer.rebble.io

_config.yml

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

15-
url: https://developer.pebble.com
16-
https_url: https://developer.pebble.com
15+
url: https://developer.rebble.io
16+
https_url: https://developer.rebble.io
1717
baseurl:
1818
asset_path: /assets
19-
external_server: https://developer-api.getpebble.com
19+
external_server: https://developer-api.rebble.io
2020

2121
title: Pebble Developers
2222
description: The official developer website for the Pebble smartwatch.
@@ -51,26 +51,26 @@ sass:
5151

5252
# Helpful and easily changeable external links.
5353
links:
54-
pebble: https://www.pebble.com
55-
jobs: https://www.pebble.com/jobs/
54+
pebble: https://www.rebble.io
55+
jobs: https://www.rebble.io/jobs/
5656
twitter: https://twitter.com/pebbledev/
5757
cloudpebble: https://cloudpebble.net/
5858
cloudpebble_beta: https://beta.cloudpebble.net/
59-
devportal: https://dev-portal.getpebble.com/
60-
site_repo: https://github.com/pebble/developer.getpebble.com/
59+
devportal: https://dev-portal.rebble.io/
60+
site_repo: https://github.com/pebble/developer.rebble.io/
6161
community_resources_repo: https://github.com/pebble/community-resources/
6262
github: https://github.com/pebble/
63-
forums: https://forums.pebble.com
64-
forums_developer: https://forums.pebble.com/c/development
63+
forums: https://forums.rebble.io
64+
forums_developer: https://forums.rebble.io/c/development
6565
pebblekit_android: https://github.com/pebble/pebble-android-sdk/
6666
pebblekit_ios: https://github.com/pebble/pebble-ios-sdk/
6767
examples_org: https://github.com/pebble-examples
6868
pebblekit_android_jar: https://oss.sonatype.org/service/local/repositories/releases/content/com/getpebble/pebblekit/3.0.0/pebblekit-3.0.0-eclipse.jar
6969
legal:
70-
privacy: https://www.pebble.com/legal/privacy/
71-
cookies: https://www.pebble.com/legal/cookies/
72-
s3_assets: https://developer-assets.getpebble.com
73-
pebble_tool_root: https://s3.amazonaws.com/assets.getpebble.com/pebble-tool/
70+
privacy: https://www.rebble.io/legal/privacy/
71+
cookies: https://www.rebble.io/legal/cookies/
72+
s3_assets: https://developer-assets.rebble.io
73+
pebble_tool_root: https://s3.amazonaws.com/assets.rebble.io/pebble-tool/
7474
libpebble: https://github.com/pebble/libpebble2
7575
kickstarter3: https://www.kickstarter.com/projects/597507018/pebble-2-time-2-and-core-an-entirely-new-3g-ultra
7676
discord_invite: http://discord.gg/aRUAYFN

app.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "Pebble Developer Website",
33
"description": "The official Pebble Developer website.",
4-
"website": "https://developer.pebble.com",
5-
"repository": "https://github.com/pebble/developer.getpebble.com",
4+
"website": "https://developer.rebble.io",
5+
"repository": "https://github.com/pebble/developer.rebble.io",
66
"env": {
77
"EXTERNAL_SERVER": {
88
"required": true

config.ru

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ use Rack::Rewrite do
4040
end
4141

4242
use Rack::HostRedirect, {
43-
'developer.getpebble.com' => 'developer.pebble.com'
43+
'developer.rebble.io' => 'developer.rebble.io'
4444
}
4545

4646
use Rack::TryStatic,

docs.json

Lines changed: 21 additions & 21 deletions
Large diffs are not rendered by default.

docs/environment.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This overrides the `url` configuration parameter of Jeyll. Set this to the root
88
of where the site will be hosted.
99

1010
```
11-
URL=http://developer.pebble.com
11+
URL=http://developer.rebble.io
1212
```
1313

1414
## HTTPS_URL
@@ -17,7 +17,7 @@ This overrides the `https_url` configuration parameter of Jeyll. Set this to
1717
the secure root of where the site will be hosted.
1818

1919
```
20-
HTTPS_URL=https://developer.pebble.com
20+
HTTPS_URL=https://developer.rebble.io
2121
```
2222

2323
## PORT
@@ -52,7 +52,7 @@ This sets the `external_server` configuration variable, which tells the site the
5252
location of the external server used for events, community blog and contact.
5353

5454
```
55-
EXTERNAL_SERVER=https://developer-api.getpebble.com
55+
EXTERNAL_SERVER=https://developer-api.rebble.io
5656
```
5757

5858
## DOCS_URL

lib/c_docs/doxygen_processor.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def process_paragraph(node, mapping)
6666
child.content = '-'
6767
when 'ulink'
6868
child.name = 'a'
69-
child['href'] = child['url'].sub(%r{^https?://developer.pebble.com/}, '/')
69+
child['href'] = child['url'].sub(%r{^https?://developer.rebble.io/}, '/')
7070
child.remove_attribute('url')
7171
when 'text'
7272
# SKIP!

source/_changelogs/2.0-BETA4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ date: 2013-12-23
2222
* Applications written for Pebble 1.x are not compatible with SDK 2.0
2323
* If a 2.0 version of an application exists, the Pebble mobile applications will automatically install it when when a user upgrades her/his Pebble.
2424

25-
**You can start uploading your application to the Pebble appstore TODAY - [Please do so](http://dev-portal.getpebble.com/)!**
25+
**You can start uploading your application to the Pebble appstore TODAY - [Please do so](http://dev-portal.rebble.io/)!**
2626

2727
## What has changed since BETA3
2828

source/_changelogs/2.0-BETA5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ date: 2014-01-10
2121
* Applications written for Pebble 1.x are not compatible with SDK 2.0
2222
* If a 2.0 version of an application exists, the Pebble mobile applications will automatically install it when when a user upgrades her/his Pebble.
2323

24-
**You can start uploading your application to the Pebble appstore TODAY - [Please do so](http://dev-portal.getpebble.com/)!**
24+
**You can start uploading your application to the Pebble appstore TODAY - [Please do so](http://dev-portal.rebble.io/)!**
2525

2626
## What has changed since BETA4
2727

0 commit comments

Comments
 (0)