mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
docs: use collections to structure the data
This commit is contained in:
@@ -1,44 +1,4 @@
|
||||
[
|
||||
{
|
||||
"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",
|
||||
|
||||
42
docs/_data/project.json
Normal file
42
docs/_data/project.json
Normal file
@@ -0,0 +1,42 @@
|
||||
[
|
||||
{
|
||||
"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