Skip to content

Commit 0df318a

Browse files
authored
Merge pull request #724 from Paraphraser/20230714-documentation-master
2023-07-14 documentation - master branch
2 parents d1ef9d7 + 6d8c362 commit 0df318a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/Containers/Node-RED.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1111,9 +1111,9 @@ The allowable values of `DOCKERHUB_TAG` can be found on the [*DockerHub* Node-RE
11111111
tag | Node-RED version | `node.js` version
11121112
----------|------------------|------------------
11131113
latest | 2.2.2 | 14.x
1114-
latest-14 | 2.2.2 | 14.x 📌
1115-
2.2.2 | 2.2.2 📌 | 14.x
1116-
2.2.2-14 | 2.2.2 📌 | 14.x 📌
1114+
latest-14 | 2.2.2 | 14.x 📌
1115+
2.2.2 | 2.2.2 📌 | 14.x
1116+
2.2.2-14 | 2.2.2 📌 | 14.x 📌
11171117

11181118
Interpreting the tag:
11191119

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

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

1164-
### via Manage Palette { #viaDockerfile }
1164+
### via Manage Palette { #viaManagePalette }
11651165

11661166
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:
11671167

docs/Containers/PostgreSQL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Notes:
7979
$ docker-compose up -d postgresql
8080
```
8181

82-
## Getting a clean slate {cleanSlate}
82+
## Getting a clean slate { #cleanSlate }
8383

8484
If you need to start over, proceed like this:
8585

docs/Containers/Telegraf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ The `grep` strips comment lines and the `sudo tee` is a safe way of appending th
246246

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

249-
### Erasing the persistent storage area { #resetDB }
249+
### Erasing the persistent storage area { #zapStore }
250250

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

0 commit comments

Comments
 (0)