Skip to content

Commit

Permalink
Fix ble link (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 23, 2024
1 parent a87c4d4 commit 4ab7114
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 36 deletions.
26 changes: 0 additions & 26 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,32 +176,6 @@ defaults:
read_time: true
toc: true
toc_sticky: true
- scope:
path: ''
type: demos
values:
layout: demo
- scope:
path: 'specs/ble_versions'
values:
identifier: ble_spec
classes: spec
sidebar:
nav: 'specs'
- scope:
path: 'specs/http_versions'
values:
identifier: http_spec
classes: spec
sidebar:
nav: 'specs'
- scope:
path: 'protos/open_gopro'
values:
redirect_from:
- 'protos'
sidebar:
nav: 'specs'

jekyll-spaceship:
# default enabled processors
Expand Down
7 changes: 0 additions & 7 deletions docs/_data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,4 @@ tutorials:
- title: '7: Camera Media List'
url: /tutorials/camera-media-list

specs:
- title: 'BLE 2.0'
url: /ble_2_0
- title: 'HTTP 2.0'
url: /http_2_0
- title: 'Protobuf'
url: /protos/open_gopro

2 changes: 1 addition & 1 deletion docs/_includes/home_links.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<h3>Docs</h3>
<p>Detailed Bluetooth Low Energy (BLE) and HTTP Interface Specifications.</p>
<i class="fab fa-bluetooth" style="color: blue"></i>
<a href="/ble/index.html">BLE Spec→</a>
<a href="{{ site.baseurl }}/ble/index.html">BLE Spec→</a>
<br />
<i class="fas fa-wifi"></i>
<a href="{{ site.baseurl }}/http">HTTP Spec →</a>
Expand Down
4 changes: 2 additions & 2 deletions docs/ble_2_0.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<head>
<title>Open GoPro BLE specs</title>
<meta charset="UTF-8" />
<meta http-equiv="refresh" content="3; URL=https://gopro.github.io/OpenGoPro/ble" />
<meta http-equiv="refresh" content="3; URL=https://gopro.github.io/OpenGoPro/ble/index.html" />
</head>
<body>
<p>
This page has been moved. If you are not redirected within 3 seconds, click
<a href="https://gopro.github.io/OpenGoPro/ble">here</a>.
<a href="https://gopro.github.io/OpenGoPro/ble/index.html">here</a>.
</p>
</body>
</html>

0 comments on commit 4ab7114

Please sign in to comment.