File tree Expand file tree Collapse file tree 4 files changed +27
-1
lines changed Expand file tree Collapse file tree 4 files changed +27
-1
lines changed Original file line number Diff line number Diff line change @@ -107,6 +107,12 @@ sn-ose-adminguide:
107
107
url : https://syslog-ng.github.io/admin-guide/README
108
108
title : [ "The syslog-ng OSE Administration Guide" ]
109
109
110
+ sn-ose-source-doc :
111
+ id : sn-ose-source-doc
112
+ url : /dev-guide/chapter_9/html/index.html
113
+ title : [ "syslog-ng OSE source code documentation" ]
114
+ open_in_blank : true
115
+
110
116
sn-ose-upgrade :
111
117
id : sn-ose-upgrade
112
118
url : https://syslog-ng.com/blog/upgrading-from-syslog-ng-open-source-to-premium-edition/
@@ -795,7 +801,12 @@ discord-wh-intro:
795
801
id : discord-wh-intro
796
802
url : https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks
797
803
title : [ "Discord: Intro to Webhooks" ]
798
-
804
+
805
+ doxygen-home :
806
+ id : doxygen-home
807
+ url : https://www.doxygen.nl/
808
+ title : [ "Doxygen HomePage" ]
809
+
799
810
ebpf :
800
811
id : ebpf
801
812
url : https://ebpf.io/
Original file line number Diff line number Diff line change @@ -104,3 +104,6 @@ adm-src-wild:
104
104
105
105
adm-src-file :
106
106
aliases : [ "/file(?:\\(\\))? source[s]?/" ]
107
+
108
+ doxygen-home :
109
+ aliases : [ "/[Dd]oxygen/" ]
Original file line number Diff line number Diff line change @@ -327,6 +327,9 @@ admin-guide-nav:
327
327
url : /admin-guide/070_Destinations/030_Elasticsearch-http/000_Batch_mode_and_load_balancing
328
328
- title : " elasticsearch-http() destination options"
329
329
url : /admin-guide/070_Destinations/030_Elasticsearch-http/001_Elasticsearch-http_options
330
+ - title : " elasticsearch-datastream"
331
+ url : /admin-guide/070_Destinations/035_elasticsearch-datastream/README
332
+ subnav :
330
333
- title : " file"
331
334
url : /admin-guide/070_Destinations/040_File/README
332
335
subnav :
@@ -1267,6 +1270,9 @@ dev-guide-nav:
1267
1270
url : /dev-guide/chapter_8/section_4
1268
1271
- title : " Template Function"
1269
1272
url : /dev-guide/chapter_8/section_5
1273
+ - title : " Source code documentation"
1274
+ url : /dev-guide/chapter_9/README
1275
+ subnav :
1270
1276
1271
1277
# doc-guide
1272
1278
doc-guide-nav :
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : Source code documentation
3
+ id : dev-source-doc
4
+ ---
5
+
6
+ We have the {{ site.product.short_name }} [[ source code documentation|sn-ose-source-doc]] generated via Doxygen.
You can’t perform that action at this time.
0 commit comments