Skip to content

Commit a3f5afe

Browse files
committed
source/docs: fix index pages
Signed-off-by: Ruby Iris Juric <[email protected]>
1 parent 10b3ac4 commit a3f5afe

File tree

5 files changed

+19
-26
lines changed

5 files changed

+19
-26
lines changed

source/docs/c/index.html

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
1-
<!--
2-
Copyright 2025 Google LLC
3-
4-
Licensed under the Apache License, Version 2.0 (the "License");
5-
you may not use this file except in compliance with the License.
6-
You may obtain a copy of the License at
7-
8-
http://www.apache.org/licenses/LICENSE-2.0
9-
10-
Unless required by applicable law or agreed to in writing, software
11-
distributed under the License is distributed on an "AS IS" BASIS,
12-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
See the License for the specific language governing permissions and
14-
limitations under the License.
15-
-->
16-
171
---
2+
# Copyright 2025 Google LLC
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
1816
layout: docs
1917
permalink: /docs/c/
2018
title: C SDK Documentation

source/docs/pebblekit-android/index.md

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

16-
permalink: /feed.xml
1716
layout: docs/markdown
1817
title: PebbleKit Android Documentation
1918
docs_language: pebblekit_android

source/docs/pebblekit-ios/index.md

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

16-
permalink: /feed.xml
1716
layout: docs/markdown
1817
title: PebbleKit iOS Documentation
1918
docs_language: pebblekit_ios
@@ -43,4 +42,3 @@ is also available on
4342
{% endfor %}
4443
<p/>
4544
{% endfor %}
46-

source/docs/pebblekit-js/index.html

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

16-
permalink: /feed.xml
1716
layout: docs
1817
title: PebbleKit JavaScript Documentation
1918
docs_language: pebblekit_js
@@ -24,14 +23,14 @@
2423
<h1 class="pagetitle">{{ page.title }}</h1>
2524

2625
<p>
27-
PebbleKit JS is a JavaScript component of the Pebble SDK which runs
28-
within the Pebble mobile application. It provides access to GPS,
29-
storage and Internet connectivity to applications running on Pebble
30-
smartwatches.
26+
PebbleKit JS is a JavaScript component of the Pebble SDK which runs
27+
within the Pebble mobile application. It provides access to GPS,
28+
storage and Internet connectivity to applications running on Pebble
29+
smartwatches.
3130
</p>
3231

3332
<div class="alert alert--large alert--fg-white alert--bg-dark-red">
34-
This does not relate to JavaScript running on the watch. For embedded
33+
This does not relate to JavaScript running on the watch. For embedded
3534
JavaScript see <a href="/docs/rockyjs/">Rocky.js</a>.
3635
</div>
3736

source/docs/rockyjs/index.html

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

16-
permalink: /feed.xml
1716
layout: docs
1817
title: Pebble Rocky.js API Documentation
1918
docs_language: rockyjs

0 commit comments

Comments
 (0)