mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
docs: fixed docs title issue
This commit is contained in:
parent
b05fca4fd7
commit
0b73369c4b
@ -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
20
docs/config.toml
Normal 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/"
|
||||
|
Loading…
Reference in New Issue
Block a user