summaryrefslogtreecommitdiff
path: root/platform/darwin/docs/theme/templates/nav.mustache
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2019-01-30 18:08:52 -0800
committerJason Wray <jason@mapbox.com>2019-01-30 18:16:20 -0800
commit5b532f0b3dee423513d39a70648e50141a030b94 (patch)
treeb9b4c5a8f5cff3a7b24774670c09a781c0880e62 /platform/darwin/docs/theme/templates/nav.mustache
parent9005d6e2ae829db1760cc34eb3ac44407026e1c3 (diff)
downloadqtlocation-mapboxgl-upstream/friedbunny-fiddles-with-jazzy.tar.gz
[darwin, docs] Use shared mapbox/jazzy-theme submoduleupstream/friedbunny-fiddles-with-jazzy
Diffstat (limited to 'platform/darwin/docs/theme/templates/nav.mustache')
m---------platform/darwin/docs/theme0
-rw-r--r--platform/darwin/docs/theme/templates/nav.mustache16
2 files changed, 0 insertions, 16 deletions
diff --git a/platform/darwin/docs/theme b/platform/darwin/docs/theme
new file mode 160000
+Subproject 22c2edaa33a17255f9b99ff28748a788211ab74
diff --git a/platform/darwin/docs/theme/templates/nav.mustache b/platform/darwin/docs/theme/templates/nav.mustache
deleted file mode 100644
index bfbd8e7d78..0000000000
--- a/platform/darwin/docs/theme/templates/nav.mustache
+++ /dev/null
@@ -1,16 +0,0 @@
-<nav class="navigation">
- <ul class="nav-groups">
- {{#structure}}
- <li class="nav-group-name" data-name="{{section}}">
- <a class="small-heading" href="{{path_to_root}}{{section}}.html">{{section}}<span class="anchor-icon" /></a>
- <ul class="nav-group-tasks">
- {{#children}}
- <li class="nav-group-task" data-name="{{name}}" data-url="{{url}}">
- <a title="{{name}}" class="nav-group-task-link" href="{{path_to_root}}{{url}}">{{name}}</a>
- </li>
- {{/children}}
- </ul>
- </li>
- {{/structure}}
- </ul>
-</nav>