Skip to content

Commit 1107a5e

Browse files
committed
reference: remove deprecated SDK and replace category page
- Remove references to the deprecated Golioth Zephyr SDK. - Replace "Device SDKs" category the Golioth Firmware SDK page. Signed-off-by: Mike Szczys <mike@golioth.io>
1 parent f8837c8 commit 1107a5e

File tree

5 files changed

+6
-16
lines changed

5 files changed

+6
-16
lines changed

docs/reference/1-home.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,5 @@ and advanced platform features.
1212
- Command Line Tools
1313
- [goliothctl](/reference/command-line-tools/goliothctl/goliothctl/)
1414
- [coap](/reference/command-line-tools/coap/coap/)
15-
- Device SDKs
16-
- [Golioth Firmware SDK Reference](/reference/device-sdks/golioth-firmware-sdk)
17-
- [Golioth Zephyr SDK Reference](/reference/device-sdks/golioth-zephyr-sdk)
15+
- Device SDK: [Golioth Firmware SDK Reference](/reference/golioth-firmware-sdk)
1816
- [Billing](/reference/billing)

docs/reference/5-device-sdks/2-zephyr-sdk.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

docs/reference/5-device-sdks/_category_.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

docs/reference/5-device-sdks/1-firmware-sdk.md renamed to docs/reference/5-golioth-firmware-sdk.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
id: golioth-firmware-sdk
32
title: Golioth Firmware SDK
43
---
54

firebase.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,11 @@
432432
"source": "/firmware/zephyr-device-sdk{,/**}",
433433
"destination": "/firmware/golioth-firmware-sdk",
434434
"type": 301
435+
},
436+
{
437+
"source": "/reference/device-sdks{,/**}",
438+
"destination": "/reference/golioth-firmware-sdk",
439+
"type": 301
435440
}
436441
],
437442
"rewrites": [

0 commit comments

Comments
 (0)