-
Notifications
You must be signed in to change notification settings - Fork 7
Introduction variables for product name #65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HofiOne
requested changes
May 28, 2024
doc/_admin-guide/010_Introduction_to_syslog-ng/003_Who_uses_syslog-ng.md
Show resolved
Hide resolved
doc/_admin-guide/020_The_concepts_of_syslog-ng/004_Timezones_and_daylight_saving.md
Outdated
Show resolved
Hide resolved
doc/_admin-guide/070_Destinations/155_opensearch/000_batch-mode.md
Outdated
Show resolved
Hide resolved
doc/_admin-guide/080_Log/020_Buffering/002_How_to_get_information/004_Orphan.md
Show resolved
Hide resolved
...b_parser/004_The_syslog-ng_patterndb_format/000_patterndb/000_ruleset/000_patterns/README.md
Outdated
Show resolved
Hide resolved
HofiOne
requested changes
May 28, 2024
HofiOne
requested changes
May 28, 2024
doc/_admin-guide/130_Correlating_log_messages/000_Correlating_messages_with_grouping-by.md
Outdated
Show resolved
Hide resolved
HofiOne
requested changes
May 28, 2024
doc/_admin-guide/180_Best_practices_and_examples/005_Load_balancing_logs/000_Round_robin.md
Show resolved
Hide resolved
Signed-off-by: mrgarris0n <[email protected]>
Signed-off-by: mrgarris0n <[email protected]>
Signed-off-by: mrgarris0n <[email protected]>
Signed-off-by: mrgarris0n <[email protected]>
Signed-off-by: mrgarris0n <[email protected]>
Signed-off-by: mrgarris0n <[email protected]>
Signed-off-by: mrgarris0n <[email protected]>
Signed-off-by: mrgarris0n <[email protected]>
58202d4
to
f631c3f
Compare
Signed-off-by: mrgarris0n <[email protected]>
HofiOne
approved these changes
May 28, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
In _config.yml two variables were introduced under "product" key:
You can refer them in markdown as {{ site.product.name }} and {{ site.product.short_name }}, respectively.
Please use them if you have to refer to syslog-ng OSE.
External link texts don't have to be adjusted.
All instances of "syslog-ng OSE", and "syslog-ng Open Source Edition" texts were replaced with the variables above.
All instances of "syslog-ng" texts were replaced with short_name (where it was applicable).
Possible known issue: see #61 , will fix title links in a separate PR.