Skip to content

Commit 380609e

Browse files
authored
Merge pull request #1 from t-lo/t-lo/title-case-and-subrepo-menu
website: use Title Case, add sub-repos to navigation
2 parents 1c8e7b5 + ffc8351 commit 380609e

File tree

2 files changed

+24
-3
lines changed

2 files changed

+24
-3
lines changed

config.toml

+20
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@ languageCode = "en-us"
33
title = "The Linux Userspace API Group"
44
theme = "hugo-book"
55

6+
[[menu.after]]
7+
name = "General Documentation"
8+
url = "https://uapi-group.org/docs"
9+
weight = 10
10+
[[menu.after]]
11+
name = "Specifications"
12+
url = "https://uapi-group.org/specifications"
13+
weight = 11
14+
[[menu.after]]
15+
name = "Kernel Features"
16+
url = "https://uapi-group.org/kernel"
17+
weight = 12
18+
[[menu.after]]
19+
name = "-"
20+
weight = 20
21+
[[menu.after]]
22+
name = "Collaborate on Github"
23+
url = "https://github.com/uapi-group"
24+
weight = 20
25+
626
[markup.goldmark.renderer]
727
unsafe = true # Allow HTML in md files
828

content/_index.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
---
2-
title: The Linux Userspace API (UAPI) group
2+
title: The Linux Userspace API (UAPI) Group
3+
BookToC: false
34
---
45

56
<span style="float:right"> ![uapi-group.png](/uapi-group.png) </span>
67

7-
# The Linux Userspace API (UAPI) group
8+
# The Linux Userspace API (UAPI) Group
89

910
The userspace API ("uapi") group is a community for people with an interest in innovating how we build, deploy, and run modern Linux operating systems.
1011
It serves as a central gathering place for specs, documentation, and ideas.
1112

1213
Follow [@uapi-group](https://twitter.com/uapi_group) on twitter to catch the latest news!
1314

14-
## Generic documents, minutes, and glossary
15+
## Generic Documents, Minutes, and Glossary
1516

1617
Please find generic documents like meeting / summit minutes and a glossary of terms used across uapi-group documents at https://uapi-group.org/docs.
1718

0 commit comments

Comments
 (0)