docs: fixed docs title issue

This commit is contained in:
Torkel Ödegaard 2017-03-14 12:21:22 +01:00
parent b05fca4fd7
commit 0b73369c4b
2 changed files with 21 additions and 0 deletions

View File

@ -7,6 +7,7 @@ FROM grafana/docs-base:latest
# COPY ./sources /site/content/docs/
COPY config.toml /site
COPY awsconfig /site
VOLUME ["/site/content"]

20
docs/config.toml Normal file
View File

@ -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/"