summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2020-01-16 19:27:19 +0100
committerLennart Poettering <lennart@poettering.net>2020-01-17 10:09:50 +0100
commit8eabc083dc83c82920542a1fdd46f1d5d1e5b60c (patch)
tree4e9fe846169258619404e5a93c4556851c91b014 /docs
parent54ed193f8d481c4ba982a287c9cd322bcca585ee (diff)
downloadsystemd-8eabc083dc83c82920542a1fdd46f1d5d1e5b60c.tar.gz
docs: in PORTABILITY_AND_STABILITY only use one h1
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.
Diffstat (limited to 'docs')
-rw-r--r--docs/PORTABILITY_AND_STABILITY.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/PORTABILITY_AND_STABILITY.md b/docs/PORTABILITY_AND_STABILITY.md
index e1aa656b0f..e1b09b08bc 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.