Skip to content

Commit b7ee552

Browse files
committed
doc/install: use our recommended header order
1 parent 25b1550 commit b7ee552

4 files changed

Lines changed: 18 additions & 18 deletions

File tree

doc/userguide/install/debian.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _install-binary-debian:
22

33
Debian Package Installation
4-
===========================
4+
###########################
55

66
Suricata is available in the official Debian repositories for Debian 9
77
(stretch) and later versions.
@@ -26,6 +26,6 @@ For Debian 10 (buster), for instance, run the following as ``root``::
2626
apt-get install suricata -t buster-backports
2727

2828
After Installation
29-
------------------
29+
******************
3030

3131
After installing you can proceed to the :ref:`Basic setup`.

doc/userguide/install/other.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
.. _install-binary-other:
22

33
Other Package Installations
4-
===========================
4+
###########################
55

66
Suricata can be found in the package managers for many other operating
77
systems and distributions, but it is important to note that these are
88
not created or supported by the OISF and the Suricata development
99
team.
1010

1111
Arch Based
12-
----------
12+
**********
1313

1414
The ArchLinux AUR contains Suricata and suricata-nfqueue packages,
1515
with commonly used configurations for compilation (may also be edited
@@ -21,6 +21,6 @@ helpers to compile and build Suricata packages.
2121
yay -S suricata
2222

2323
After Installation
24-
------------------
24+
******************
2525

2626
After installing you can proceed to the :ref:`Basic setup`.

doc/userguide/install/rpm.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _install-binary-rpm:
22

33
RPM Installation
4-
================
4+
################
55

66
Using the Fedora COPR system, the OISF provides Suricata packages for
77
Fedora, Red Hat Enterprise Linux, and Enterprise Linux rebuilds.
@@ -12,13 +12,13 @@ each distribution version. For example, the OISF maintains Suricata 7
1212
and Suricata 8 packages for RHEL 9 and 10.
1313

1414
Installing From Package Repositories
15-
------------------------------------
15+
************************************
1616

1717
.. note:: Instructions in the following sections require ``sudo`` to
1818
be installed.
1919

2020
Enterprise Linux and Rebuilds
21-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
21+
=============================
2222

2323
.. code-block:: none
2424
@@ -27,7 +27,7 @@ Enterprise Linux and Rebuilds
2727
sudo dnf install suricata
2828
2929
Fedora
30-
^^^^^^
30+
======
3131

3232
.. code-block:: none
3333
@@ -36,7 +36,7 @@ Fedora
3636
sudo dnf install suricata
3737
3838
Additional Notes for RPM Installations
39-
--------------------------------------
39+
**************************************
4040

4141
- Suricata is pre-configured to run as the ``suricata`` user.
4242
- Command line parameters such as providing the interface names can be
@@ -50,7 +50,7 @@ Additional Notes for RPM Installations
5050
- ``/var/lib/suricata``: State directory rules, datasets.
5151

5252
Starting Suricata On-Boot
53-
^^^^^^^^^^^^^^^^^^^^^^^^^
53+
=========================
5454

5555
The Suricata RPMs are configured to run from Systemd.
5656

@@ -73,6 +73,6 @@ To reload rules::
7373
sudo systemctl reload suricata
7474

7575
After Installation
76-
------------------
76+
******************
7777

7878
After installing you can proceed to the :ref:`Basic setup`.

doc/userguide/install/ubuntu.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _install-binary-ubuntu:
22

33
Ubuntu Package Installation
4-
===========================
4+
###########################
55

66
For Ubuntu, the OISF maintains a Personal Package Archive (PPA)
77
``suricata-stable`` that always contains the latest stable release.
@@ -23,22 +23,22 @@ After installing you can proceed to the :ref:`Basic setup`.
2323
`OISF launchpad: suricata-stable <https://launchpad.net/~oisf/+archive/suricata-stable>`_.
2424

2525
Upgrading
26-
^^^^^^^^^
26+
*********
2727

2828
To upgrade::
2929

3030
sudo apt-get update
3131
sudo apt-get upgrade suricata
3232

3333
Remove
34-
^^^^^^
34+
******
3535

3636
To remove Suricata from your system::
3737

3838
sudo apt-get remove suricata
3939

4040
Getting Debug or Pre-release Versions
41-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
41+
*************************************
4242

4343
.. note:: The following instructions require ``sudo`` to be installed.
4444

@@ -60,7 +60,7 @@ Suricata will then always be the latest release, stable or beta.
6060
`OISF launchpad: suricata-beta <https://launchpad.net/~oisf/+archive/suricata-beta>`_.
6161

6262
Daily Releases
63-
^^^^^^^^^^^^^^
63+
**************
6464

6565
.. note:: The following instructions require ``sudo`` to be installed.
6666

@@ -87,6 +87,6 @@ repository, the same procedures as above apply, just using another PPA,
8787
`OISF launchpad: suricata-daily <https://launchpad.net/~oisf/+archive/suricata-daily>`_.
8888

8989
After Installation
90-
------------------
90+
******************
9191

9292
After installing you can proceed to the :ref:`Basic setup`.

0 commit comments

Comments
 (0)