Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions docs/_data/documentation_page.json

This file was deleted.

4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ A fancy wrapper around `dnf --installroot`, `apt`, `pacman` and `zypper` that ge

---

{% assign tutorials = site.pages | group_by:"category" %}
{% assign tutorials = site.pages | where:"category","Tutorials" %}
{% assign project = site.data.project_pages | group_by:"category" %}
{% assign documentation = site.data.documentation_page | group_by:"category" %}
{% assign documentation = site.data.documentation_page | where:"category","Manuals" %}
{% assign merged = documentation | concat: tutorials | concat: project %}


Expand Down
1 change: 1 addition & 0 deletions docs/mkosi-addon.1.md
1 change: 1 addition & 0 deletions docs/mkosi-initrd.1.md
1 change: 1 addition & 0 deletions docs/mkosi-sandbox.1.md
1 change: 1 addition & 0 deletions docs/mkosi.1.md
1 change: 1 addition & 0 deletions docs/mkosi.news.7.md
9 changes: 6 additions & 3 deletions mkosi/resources/man/mkosi-addon.1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
% mkosi-addon(1)
%
%
---
title: mkosi-addon(1)
category: Manuals
layout: default
SPDX-License-Identifier: LGPL-2.1-or-later
---

# NAME

Expand Down
9 changes: 6 additions & 3 deletions mkosi/resources/man/mkosi-initrd.1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
% mkosi-initrd(1)
%
%
---
title: mkosi-initrd(1)
category: Manuals
layout: default
SPDX-License-Identifier: LGPL-2.1-or-later
---

# NAME

Expand Down
9 changes: 6 additions & 3 deletions mkosi/resources/man/mkosi-sandbox.1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
% mkosi-sandbox(1)
%
%
---
title: mkosi-sandbox(1)
category: Manuals
layout: default
SPDX-License-Identifier: LGPL-2.1-or-later
---

# NAME

Expand Down
9 changes: 6 additions & 3 deletions mkosi/resources/man/mkosi.1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
% mkosi(1)
%
%
---
title: mkosi(1)
category: Manuals
layout: default
SPDX-License-Identifier: LGPL-2.1-or-later
---

# NAME

Expand Down
9 changes: 6 additions & 3 deletions mkosi/resources/man/mkosi.news.7.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
% mkosi.news(7)
%
%
---
title: mkosi.news(7)
category: Manuals
layout: default
SPDX-License-Identifier: LGPL-2.1-or-later
---

# mkosi Changelog

Expand Down