From 8eabc083dc83c82920542a1fdd46f1d5d1e5b60c Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 16 Jan 2020 19:27:19 +0100 Subject: [PATCH] docs: in PORTABILITY_AND_STABILITY only use one h1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit According to the designer of the page layout a page only should have one h1 header, and everything else should be h2, h3, … I think that makes a ton of sense, hence let's downgrade some headers here. --- docs/PORTABILITY_AND_STABILITY.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/PORTABILITY_AND_STABILITY.md b/docs/PORTABILITY_AND_STABILITY.md index e1aa656b0f5..e1b09b08bc8 100644 --- a/docs/PORTABILITY_AND_STABILITY.md +++ b/docs/PORTABILITY_AND_STABILITY.md @@ -4,7 +4,7 @@ category: Interfaces layout: default --- -# Interface Stability Promise +# Interface Portability and Stability Promise systemd provides various interfaces developers and programs might rely on. Starting with version 26 (the first version released with Fedora 15) we promise to keep a number of them stable and compatible for the future. @@ -41,7 +41,7 @@ What does this mean for you? When developing with systemd, don't use any of the Note that this is a promise, not an eternal guarantee. These are our intentions, but if in the future there are very good reasons to change or get rid of an interface we have listed above as stable, then we might take the liberty to do so, despite this promise. However, if we do this, then we'll do our best to provide a smooth and reasonably long transition phase. -# Interface Portability And Stability Chart +## Interface Portability And Stability Chart systemd provides a number of APIs to applications. Below you'll find a table detailing which APIs are considered stable and how portable they are. -- 2.47.3