Skip to content

Commit

Permalink
Merge pull request #2758 from balena-io/vipul/link-fix-1
Browse files Browse the repository at this point in the history
Fix Docs links
  • Loading branch information
flowzone-app[bot] authored Jul 14, 2023
2 parents 28afb21 + ee9a1b1 commit eb073c1
Show file tree
Hide file tree
Showing 10 changed files with 678 additions and 718 deletions.
1,368 changes: 665 additions & 703 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"homepage": "https://github.com/balena-io/docs",
"dependencies": {
"@balena/doxx": "^1.0.3",
"balena-sdk": "^16.43.0",
"balena-sdk": "^17.10.0",
"bootstrap": "^3.4.1",
"bootstrap-select": "^1.13.18",
"coffeescript": "^2.6.1",
Expand All @@ -50,12 +50,12 @@
"mini-css-extract-plugin": "^1.6.2",
"node-html-markdown": "^1.3.0",
"node-jq": "^2.3.5",
"static-sitemap-cli": "^2.2.1",
"static-sitemap-cli": "^2.2.3",
"url-loader": "4.1.1",
"watch": "^1.0.2",
"webpack": "5.80.0",
"webpack": "5.88.1",
"webpack-cli": "^4.10.0",
"wrangler": "^2.17.0"
"wrangler": "^3.2.0"
},
"versionist": {
"publishedAt": "2023-07-14T08:15:41.787Z"
Expand Down
2 changes: 1 addition & 1 deletion pages/reference/OS/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ __Note:__ Instructions for adding custom board support may be found [here][custo
[config-json-logging]:/reference/OS/configuration/#persistentlogging
[config-json-ssh]:/reference/OS/configuration/#sshkeys
[containerisation]:http://en.wikipedia.org/wiki/Operating_system%E2%80%93level_virtualization
[chrony]:https://chrony.tuxfamily.org/
[chrony]:https://en.wikipedia.org/wiki/Chrony
[custom-build]:{{ $links.osSiteUrl }}/docs/custom-build/#Supporting-your-Own-Board
[deploy-to-fleet]:/learn/deploy/deployment/
[dnsmasq]:https://wiki.archlinux.org/index.php/Dnsmasq
Expand Down
2 changes: 1 addition & 1 deletion shared/getting-started/whatYouNeed/asus-tinker-board-s.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<img style="float: right;padding-left: 10px;" src="/img/{{ $device.id }}/{{ $device.id }}.jpg" width="30%">

* An [{{ $device.name }}](https://www.asus.com/us/Single-Board-Computer/Tinker-Board-S/). See our [supported devices list][supportedDevicesList] for other boards.
* An [{{ $device.name }}](https://tinker-board.asus.com/product/tinker-board-s.html). See our [supported devices list][supportedDevicesList] for other boards.
* A micro SD card.
* A micro USB cable to power the device.
* **[Optional]** An ethernet cable.
Expand Down
2 changes: 1 addition & 1 deletion shared/getting-started/whatYouNeed/asus-tinker-board.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<img style="float: right;padding-left: 10px;" src="/img/{{ $device.id }}/{{ $device.id }}.jpg" width="30%">

* An [{{ $device.name }}](https://www.asus.com/us/Single-Board-Computer/Tinker-Board/). See our [supported devices list][supportedDevicesList] for other boards.
* An [{{ $device.name }}](https://tinker-board.asus.com/product/tinker-board.html). See our [supported devices list][supportedDevicesList] for other boards.
* A micro SD card.
* A micro USB cable to power the device.
* **[Optional]** An ethernet cable.
Expand Down
2 changes: 1 addition & 1 deletion shared/getting-started/whatYouNeed/fincm3.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
* **[Optional]** An ethernet cable.
* A [{{ $names.company.lower }} account][link-to-signup].

[fin-link]: https://store.balena.io/collections/developer-kit/products/balenafin-developer-kit-v1-1-cm3-l
[fin-link]: https://fin-docs.balena.io/
[supportedDevicesList]:/hardware/devices/
[link-to-signup]:{{ $links.dashboardUrl }}/signup
2 changes: 0 additions & 2 deletions shared/getting-started/whatYouNeed/jetson-xavier-nx-devkit.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
<img height=150px style="float: right;padding-left: 10px;" src="/img/jetson-xavier-nx-devkit/jetson-xavier-nx-devkit.jpg">

* An [Nvidia Jetson Xavier NX developer kit](https://developer.nvidia.com/embedded/jetson-xavier-nx-devkit)
* A 16GB or larger microSD card. The [speed class][sdSpeed] of the card also matters - UHS speed class I or above is recommended.
* Compatible power supply.
Expand Down
2 changes: 1 addition & 1 deletion shared/getting-started/whatYouNeed/revpi-core-3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<img style="float: right;padding-left: 10px;" src="/img/{{ $device.id }}/{{ $device.id }}.jpg" width="30%">

* An [{{ $device.name }}](https://revolution.kunbus.de/shop/en/revpi-core-3). See our [supported devices list][supportedDevicesList] for other boards.
* An [{{ $device.name }}](https://revolutionpi.com/revpi-core/). See our [supported devices list][supportedDevicesList] for other boards.
* A micro USB cable to flash the devices eMMC.
* A power cable carrying between 10.7 and 28.2V.
* **[Optional]** An ethernet cable.
Expand Down
4 changes: 2 additions & 2 deletions tools/build-masterclass.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ cd pages/learn/manage && $SCRIPT_DIR/extract-markdown.sh "Granting Support Acces

cd pages/reference/ && $SCRIPT_DIR/extract-markdown.sh "Getting Started" <diagnostics.md >initial-diagnosis.md && mv initial-diagnosis.md $masterclass_path/debugging/ &

# cd pages/reference/ && $SCRIPT_DIR/extract-markdown.sh "Device Diagnostics" <device-diagnostics.md >device-diagnostics-partial.md && mv device-diagnostics-partial.md $masterclass_path/debugging/ &
cd pages/reference/ && $SCRIPT_DIR/extract-markdown.sh "Device Diagnostics" <device-diagnostics.md >device-diagnostics-partial.md && mv device-diagnostics-partial.md $masterclass_path/debugging/ &

# cd pages/reference/ && $SCRIPT_DIR/extract-markdown.sh "Supervisor State" <supervisor-state.md >supervisor-diagnostics.md && mv supervisor-diagnostics.md $masterclass_path/debugging/ &
cd pages/reference/ && $SCRIPT_DIR/extract-markdown.sh "Supervisor State" <supervisor-state.md >supervisor-diagnostics.md && mv supervisor-diagnostics.md $masterclass_path/debugging/ &

cd pages/faq/troubleshooting/ && $SCRIPT_DIR/extract-markdown.sh "Accessing a Device using a Gateway Device" <debugging-device-gateway.md >device-gateway-partial.md && mv device-gateway-partial.md $masterclass_path/debugging/ &

Expand Down
4 changes: 2 additions & 2 deletions tools/fetch-external.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ curl --fail --show-error -o pages/reference/balena-cli.md -L https://github.com/
# curl --fail --show-error -o pages/reference/engine/debugging-balenaengine.md -L https://github.com/balena-os/balena-supervisor/raw/master/balena-docs/debugging-engine.md &

# diagnostics
curl --fail --show-error -o shared/masterclass/debugging/supervisor-diagnostics.md -L https://github.com/balena-io-modules/device-diagnostics/raw/master/supervisor-state.md &
curl --fail --show-error -o shared/masterclass/debugging/device-diagnostics-partial.md -L https://github.com/balena-io-modules/device-diagnostics/raw/master/device-diagnostics.md &
curl --fail --show-error -o pages/reference/supervisor-state.md -L https://github.com/balena-io-modules/device-diagnostics/raw/master/supervisor-state.md &
curl --fail --show-error -o pages/reference/device-diagnostics.md -L https://github.com/balena-io-modules/device-diagnostics/raw/master/device-diagnostics.md &
curl --fail --show-error -o pages/reference/diagnostics.md -L https://github.com/balena-io-modules/device-diagnostics/raw/master/diagnostics.md &

# Supervisor
Expand Down

0 comments on commit eb073c1

Please sign in to comment.