mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 17:51:22 +03:00
5d3f5e4081
Let's use the rough categorization of the markdown pages to add basic sections, via Jeykll templating. Also, add in a couple of additional links via a JSON array that lists them. So much web development, so much wow!
11 lines
895 B
JSON
11 lines
895 B
JSON
[
|
|
{ "category": "Project", "title": "Brand", "url": "https://brand.systemd.io/" },
|
|
{ "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": "Project", "title": "Mailing List", "url": "https://lists.freedesktop.org/mailman/listinfo/systemd-devel" },
|
|
{ "category": "Manual Pages", "title": "Index", "url": "https://www.freedesktop.org/software/systemd/man/" },
|
|
{ "category": "Manual Pages", "title": "Directives", "url": "https://www.freedesktop.org/software/systemd/man/systemd.directives.html" }
|
|
]
|