Skip to content

Commit a897c55

Browse files
committed
Added product name vars
Signed-off-by: mrgarris0n <gergely.karacsonyi@gmail.com>
1 parent 4ea7b35 commit a897c55

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

_config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,3 +242,7 @@ masthead:
242242

243243
footer:
244244
top_margin: 2em # originally 3em, needed if there are visible prev/next navigator buttons
245+
246+
product:
247+
name: 'syslog-ng Open Source Edition'
248+
short_name: 'syslog-ng OSE'

doc/_admin-guide/README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
---
2-
title: syslog-ng Open Source Edition Administration Guides
2+
title: syslog-ng {{ site.product.name }} Administration Guides
33
id: adm-guide
44
description: >-
5-
Welcome to the syslog-ng Open Source Edition 4.6 Administration Guide.
6-
This document describes how to configure and manage syslog-ng Open
7-
Source Edition (syslog-ng OSE). Background information for the
8-
technology and concepts used by the product is also discussed.
5+
Welcome to the syslog-ng {{ site.product.name }} 4.6 Administration Guide.
6+
This document describes how to configure and manage {{ site.product.name }} ({{ site.product.short_name }}). Background information for the technology and concepts used by the product is also discussed.
97
---
108

119
## Target audience

0 commit comments

Comments
 (0)