Skip to content

Commit 3f9bcea

Browse files
committed
docs: move Updates/ from subfolder to top-level tab
* better usability, especially on the narrow layout
1 parent fd0340c commit 3f9bcea

File tree

5 files changed

+4
-6
lines changed

5 files changed

+4
-6
lines changed

docs/Basic_setup/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ If you prefer to automate your installations using scripts, see:
132132

133133
If you are still running on gcgarner/IOTstack and need to migrate to SensorsIot/IOTstack, see:
134134

135-
* [Migrating IOTstack from gcgarner to SensorsIot](Updates/gcgarner-migration.md).
135+
* [Migrating IOTstack from gcgarner to SensorsIot](../Updates/gcgarner-migration.md).
136136

137137
## recommended system patches
138138

docs/Basic_setup/Updates/New-Menu-Release-Notes.md renamed to docs/Updates/New-Menu-Release-Notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ There are many features that are needing to be introduced into the new menu syst
99
## Breaking changes
1010
There are a few changes that you need to be aware of:
1111

12-
* Docker Environmental `*.env` files are no longer a thing by default. Everything needed is specified in the service.yml file, you can still optionally use them though either with [Custom Overrides](../Custom.md) or with the [PostBuild](../../Developers/PostBuild-Script.md) script. Specific config files for certain services still work as they once did.
12+
* Docker Environmental `*.env` files are no longer a thing by default. Everything needed is specified in the service.yml file, you can still optionally use them though either with [Custom Overrides](../Basic_setup/Custom.md) or with the [PostBuild](../Developers/PostBuild-Script.md) script. Specific config files for certain services still work as they once did.
1313
* Python 3, pip3, PyYAML and Blessed are all required to be installed.
1414
* Not backwards compatible with old menu system. You will be able to switch back to the old menu system for a period of time by changing to the `old-menu` branch. It will be unmaintained except for critical updates. It will eventually be removed - but not before everyone is ready to leave it.
1515

File renamed without changes.

docs/Basic_setup/Updates/Updating-the-Project.md renamed to docs/Updates/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Periodically updates are made to project which include new or modified container
1111
5. rebuild localy created images from new Dockerfiles: `docker-compose build --pull --no-cache`
1212
6. update running containers to latest: `docker-compose up --build -d`
1313

14-
*Troubleshooting:* if a container fails to restart after update
14+
### Troubleshooting: if a container fails to start after update
1515

1616
* try restarting the whole stack: `docker-compose restart`
1717
* backup your stack settings: `cp docker-compose.yml docker-compose.yml.bak`

mkdocs.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,7 @@ plugins:
4343
Networking.md: Basic_setup/Networking.md
4444
RPIEasy_native.md: Basic_setup/RPIEasy_native.md
4545
Understanding-Containers.md: Basic_setup/Understanding-Containers.md
46-
Updates/New-Menu-Release-Notes.md: Basic_setup/Updates/New-Menu-Release-Notes.md
47-
Updates/Updating-the-Project.md: Basic_setup/Updates/Updating-the-Project.md
48-
Updates/gcgarner-migration.md: Basic_setup/Updates/gcgarner-migration.md
46+
Updates/Updating-the-Project.md: Updates/index.md
4947
PostBuild-Script.md: Developers/PostBuild-Script.md
5048
BuildStack-RandomPassword.md: Developers/BuildStack-RandomPassword.md
5149
BuildStack-Services.md: Developers/BuildStack-Services.md

0 commit comments

Comments
 (0)