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:
107107 url : https://syslog-ng.github.io/admin-guide/README
108108 title : [ "The syslog-ng OSE Administration Guide" ]
109109
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+
110116sn-ose-upgrade :
111117 id : sn-ose-upgrade
112118 url : https://syslog-ng.com/blog/upgrading-from-syslog-ng-open-source-to-premium-edition/
@@ -795,7 +801,12 @@ discord-wh-intro:
795801 id : discord-wh-intro
796802 url : https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks
797803 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+
799810ebpf :
800811 id : ebpf
801812 url : https://ebpf.io/
Original file line number Diff line number Diff line change @@ -104,3 +104,6 @@ adm-src-wild:
104104
105105adm-src-file :
106106 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:
327327 url : /admin-guide/070_Destinations/030_Elasticsearch-http/000_Batch_mode_and_load_balancing
328328 - title : " elasticsearch-http() destination options"
329329 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 :
330333 - title : " file"
331334 url : /admin-guide/070_Destinations/040_File/README
332335 subnav :
@@ -1267,6 +1270,9 @@ dev-guide-nav:
12671270 url : /dev-guide/chapter_8/section_4
12681271 - title : " Template Function"
12691272 url : /dev-guide/chapter_8/section_5
1273+ - title : " Source code documentation"
1274+ url : /dev-guide/chapter_9/README
1275+ subnav :
12701276
12711277# doc-guide
12721278doc-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