From 4bb1d5edfca38da086b51897e1bb0bf0ebd66668 Mon Sep 17 00:00:00 2001 From: waza-ari Date: Sun, 10 Mar 2024 14:43:04 +0000 Subject: [PATCH] fix(docs): openid docs whitespace formatting (#2186) Co-authored-by: Daniel Herrmann Reviewed-on: https://kolaente.dev/vikunja/vikunja/pulls/2186 Reviewed-by: konrad Co-authored-by: waza-ari Co-committed-by: waza-ari --- docs/content/doc/setup/openid.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/content/doc/setup/openid.md b/docs/content/doc/setup/openid.md index b0e66e69c..4b65b2c08 100644 --- a/docs/content/doc/setup/openid.md +++ b/docs/content/doc/setup/openid.md @@ -64,7 +64,7 @@ auth: redirecturl: https://vikunja.mydomain.com/auth/openid/ <---- slash at the end is important providers: - name: - authurl: <----- Used for OIDC Discovery, usually the issuer + authurl: <----- Used for OIDC Discovery, usually the issuer clientid: clientsecret: scope: openid profile email @@ -116,7 +116,7 @@ The minimal claim structure expected by Vikunja is as follows: } ``` -It also also possible to pass the description and isPublic flag as optional parameter. If not present, the description will be empty and project visibility defaults to false. +It is also possible to pass the `description` and the `isPublic` flag as optional parameters. If not present, the description will be empty and project visibility defaults to false. ```json { @@ -124,8 +124,8 @@ It also also possible to pass the description and isPublic flag as optional para { "name": "team 3", "oidcID": 33349, - "description": "My Team Description", - "isPublic": true + "description": "My Team Description", + "isPublic": true }, ] }