[docs] Convert titles to sentense case (#21426)

* Convert documentation titles to sentense case

* Docker, Google, Foundry, Cloud proper case
This commit is contained in:
Anton Averchenkov
2023-06-30 19:22:07 -04:00
committed by GitHub
parent d01a3c1763
commit f4f0412b6a
589 changed files with 4744 additions and 4744 deletions

View File

@@ -14,7 +14,7 @@ This is currently only being used internally for the UI and is
an unauthenticated endpoint. Due to the nature of its intended usage, there is no
guarantee on backwards compatibility for this endpoint.
## Get Namespaces
## Get namespaces
This endpoint lists the namespaces relevant to the UI.
@@ -22,14 +22,14 @@ This endpoint lists the namespaces relevant to the UI.
| :----- | :------------------------------- |
| `GET` | `/sys/internal/ui/namespaces` |
### Sample Request
### Sample request
```shell-session
$ curl \
http://127.0.0.1:8200/v1/sys/internal/ui/namespaces
```
### Sample Response
### Sample response
```json
{