Skip to content

Commit 6e20917

Browse files
t-lokeszybz
authored andcommitted
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 <thilo.alexander@gmail.com>
1 parent f6990a6 commit 6e20917

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
# UAPI Group Generic Documents and Meeting Minutes
1+
# Conference presentations and Image-Based Linux Summit minutes
22

3-
This repo contains generic, org-wide documents like meeting minutes.
4-
5-
## Minutes and Summaries
6-
7-
Listed below are references to the latest UAPI group meeting / conference summaries and minutes.
3+
This repo contains various conference presentations on UAPI group specifications and meeting minutes of our annual Image-Based Linux Summit.
84

95
* [Summary](minutes/2024-09-24__Image-based-linux-summit.md) of the third Image-Based Linux Summit, September 24th 2024 in Berlin
106
* [All Systems Go 2024 talks and recordings](conferences/2024-09-25__All-Systems-Go.md). Links to recordings of All Systems Go! 2024.
@@ -13,4 +9,4 @@ Listed below are references to the latest UAPI group meeting / conference summar
139
* [FOSDEM 2023 devroom talks and recordings](conferences/2023-02-04__FOSDEM-devroom.md). A list of talks and links to recordings of the FOSDEM 2023 Image-Based Linux and Secure/Measured Boot devroom.
1410
* [Summary](minutes/2022-10-05__Image-based-linux-summit.md) of the first Image-Based Linux Summit, October 4th / 5th in Berlin
1511

16-
See the [minutes](https://github.com/uapi-group/docs/tree/main/minutes) folder in the source repository for a full list of documents.
12+
See the [minutes](https://github.com/uapi-group/conferences/tree/main/minutes) folder in the source repository for a full list of documents.

website/config.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
baseURL = "https://uapi-group.org/docs"
1+
baseURL = "https://uapi-group.org/conferences"
22
languageCode = "en-us"
3-
title = "UAPI group generic documents and meeting minutes"
3+
title = "Conferences and Minutes"
44
theme = "hugo-book"
55

66
[[menu.before]]
@@ -10,7 +10,7 @@ theme = "hugo-book"
1010

1111
[[menu.after]]
1212
name = "Collaborate on Github"
13-
url = "https://github.com/uapi-group/docs"
13+
url = "https://github.com/uapi-group/conferences"
1414
weight = 11
1515

1616
[markup.goldmark.renderer]
@@ -19,7 +19,7 @@ theme = "hugo-book"
1919
[params]
2020
BookPortableLinks = true
2121
BookSection = '*'
22-
BookRepo = 'https://github.com/uapi-group/docs'
22+
BookRepo = 'https://github.com/uapi-group/conferences'
2323
BookCommitPath = 'commit'
2424
BookEditLink = '{{ .Site.Params.BookRepo }}/edit/main/{{ .Path }}'
2525
BookIndexPage = 'README.md'

0 commit comments

Comments
 (0)