File tree Expand file tree Collapse file tree 8 files changed +14
-147
lines changed
Expand file tree Collapse file tree 8 files changed +14
-147
lines changed Original file line number Diff line number Diff line change 1+ nav >ul :last-of-type >li :last-child ::before {
2+ content : " ⸻" ;
3+ display : inline-block ;
4+ margin : 0.5em 0 ;
5+ }
Original file line number Diff line number Diff line change @@ -5,17 +5,8 @@ theme = "hugo-book"
55
66[[menu .before ]]
77 name = " ⬅️ Back to top"
8- url = " https://uapi-group.org/ "
8+ url = " /.. "
99 weight = 1
10- [[menu .before ]]
11- name = " ⸻"
12- weight = 2
13-
14- # Uncomment to show second separator after more content files were added
15- #
16- # [[menu.after]]
17- # name = "⸻"
18- # weight = 10
1910
2011[[menu .after ]]
2112 name = " Collaborate on Github"
@@ -29,8 +20,9 @@ theme = "hugo-book"
2920 BookPortableLinks = true
3021 BookRepo = ' https://github.com/uapi-group/kernel-features'
3122 BookCommitPath = ' commit'
32- BookEditPath = ' edit/main'
23+ BookEditLink = ' {{ .Site.Params.BookRepo }}/ edit/main/{{ .Path }} '
3324 BookIndexPage = ' README.md'
25+ BookTheme = ' auto'
3426
3527[modules ]
3628 [[module .mounts ]]
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ {{- return (partial "docs/text/template" (dict "Template" .Site.Params.BookEditLink "Context" (dict
2+ "Site" .Site
3+ "Page" .Page
4+ "Path" (strings.TrimPrefix hugo.WorkingDir ( replace .Page.File.Path "_index.md" .Site.Params.BookIndexPage))
5+ )) | urls.JoinPath) -}}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments