Skip to content

Commit 97c2533

Browse files
ericmigiclaude
andcommitted
Move Pebble Time Round getting started guide to guides section
Moved the "Getting Started with Pebble Time Round" page from the SDK section to the guides section under Tools and Resources. This makes it more discoverable as a guide rather than being hidden in the SDK sidebar. Changes: - Move source/round/getting-started.md to source/_guides/getting-started-pebble-time-round.md - Update front matter to use guide_group: tools-and-resources - Remove from SDK sidebar in source/_layouts/sdk/master.html - Add redirects from old URLs to new location 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 2535e3a commit 97c2533

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

source/_data/redirects.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2720,7 +2720,10 @@
27202720
- http://pebble.github.io/pebblejs/
27212721
-
27222722
- /sdk/round-getting-started/index.html
2723+
- /guides/getting-started-pebble-time-round/
2724+
-
27232725
- /round/getting-started/index.html
2726+
- /guides/getting-started-pebble-time-round/
27242727
-
27252728
- /docs/c/preview/User_Interface/Layer
27262729
- /docs/c/User_Interface/Layer

source/round/getting-started.md renamed to source/_guides/getting-started-pebble-time-round.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,8 @@ title: Getting Started with Pebble Time Round
1717
description: |
1818
Details on all the new features and APIs available for the Chalk platfom, or
1919
Pebble Time Round.
20-
layout: sdk/markdown
21-
permalink: /round/getting-started/
22-
generate_toc: true
23-
search_index: true
20+
guide_group: tools-and-resources
21+
order: 99
2422
---
2523

2624
With the addition of Pebble Time Round to the Pebble hardware family, the Pebble

source/_layouts/sdk/master.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ <h3><a href="/sdk/">SDK</a></h3>
3333
{% endfor %}
3434
</ul>
3535
</li>
36-
<li class="section-menu__item{% if page.menu_subsection == 'round-getting-started' %} active{% endif %}"><a href="/sdk/round-getting-started/">Getting Started with Pebble Time Round</a></li>
3736
</ul>
3837
</div>
3938
</div><!-- sidebar__wrapper -->

0 commit comments

Comments
 (0)