Skip to content

Commit 3a1fbcf

Browse files
committed
Added missing descriptions: Chapter 050
Signed-off-by: mrgarris0n <gergely.karacsonyi@gmail.com>
1 parent 9f1b0ea commit 3a1fbcf

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed

doc/_admin-guide/050_The_configuration_file/000_Location_of_the_config_file.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
title: Location of the {{ site.product.short_name }} configuration file
33
id: adm-conf-loc
44
description: >-
5-
To configure {{ site.product.short_name }}, edit the syslog-ng.conf file with any
6-
regular text editor application.
5+
This section describes the location of {{ site.product.short_name }} configuration file.
76
---
87

8+
To configure {{ site.product.short_name }}, edit the syslog-ng.conf file with any
9+
regular text editor application.
10+
911
The location of the configuration file depends on how you installed
1012
{{ site.product.short_name }}. Native packages of a platform (like the ones downloaded
1113
from Linux repositories) typically place the configuration file under

doc/_admin-guide/050_The_configuration_file/001_Configuration_syntax.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
title: The configuration syntax in detail
33
id: adm-conf-syn
4+
description: >-
5+
This chapter describes the configuration syntax of {{ site.product.short_name }}, with configuration
6+
examples.
47
---
58

69
Every {{ site.product.short_name }} configuration file must begin with a line containing the

doc/_admin-guide/050_The_configuration_file/002_Syntax_notes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
title: Notes about the configuration syntax
33
id: adm-conf-syn-notes
4+
description: >-
5+
Things to consider when editing a {{ site.product.short_name }}
6+
configuration file.
47
---
58

69
When you are editing the {{ site.product.short_name }} configuration file, note the

doc/_admin-guide/050_The_configuration_file/006_Modules_in_syslog-ng/000_Loading_modules.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
title: Loading modules
33
id: adm-mod-loading
44
description: >-
5-
The {{ site.product.name }} application loads every available
6-
module during startup.
5+
This chapter describes how modules are loaded in {{ site.product.name }}.
76
---
87

8+
The {{ site.product.name }} application loads every available
9+
module during startup.
10+
911
To load a module that is not loaded automatically, include the following
1012
statement in the {{ site.product.short_name }} configuration file:
1113

doc/_admin-guide/050_The_configuration_file/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22
title: The {{ site.product.short_name }} configuration file
33
short_title: The configuration file
44
id: adm-conf-file
5+
description: >-
6+
This chapter describes the configuration file of {{ site.product.short_name }}, with location, syntax, examples.
57
---

0 commit comments

Comments
 (0)