mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
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:
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user