From: Lennart Poettering Date: Tue, 14 Jan 2020 09:11:19 +0000 (+0100) Subject: docs: drop "The" in categorization titles of Markdown documentation X-Git-Tag: v245-rc1~130^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0fadf66dabaf46b5f891356218deacc213fed02;p=thirdparty%2Fsystemd.git docs: drop "The" in categorization titles of Markdown documentation I think it makes sense to keep the "The" in place for the actual page's title, but let's drop it from the categorization header, to make it easier to find stuff, as the "The" isn't helpful to that. In particular as we sometimes do it this and sometimes the other way so far, hence let's stick to one common rule. --- diff --git a/docs/BOOT_LOADER_INTERFACE.md b/docs/BOOT_LOADER_INTERFACE.md index ba88fe72cc9..e1ba815d343 100644 --- a/docs/BOOT_LOADER_INTERFACE.md +++ b/docs/BOOT_LOADER_INTERFACE.md @@ -1,5 +1,5 @@ --- -title: The Boot Loader Interface +title: Boot Loader Interface category: Booting layout: default --- diff --git a/docs/BOOT_LOADER_SPECIFICATION.md b/docs/BOOT_LOADER_SPECIFICATION.md index 59c87dd1214..3d40df760b0 100644 --- a/docs/BOOT_LOADER_SPECIFICATION.md +++ b/docs/BOOT_LOADER_SPECIFICATION.md @@ -1,5 +1,5 @@ --- -title: The Boot Loader Specification +title: Boot Loader Specification category: Booting layout: default --- diff --git a/docs/CODE_OF_CONDUCT.md b/docs/CODE_OF_CONDUCT.md index b0925691c99..b906bf5acb5 100644 --- a/docs/CODE_OF_CONDUCT.md +++ b/docs/CODE_OF_CONDUCT.md @@ -1,5 +1,5 @@ --- -title: The systemd Community Conduct Guidelines +title: systemd Community Conduct Guidelines category: Contributing layout: default --- diff --git a/docs/CONTAINER_INTERFACE.md b/docs/CONTAINER_INTERFACE.md index fc5c0a06edc..71f9185c585 100644 --- a/docs/CONTAINER_INTERFACE.md +++ b/docs/CONTAINER_INTERFACE.md @@ -1,5 +1,5 @@ --- -title: The Container Interface +title: Container Interface category: Interfaces layout: default ---