소스 검색

docs: minor fix

Torkel Ödegaard 8 년 전
부모
커밋
19516ebcce
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      docs/config.toml
  2. 1 1
      docs/sources/index.md

+ 1 - 1
docs/config.toml

@@ -1,7 +1,7 @@
 
 baseurl = "http://localhost:3002/"
 languageCode = "en-us"
-title = "Grafana Docs"
+title = "Grafana Documentation"
 canonifyurls = true
 relativeURLs = false
 verbose = true

+ 1 - 1
docs/sources/index.md

@@ -1,5 +1,5 @@
 +++
-title = "Grafana Documentation Site"
+title = "Docs Home"
 description = "Install guide for Grafana"
 keywords = ["grafana", "installation", "documentation"]
 type = "docs"