Revert "docs: use collections to structure the data"

This reverts commit 5e8ff010a1.

This broke all the URLs, we can't have that. (And actually, we probably don't
_want_ to make the change either. It's nicer to have all the pages in one
directory, so one doesn't have to figure out to which collection the page
belongs.)
This commit is contained in:
Zbigniew Jędrzejewski-Szmek
2024-02-23 09:48:47 +01:00
parent c0b5b74ae3
commit 8e3fee33af
83 changed files with 109 additions and 155 deletions

View File

@@ -1,4 +1,44 @@
[
{
"category": "Project",
"title": "mkosi Project - Build Bespoke OS Images",
"url": "https://mkosi.systemd.io/"
},
{
"category": "Project",
"title": "Brand",
"url": "https://brand.systemd.io/"
},
{
"category": "Project",
"title": "Mailing List",
"url": "https://lists.freedesktop.org/mailman/listinfo/systemd-devel"
},
{
"category": "Project",
"title": "Mastodon",
"url": "https://mastodon.social/@pid_eins"
},
{
"category": "Project",
"title": "Releases",
"url": "https://github.com/systemd/systemd/releases"
},
{
"category": "Project",
"title": "GitHub Project Page",
"url": "https://github.com/systemd/systemd"
},
{
"category": "Project",
"title": "Issues",
"url": "https://github.com/systemd/systemd/issues"
},
{
"category": "Project",
"title": "Pull Requests",
"url": "https://github.com/systemd/systemd/pulls"
},
{
"category": "Manual Pages",
"title": "Index",

View File

@@ -1,42 +0,0 @@
[
{
"category": "Project",
"title": "mkosi Project - Build Bespoke OS Images",
"url": "https://mkosi.systemd.io/"
},
{
"collection": "project",
"title": "Brand",
"url": "https://brand.systemd.io/"
},
{
"collection": "project",
"title": "Mailing List",
"url": "https://lists.freedesktop.org/mailman/listinfo/systemd-devel"
},
{
"collection": "project",
"title": "Mastodon",
"url": "https://mastodon.social/@pid_eins"
},
{
"collection": "project",
"title": "Releases",
"url": "https://github.com/systemd/systemd/releases"
},
{
"collection": "project",
"title": "GitHub Project Page",
"url": "https://github.com/systemd/systemd"
},
{
"collection": "project",
"title": "Issues",
"url": "https://github.com/systemd/systemd/issues"
},
{
"collection": "project",
"title": "Pull Requests",
"url": "https://github.com/systemd/systemd/pulls"
}
]