From 7d4bbd7cea3ae45473aa450926bf3ed9dc9822a4 Mon Sep 17 00:00:00 2001 From: Clement Michaud Date: Wed, 10 Jun 2020 21:08:06 +0200 Subject: [PATCH] Serve docs under www.authelia.com/docs. --- docs/_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_config.yml b/docs/_config.yml index 14e52a242..1629f32a2 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -3,7 +3,7 @@ email: clement.michaud34@gmail.com description: Authelia is an open source multi-factor single sign-on portal for web applications # We need this base URL to serve the docs under https://www.authelia.com/docs baseurl: "/docs" -url: "https://docs.authelia.com" +url: "https://www.authelia.com" repository: https://github.com/authelia/authelia logo: ./images/authelia-title.png footer_content: "Copyright © 2020 Authelia. Distributed by an Apache 2.0 license."