X Tutup
Skip to content

Commit 8eabc08

Browse files
committed
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.
1 parent 54ed193 commit 8eabc08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/PORTABILITY_AND_STABILITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ category: Interfaces
44
layout: default
55
---
66

7-
# Interface Stability Promise
7+
# Interface Portability and Stability Promise
88

99
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.
1010

@@ -41,7 +41,7 @@ What does this mean for you? When developing with systemd, don't use any of the
4141
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.
4242

4343

44-
# Interface Portability And Stability Chart
44+
## Interface Portability And Stability Chart
4545

4646
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.
4747

0 commit comments

Comments
 (0)
X Tutup