Skip to content

Commit 99dc1b4

Browse files
committed
corrected repo url and removed autoversioning
Signed-off-by: mrgarris0n <gergely.karacsonyi@gmail.com>
1 parent e5e4aa1 commit 99dc1b4

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,4 +258,4 @@ product:
258258
name: 'syslog-ng Open Source Edition'
259259
short_name: 'syslog-ng OSE'
260260

261-
repository: syslog-ng/syslog-ng
261+
repository: syslog-ng/syslog-ng.github.io

_includes/doc/common_snippets

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ that contains the include tag, further inherited e.g. layouts will not see the i
1212

1313
{% assign img_folder = '/assets/images' | relative_url %}
1414

15-
{% assign ose_latest = site.github.latest_release.name | remove: '.tar.gz' | remove: 'syslog-ng-' %}
16-
1715
{% include doc/dev-guide/common_snippets %}
1816

1917
{% include doc/admin-guide/common_snippets %}

doc/_admin-guide/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: syslog-ng Open Source Edition Administration Guides
33
id: adm-guide
44
description: >-
5-
Welcome to the {{ site.product.name }} {{ site.github.latest_release.name | remove: '.tar.gz' | remove: 'syslog-ng-'}} Administration Guide. 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.
5+
Welcome to the {{ site.product.name }} 4.8.1 Administration Guide. 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.
66
---
77

88
## Target audience

0 commit comments

Comments
 (0)