---
# Copyright 2025 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
---
- Home
- Tutorials
- Get the SDK
- Guides
{% for group in site.data.guides %}
{% assign grp_name = group[0] %}
{% assign grp = group[1] %}
-
{{ grp.title }}
{% for sub in grp.subgroups %}
{% assign sub_grp_name = sub[0] %}
{% assign sub_grp = sub[1] %}
-
{{ sub_grp.title }}
{% assign sub_docs = sub_grp.guides %}
{% for doc in sub_docs %}
{% if doc.menu %}
-
{{ doc.title }}
{% endif %}
{% endfor %}
{% endfor %}
{% assign group_docs = grp.guides %}
{% for doc in group_docs %}
{% if doc.menu %}
-
{{ doc.title }}
{% endif %}
{% endfor %}
{% endfor %}
- Documentation
- Pebble C
{% include docs/menu.html tree=site.data.docs_tree.c %}
{% if site.data.docs_tree.c_preview %}
- Pebble C (preview)
{% include docs/menu.html tree=site.data.docs_tree.c_preview %}
{% endif %}
- Pebble JavaScript API
{% include docs/menu.html tree=site.data.docs_tree.rockyjs %}
- PebbleKit JavaScript
{% include docs/menu.html tree=site.data.docs_tree.pebblekit-js %}
- PebbleKit iOS
{% include docs/menu.html tree=site.data.docs_tree.pebblekit-ios %}
- PebbleKit Android
{% include docs/menu.html tree=site.data.docs_tree.pebblekit-android %}
- Examples
- Blog
- More