You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -94,9 +94,9 @@ If a page is removed that may be linked externally to some other docs, do rememb
94
94
95
95
Currently, the following reference material is pulled from other repositories:
96
96
-[Device Supervisor API](https://www.balena.io/docs/reference/supervisor/supervisor-api/) and [Device Supervisor upgrades](https://www.balena.io/docs/reference/supervisor/supervisor-upgrades), sourced from https://github.com/balena-io/balena-supervisor/tree/master/docs
97
-
-[CLI](https://www.balena.io/docs/reference/cli/) sourced from https://github.com/balena-io/balena-cli/blob/master/doc/cli.markdown
98
-
-[Node SDK](https://www.balena.io/docs/reference/sdk/node-sdk/) sourced from https://github.com/balena-io/balena-sdk/blob/master/DOCUMENTATION.md
99
-
-[Python SDK](https://www.balena.io/docs/reference/sdk/python-sdk/) sourced from https://github.com/balena-io/balena-sdk-python/blob/master/DOCUMENTATION.md
97
+
-[CLI](https://docs.balena.io/reference/cli/) sourced from https://github.com/balena-io/balena-cli/blob/master/doc/cli.markdown
98
+
-[Node SDK](https://docs.balena.io/reference/sdk/node-sdk/) sourced from https://github.com/balena-io/balena-sdk/blob/master/DOCUMENTATION.md
99
+
-[Python SDK](https://docs.balena.io/reference/sdk/python-sdk/) sourced from https://github.com/balena-io/balena-sdk-python/blob/master/DOCUMENTATION.md
100
100
101
101
And more. The updated list of external resources can be found in [tools/fetch-external.sh](https://github.com/balena-io/docs/blob/master/tools/fetch-external.sh)
Copy file name to clipboardExpand all lines: pages/learn/deploy/deploy-with-balena-button.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ The **Deploy with {{ $names.company.lower }}** button allows users to perform a
11
11
12
12
Clicking the **Deploy with {{ $names.company.lower }}** button opens the {{ $names.cloud.lower }} dashboard with a modal window pre-populated with everything required to deploy a fleet. Clicking the _Advanced_ toggle in the modal window allows adding additional configuration options. If the project has provided configuration variables via a [configuration file](#balenayml-configuration-file), then they are pre-populated in this section.
Clicking _Create and deploy_ creates a new fleet and generates a release. Any devices added to the fleet will immediately download and begin running the release.
@@ -73,7 +73,7 @@ On-premises fleet management, delivered as a single virtual machine that include
73
73
### balenaOS
74
74
**(balena specific term)**
75
75
An operating system optimized for running Docker containers on embedded devices, with an emphasis on reliability over long periods of operation. Based on Yocto.
@@ -86,7 +86,7 @@ A reverse proxy that handles requests made to Public Device URLs by passing them
86
86
### balenaSDK
87
87
**(balena specific term)**
88
88
Balena’s Software Development Kit, allowing users to create software that can interact with balenaCloud via the balenaAPI. Available for node.js and python.
'a lightweight, standalone, executable package of software that includes everything needed to run an application: code, runtime, system tools, system libraries and settings.'
@@ -307,7 +307,7 @@ A range of small form factor PCs from Intel.
307
307
### Organization (balena)
308
308
**(balena specific term)**
309
309
A group of members, teams, and fleets that is managed by one or more organization administrators.
@@ -345,7 +345,7 @@ Metrics / alerting framework - used by balena-monitor. [more](https://prometheus
345
345
### Provisioning (balena)
346
346
**(Provisioning is not unique to balena, but in this instance it's a reference specific to balena)**
347
347
The process of adding a new device to a balena application. This involves booting the device with a balenaOS image which has had the application’s provisioning key embedded (e.g. by flashing an SD card and booting from that).
Copy file name to clipboardExpand all lines: pages/learn/more/masterclasses/network-masterclass.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
There are some common networking issues that can stop several major components
4
4
(VPN, Supervisor, balenaEngine) from working correctly.
5
5
6
-
The first thing to check would be confirming if the [networking requirements](https://www.balena.io/docs/reference/OS/network/2.x/#network-requirements) are being met.
6
+
The first thing to check would be confirming if the [networking requirements](https://docs.balena.io/reference/OS/network/2.x/#network-requirements) are being met.
7
7
8
8
Additionally, services running on the device themselves may have networking requirements
9
9
which may not be met. For example, a service may need to send data to a server, but the
0 commit comments