You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: Fix inconsistencies in documentation (#2190)
This PR fixes some typos and formatting artifacts in the documentation
files.
It also removes the `version: ` field from the Docker Compose setup
instruction, as it is
[obsolete](https://docs.docker.com/reference/compose-file/version-and-name/#version-top-level-element-obsolete).
> Compose always uses the most recent schema to validate the Compose
file, regardless of the version field.
Note: I also noticed the version field in the `docker-compose.yml`
files, but was unsure whether removing it would affect backward
compatibility.
Copy file name to clipboardExpand all lines: docs/ADMIN_API.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ The admin API is used to manage namespaces on a `sqld` instance. Namespaces are
6
6
7
7
To enable the admin API, and manage namespaces, two extra flags need to be passed to `sqld`:
8
8
9
-
-`--admin-listen-addr <addr>:<port>`: the address and port on which the admin API should listen. It must be different from the user API listen address (whi defaults to port 8080).
9
+
-`--admin-listen-addr <addr>:<port>`: the address and port on which the admin API should listen. It must be different from the user API listen address (which defaults to port 8080).
10
10
-`--enable-namespaces`: enable namespaces for the instance. By default namespaces are disabled.
0 commit comments