Skip to content

Commit

Permalink
Merge pull request #724 from Paraphraser/20230714-documentation-master
Browse files Browse the repository at this point in the history
2023-07-14 documentation - master branch
  • Loading branch information
Slyke authored Sep 23, 2023
2 parents d1ef9d7 + 6d8c362 commit 0df318a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions docs/Containers/Node-RED.md
Original file line number Diff line number Diff line change
Expand Up @@ -1111,9 +1111,9 @@ The allowable values of `DOCKERHUB_TAG` can be found on the [*DockerHub* Node-RE
tag | Node-RED version | `node.js` version
----------|------------------|------------------
latest | 2.2.2 | 14.x
latest-14 | 2.2.2 | 14.x 📌
2.2.2 | 2.2.2 📌 | 14.x
2.2.2-14 | 2.2.2 📌 | 14.x 📌
latest-14 | 2.2.2 | 14.x 📌
2.2.2 | 2.2.2 📌 | 14.x
2.2.2-14 | 2.2.2 📌 | 14.x 📌

Interpreting the tag:

Expand Down Expand Up @@ -1161,7 +1161,7 @@ Using the IOTstack menu limits your choice of components to those presented in t

To apply changes made to your *Dockerfile*, run the [re-building the local Node-RED image](#rebuildNodeRed) commands.

### via Manage Palette { #viaDockerfile }
### via Manage Palette { #viaManagePalette }

You can add, remove or update components in Manage Palette. Node-RED will remind you to restart Node-RED and that is something you have to do by hand:

Expand Down
2 changes: 1 addition & 1 deletion docs/Containers/PostgreSQL.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Notes:
$ docker-compose up -d postgresql
```

## Getting a clean slate {cleanSlate}
## Getting a clean slate { #cleanSlate }

If you need to start over, proceed like this:

Expand Down
2 changes: 1 addition & 1 deletion docs/Containers/Telegraf.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ The `grep` strips comment lines and the `sudo tee` is a safe way of appending th

## Getting a clean slate { #cleanSlate }

### Erasing the persistent storage area { #resetDB }
### Erasing the persistent storage area { #zapStore }

Erasing Telegraf's persistent storage area triggers self-healing and restores known defaults:

Expand Down

0 comments on commit 0df318a

Please sign in to comment.