Przeglądaj źródła

docs: fixed docs title issue

Torkel Ödegaard 8 lat temu
rodzic
commit
0b73369c4b
2 zmienionych plików z 21 dodań i 0 usunięć
  1. 1 0
      docs/Dockerfile
  2. 20 0
      docs/config.toml

+ 1 - 0
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"]

+ 20 - 0
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/"
+