From 7e2c892e0736eebb3628ba7b5f83027dff2dbdbd Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 21 Jul 2020 23:44:25 +0200 Subject: [PATCH] fix privacy policy and legal notice --- docs/config.yaml | 4 ++-- docs/content/configuration/_index.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/config.yaml b/docs/config.yaml index 09f2658..fd1f733 100644 --- a/docs/config.yaml +++ b/docs/config.yaml @@ -27,5 +27,5 @@ params: geekdocDateFormat: "Jan 2, 2006" geekdocSearch: true - geekdocLegalNotice: https://geeklabor.de/legal-notice/#impressum - geekdocPrivacyPolicy: https://geeklabor.de/legal-notice/#datenschutzerkl%C3%A4rung + geekdocLegalNotice: https://thegeeklab.de/legal-notice/#contact-information + geekdocPrivacyPolicy: https://thegeeklab.de/legal-notice/#privacy-policy diff --git a/docs/content/configuration/_index.md b/docs/content/configuration/_index.md index 7a01d29..1dc0445 100644 --- a/docs/content/configuration/_index.md +++ b/docs/content/configuration/_index.md @@ -8,6 +8,6 @@ Changes can be made on different locations which will be processed in the follow - default configuration (build-in) - global configuration file (path depends on your operating system) -- folder-based configuration file (.ansibledoctor.yml|.ansibledoctor.yaml|.ansibledoctor in current working directory) +- folder-based configuration file (.ansibledoctor.yml|.ansibledoctor.yaml|.ansibledoctor) in current working directory - environment variables - CLI options