From 0b73369c4bf0b28c678cb6c0f9a7d1917649da8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Tue, 14 Mar 2017 12:21:22 +0100 Subject: [PATCH] docs: fixed docs title issue --- docs/Dockerfile | 1 + docs/config.toml | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 docs/config.toml diff --git a/docs/Dockerfile b/docs/Dockerfile index 7aa9ff1ad6e..7679f2b7e4b 100644 --- a/docs/Dockerfile +++ b/docs/Dockerfile @@ -7,6 +7,7 @@ FROM grafana/docs-base:latest # COPY ./sources /site/content/docs/ +COPY config.toml /site COPY awsconfig /site VOLUME ["/site/content"] diff --git a/docs/config.toml b/docs/config.toml new file mode 100644 index 00000000000..76fd6c54a1b --- /dev/null +++ b/docs/config.toml @@ -0,0 +1,20 @@ + +baseurl = "http://localhost:3002/" +languageCode = "en-us" +title = "Grafana Docs" +canonifyurls = true +relativeURLs = false +verbose = true +enableRobotsTXT = true +disableSitemap = false +disableRSS = false +preservetaxonomynames = true +metaDataFormat = "yaml" + +[taxonomies] +tag = "tags" +category = "categories" + +[permalinks] + blog = ":year/:month/:day/:title/" +