From: Daan De Meyer Date: Thu, 5 Sep 2024 16:07:01 +0000 (+0200) Subject: Update documentation links X-Git-Tag: v25~312 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fcff08b346e138f1dc0b5dbec988f19610f38a7;p=thirdparty%2Fmkosi.git Update documentation links --- diff --git a/README.md b/README.md index e2569760e..b02f84b43 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ and `zypper` that generates customized disk images with a number of bells and whistles. For a longer description and available features and options, see the -[man page](mkosi/resources/mkosi.md). +[man page](mkosi/resources/man/mkosi.md). Packaging status diff --git a/blog/content/a-reintroduction-to-mkosi.md b/blog/content/a-reintroduction-to-mkosi.md index 8fbdaa270..7662f60bf 100644 --- a/blog/content/a-reintroduction-to-mkosi.md +++ b/blog/content/a-reintroduction-to-mkosi.md @@ -378,7 +378,7 @@ extension image. There's many more features that we won't go over in detail here in this blog post. Learn more about those by reading the -[documentation](https://github.com/systemd/mkosi/blob/main/mkosi/resources/mkosi.md). +[documentation](https://github.com/systemd/mkosi/blob/main/mkosi/resources/man/mkosi.md). ## Conclusion diff --git a/docs/_data/documentation_page.json b/docs/_data/documentation_page.json index cb8e33171..dd89d23e7 100644 --- a/docs/_data/documentation_page.json +++ b/docs/_data/documentation_page.json @@ -1,3 +1,3 @@ [ - { "category": "Documentation", "title": "A longer description and available features and options", "url": "https://github.com/systemd/mkosi/blob/main/mkosi/resources/mkosi.md" } + { "category": "Documentation", "title": "A longer description and available features and options", "url": "https://github.com/systemd/mkosi/blob/main/mkosi/resources/man/mkosi.md" } ] diff --git a/docs/distribution-policy.md b/docs/distribution-policy.md index da8f530d0..b4c0155bf 100644 --- a/docs/distribution-policy.md +++ b/docs/distribution-policy.md @@ -50,7 +50,7 @@ used: necessary methods. - Update any relevant methods on the `Distribution` enum to take the new distribution into account. -- Update the documentation in `mkosi/resources/mkosi.md` +- Update the documentation in `mkosi/resources/man/mkosi.md` - Update the default initrd, tools and default image configurations in `mkosi/resources/mkosi-initrd`, `mkosi/resources/mkosi-tools` and `mkosi.conf.d` respectively. If the distribution is a variant of diff --git a/mkosi.md b/mkosi.md index b6bb8ba75..41057e6b9 120000 --- a/mkosi.md +++ b/mkosi.md @@ -1 +1 @@ -mkosi/resources/mkosi.md \ No newline at end of file +mkosi/resources/man/mkosi.md \ No newline at end of file diff --git a/mkosi/resources/man/mkosi.md b/mkosi/resources/man/mkosi.md index faf539340..7e80cc589 100644 --- a/mkosi/resources/man/mkosi.md +++ b/mkosi/resources/man/mkosi.md @@ -164,7 +164,7 @@ The following command line verbs are known: file `mkosi.1` into the `mkosi/resources` directory of the Python package, if it is missing, as well as to install it in the appropriate search path for man pages. The man page can be generated from the - markdown file `mkosi/resources/mkosi.md` e.g via + markdown file `mkosi/resources/man/mkosi.md` e.g via `pandoc -t man -s -o mkosi.1 mkosi.md`. `dependencies`