website/docs: fix outdated docs and typos (#11020)

* fix typo

* fix out of date docs on Go client

* remove completed issue from known issues list

* fix typo
This commit is contained in:
Simonyi Gergő
2024-08-29 16:12:31 +02:00
committed by GitHub
parent 9c45ec1918
commit a3a13d265b
4 changed files with 5 additions and 5 deletions

View File

@ -8,9 +8,9 @@ This will update the `schema.yml` file in the root of the repository.
## Building the Go Client
The Go client is used by the Outpost to communicate with the backend authentik server. To build the go client, run `make gen-outpost`.
The Go client is used by the Outpost to communicate with the backend authentik server. To build the go client, run `make gen-client-go`.
The generated files are stored in `/api` in the root of the repository.
The generated files are stored in `/gen-go-api` in the root of the repository.
## Building the Web Client