1 parent 806106f commit 31cb6ecCopy full SHA for 31cb6ec
1 file changed
config.toml
@@ -4,16 +4,18 @@ theme = "book"
4
defaultContentLanguage = "en"
5
defaultContentLanguageInSubdir = true
6
languageCode = "en-us"
7
-
+disablePathToLower = true
8
+enableGitInfo = true
9
[params]
10
BookLogo = "uph-logo.png"
11
BookSearch = true
12
+ BookSection = 'docs'
13
BookSearchIndex = true
14
BookEdit = true
15
BookRepo = "https://github.com/sendipad/uph"
16
+ BookLastChangeLink = '{{ .Site.Params.BookRepo }}/commit/{{ .GitInfo.Hash }}'
17
BookEditPath = "{{ .Site.Params.BookRepo }}/edit/docs/{{ .Path }}"
18
BookDateFormat = 'January 2, 2006'
19
BookTheme = "auto"
20
customCSS = ["custom.css"]
21
[languages]
0 commit comments