Skip to content

Commit a1f6fe2

Browse files
committed
index / TOC: rename "docs" to "conferences"
This change renames references to the "docs" repository to "conferences". "docs" really only ever contained references to conferences talks and meeting minutes of our annual Immutable Linux summits. Signed-off-by: Thilo Fromm <[email protected]>
1 parent 438a5ba commit a1f6fe2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ theme = "hugo-book"
88
url = "/specifications"
99
weight = 10
1010
[[menu.after]]
11-
name = "General Documentation"
12-
url = "/docs"
11+
name = "Conferences"
12+
url = "/conferences"
1313
weight = 11
1414
[[menu.after]]
1515
name = "Kernel Feature Ideas"

content/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Microsoft, Amazon, and Meta.
2929
All Systems Go, the foundational user-space Linux conference, has published recordings of all talks.
3030
Head over to https://media.ccc.de/c/asg2025/asg2025-eng to check them out!
3131

32-
* 2025-10-25: "FOSDEM 2025" — [CFP for the Kernel Devroom is now open](https://uapi-group.org/docs/conferences/2026-01-31_fosdem-kernel-devroom/)
32+
* 2025-10-25: "FOSDEM 2025" — [CFP for the Kernel Devroom is now open](https://uapi-group.org/conferences/conferences/2026-01-31_fosdem-kernel-devroom/)
3333

3434
## Engage with the Group
3535

@@ -41,7 +41,7 @@ Please keep the group's focus in mind and do not stray off-topic.
4141

4242
Check out the group's repos at the [uapi group github org](https://github.com/uapi-group) to get an overview of existing work.
4343
To engage with specific content please file issues and / or PRs directly to the [specifications](https://github.com/uapi-group/specifications/),
44-
[docs](https://github.com/uapi-group/docs/), and [kernel feature ideas](https://github.com/uapi-group/kernel-features/) repositories, respectively.
44+
[conferences](https://github.com/uapi-group/conferences/), and [kernel feature ideas](https://github.com/uapi-group/kernel-features/) repositories, respectively.
4545

4646
To stay up to date on the group's activities there's also a Twitter account you can follow: [uapi-group](https://twitter.com/uapi_group).
4747

@@ -63,9 +63,9 @@ See [open PRs on github](https://github.com/uapi-group/specifications/pulls) for
6363

6464
Please use the [specifications issue tracker](https://github.com/uapi-group/specifications/issues) to engage with the project.
6565

66-
## Generic Documents, Minutes, and Glossary
66+
## Conference presentations and Image-Based Linux Summit minutes
6767

68-
Please find generic documents like meeting / summit minutes at https://uapi-group.org/docs.
68+
Please find various conference presentations on UAPI group specifications and meeting minutes of our annual Image-Based Linux Summit at https://uapi-group.org/conferences.
6969

7070
## Kernel Feature Ideas
7171

0 commit comments

Comments
 (0)