Skip to content

Commit 31cb6ec

Browse files
committed
allow edit
1 parent 806106f commit 31cb6ec

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

config.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,18 @@ theme = "book"
44
defaultContentLanguage = "en"
55
defaultContentLanguageInSubdir = true
66
languageCode = "en-us"
7-
7+
disablePathToLower = true
8+
enableGitInfo = true
89
[params]
910
BookLogo = "uph-logo.png"
1011
BookSearch = true
12+
BookSection = 'docs'
1113
BookSearchIndex = true
1214
BookEdit = true
1315
BookRepo = "https://github.com/sendipad/uph"
16+
BookLastChangeLink = '{{ .Site.Params.BookRepo }}/commit/{{ .GitInfo.Hash }}'
1417
BookEditPath = "{{ .Site.Params.BookRepo }}/edit/docs/{{ .Path }}"
1518
BookDateFormat = 'January 2, 2006'
16-
1719
BookTheme = "auto"
1820
customCSS = ["custom.css"]
1921
[languages]

0 commit comments

Comments
 (0)