Skip to content

Commit

Permalink
Patch: Fix glossary broken links
Browse files Browse the repository at this point in the history
Signed-off-by: Vipul Gupta (@vipulgupta2048) <[email protected]>
  • Loading branch information
vipulgupta2048 committed Oct 25, 2023
1 parent 6258a5c commit 4a12f59
Show file tree
Hide file tree
Showing 7 changed files with 355 additions and 503 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ pages/reference/sdk/python-sdk.md

pages/reference/supervisor/supervisor-api.md
pages/reference/supervisor/upgrade-policy.md
pages/reference/supervisor/debugging-supervisor.md
pages/learn/deploy/release-strategy/update-locking.md

pages/reference/diagnostics.md
Expand Down
487 changes: 0 additions & 487 deletions pages/faq/troubleshooting/debugging-engine.md

This file was deleted.

2 changes: 1 addition & 1 deletion pages/learn/develop/dockerfile.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ The {{ $names.company.lower }} Supervisor requires that the directory `/tmp/bale

[container]:https://en.wikipedia.org/wiki/Operating_system%E2%80%93level_virtualization
[docker]:https://www.docker.com/
[dockerfile]:https://docs.docker.com/reference/builder/
[dockerfile]:https://docs.docker.com/engine/reference/builder/
[docker-images-containers]:https://docs.docker.com/engine/understanding-docker/#/inside-docker
[hello-python]:https://github.com/alexandrosm/hello-python
[raspbian]:http://www.raspbian.org/
Expand Down
15 changes: 5 additions & 10 deletions pages/learn/more/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ Balena's fork of Docker, offering a range of added features including real delta
### balenaFin
**(balena specific term)**
A single board computer developed by balena with field deployment in mind. It is a carrier board for the Raspberry Compute Module 3 and 3+ Lite (CM3L/CM3+L), that can run all the software that the Raspberry Pi can run, hardened for field deployment use cases.
[more](https://www.balena.io/fin/1.1/docs/)

### balenaHub
**(balena specific term)**
Expand All @@ -84,7 +83,6 @@ A versioned build of the host OS, specific to an fleet and device type.
### balena-proxy
**(balena specific term)**
A reverse proxy that handles requests made to Public Device URLs by passing them to the actual devices through a CONNECT-type proxy. The latter proxy resides on the VPN server and acts as a tunnel.
[more](https://github.com/balena-io/balena-proxy)

### balenaSDK
**(balena specific term)**
Expand All @@ -94,7 +92,6 @@ Balena’s Software Development Kit, allowing users to create software that can
### balena-on-balena (aka.BoB)
**(balena specific term)**
Balena’s developer environment, which is a device run on and managed by balenaCloud that runs a local instance of balena.
[more](https://github.com/balena-io/balena-cloud)

### balenista(s)
**(balena specific term)**
Expand Down Expand Up @@ -259,14 +256,14 @@ Modifies a stock balenaOS image and embeds information needed to map the OS imag
### Improvement
**(balena specific term)**
These are used for documenting a change or addition to a system, with the intent of improving it.
[more](./how-we-work/contracts-glossary/improvements.md)
[more](https://github.com/balenaltd/handbook/tree/main/docs/how-we-work/contracts-glossary/improvements.md)

## J

### Jellyfish aka. JF
**(balena specific term)**
A balena product. Jellyfish is a social knowledge database that the team uses to collaborate. Jellyfish gathers all information company wide and makes it a platform to implement processes that enhance the team's productivity and understanding.
[more](./how-we-work/README.md)
[more](https://github.com/balenaltd/handbook/tree/main/docs/how-we-work/README.md)

## K

Expand Down Expand Up @@ -334,18 +331,17 @@ Pine.js is a sophisticated rules-driven API engine that enables you to define ru

### Preset
Preset is a data exploration and visualization platform, powered by open source Apache Superset.
See [Preset Playbook](https://handbook.balena.io/tooling/preset-playbook) for more information.
See [Preset Playbook](https://github.com/balenaltd/handbook/tree/main/docs/tooling/preset-playbook) for more information.

### Pull request aka. PR
'also referred to as a merge request – is an event that takes place in software development when a contributor/developer is ready to begin the process of merging new code changes with the main project repository.'

### productOS
**(balena specific term)**
A loop within balena and aka. [Jellyfish](../docs/how-we-work/README.md). The intention of productOS is to create products that can be used by teams to develop and maintain products.
A loop within balena and aka. [Jellyfish](https://github.com/balenaltd/handbook/tree/main/docs/how-we-work/README.md). The intention of productOS is to create products that can be used by teams to develop and maintain products.

### Prometheus
Metrics / alerting framework - used by [balena-monitor](https://github.com/balena-io/balena-monitor)
[more](https://prometheus.io/)
Metrics / alerting framework - used by balena-monitor. [more](https://prometheus.io/)

### Provisioning (balena)
**(Provisioning is not unique to balena, but in this instance it's a reference specific to balena)**
Expand Down Expand Up @@ -421,7 +417,6 @@ A 128-bit label used for information in computer systems
### VersionBot
**(balena specific term)**
VersionBot is a Github application that we use as our CI/CD tool. It is in charge of linting, validating, building and deploying or publishing our code. Eventually we would want to integrate it with BalenaCloud so that it can be offered as a service to our users.
[more](https://github.com/product-os/versionbot)

## W

Expand Down
Loading

0 comments on commit 4a12f59

Please sign in to comment.