Skip to content

Commit

Permalink
website/docs: fix outdated docs and typos (goauthentik#11020)
Browse files Browse the repository at this point in the history
* fix typo

* fix out of date docs on Go client

* remove completed issue from known issues list

* fix typo
  • Loading branch information
gergosimonyi authored Aug 29, 2024
1 parent 9c45ec1 commit a3a13d2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export class EventMatcherPolicyForm extends BasePolicyForm<EventMatcherPolicy> {
/>
<p class="pf-c-form__helper-text">
${msg(
"Matches Event's Client IP (strict matching, for network matching use an Expression Policy.",
"Matches Event's Client IP (strict matching, for network matching use an Expression Policy).",
)}
</p>
</ak-form-element-horizontal>
Expand Down
4 changes: 2 additions & 2 deletions website/developer-docs/api/making-schema-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion website/docs/flow/stages/authenticator_validate/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Requires authentik 2021.12.4
:::

:::caution
Firefox has some known issues regarding FIDO (see https://bugzilla.mozilla.org/show_bug.cgi?id=1530370) and TouchID (see https://bugzilla.mozilla.org/show_bug.cgi?id=1536482)
Firefox has some known issues regarding TouchID (see https://bugzilla.mozilla.org/show_bug.cgi?id=1536482)
:::

Passwordless authentication currently only supports WebAuthn devices, like security keys and biometrics. For an alternate passwordless setup, see [Password stage](../password/index.md#passwordless-login), which supports other types.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/policies/expression.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ import Objects from "../expressions/_objects.md";
return context["geoip"]["continent"] == "EU"
```

- `asn`: ASN dictionary. The follow fields are available:
- `asn`: ASN dictionary. The following fields are available:

:::info
For basic ASN matching, consider using a [GeoIP policy](index.md#geoip-policy).
Expand Down

0 comments on commit a3a13d2

Please sign in to comment.