From 9c0e722bd71a157deaed2fa405f167e7540d5bc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Michaud?= Date: Sat, 29 Feb 2020 13:07:23 +0100 Subject: [PATCH] [DOCS] Do not let think OAuth won't be supported. (#665) * [DOCS] Do not let think OAuth won't be supported. * [Buildkite] Prevent docs commit if there are no changes --- .buildkite/steps/syncdoc.sh | 1 + docs/index.md | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.buildkite/steps/syncdoc.sh b/.buildkite/steps/syncdoc.sh index a35414e8b..6311b614f 100755 --- a/.buildkite/steps/syncdoc.sh +++ b/.buildkite/steps/syncdoc.sh @@ -16,6 +16,7 @@ pushd authelia git config user.name "Authelia[bot]" git config user.email "autheliabot@gmail.com" +git status | grep "nothing to commit" && exit git add -A git commit -m "Synchronize docs of commit: ${COMMIT}" git push diff --git a/docs/index.md b/docs/index.md index 9b904fc8b..fc8416e09 100644 --- a/docs/index.md +++ b/docs/index.md @@ -38,12 +38,12 @@ so that you can test it in minutes. Let's begin with the [Getting Started](./getting-started). -## Authelia... +## However, Authelia... * is not an OAuth or OpenID Connect provider yet. * is not a SAML provider yet. -* does not support authentication against an OAuth or OpenID Connect provider. -* does not support authentication against a SAML provider. +* does not support authentication against an OAuth or OpenID Connect provider yet. +* does not support authentication against a SAML provider yet. * does not support using hardware devices as single factor. * does not provide a PAM module yet.