aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-11-02 00:18:13 +0300
committerGitHub <noreply@github.com>2022-11-02 00:18:13 +0300
commitb7c70d3d9ba2c1dd698e9c5bce2f2727cc6a6d31 (patch)
tree640f078dc7115c8d8538090cfa60381aff015f28
parent752ba5db217895e06bb2ba345411cef6d0d8eae6 (diff)
Automated documentation update (#254)
Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
-rw-r--r--src/docker-in-docker/README.md2
-rw-r--r--src/nix/README.md4
-rw-r--r--src/python/README.md2
3 files changed, 4 insertions, 4 deletions
diff --git a/src/docker-in-docker/README.md b/src/docker-in-docker/README.md
index 28ec48a..83a0bb9 100644
--- a/src/docker-in-docker/README.md
+++ b/src/docker-in-docker/README.md
@@ -21,7 +21,7 @@ Create child containers *inside* a container, independent from the host's docker
| moby | Install OSS Moby build instead of Docker CE | boolean | true |
| dockerDashComposeVersion | Default version of Docker Compose (v1 or v2) | string | v1 |
| azureDnsAutoDetection | Allow automatically setting the dockerd DNS server when the installation script detects it is running in Azure | boolean | true |
-| dockerDefaultAddressPool | Define default address pools for Docker networks. e.g. base=192.168.0.0/16,size=24 | string | |
+| dockerDefaultAddressPool | Define default address pools for Docker networks. e.g. base=192.168.0.0/16,size=24 | string | - |
diff --git a/src/nix/README.md b/src/nix/README.md
index dd4e248..0ad1077 100644
--- a/src/nix/README.md
+++ b/src/nix/README.md
@@ -19,8 +19,8 @@ Installs the Nix package manager and optionally a set of packages.
|-----|-----|-----|-----|
| version | Version of Nix to install. | string | latest |
| multiUser | Perform a multi-user install (instead of single user) | boolean | true |
-| packages | Optional comma separated list of Nix packages to install in profile. | string | |
-| flakeUri | Optional URI to a Nix Flake to install in profile. | string | |
+| packages | Optional comma separated list of Nix packages to install in profile. | string | - |
+| flakeUri | Optional URI to a Nix Flake to install in profile. | string | - |
## OS Support
diff --git a/src/python/README.md b/src/python/README.md
index 3e28acb..1f6e18a 100644
--- a/src/python/README.md
+++ b/src/python/README.md
@@ -22,7 +22,7 @@ Installs the provided version of Python, as well as PIPX, and other common Pytho
| optimize | Optimize Python for performance when compiled (slow) | boolean | false |
| installPath | The path where python will be installed. | string | /usr/local/python |
| installJupyterlab | Install JupyterLab, a web-based interactive development environment for notebooks | boolean | false |
-| configureJupyterlabAllowOrigin | Configure JupyterLab to accept HTTP requests from the specified origin | string | |
+| configureJupyterlabAllowOrigin | Configure JupyterLab to accept HTTP requests from the specified origin | string | - |