mirror of
https://github.com/falcosecurity/falco.git
synced 2026-03-19 03:06:22 +00:00
19 lines
501 B
Python
19 lines
501 B
Python
DOXYFILE = 'Doxyfile'
|
|
|
|
LINKS_NAVBAR1 = [
|
|
(None, 'pages', [(None, 'about')]),
|
|
(None, 'namespaces', []),
|
|
]
|
|
|
|
# Add your own navbar links using the code below.
|
|
# To find the valid link names, you can inspect the URL of a generated documentation site.
|
|
|
|
# LINKS_NAVBAR1 = [
|
|
# (None, 'pages', [(None, 'about')]),
|
|
# (None, 'namespaces', [(None, 'namespacexyz')]),
|
|
# ]
|
|
#
|
|
# LINKS_NAVBAR2 = [
|
|
# (None, 'annotated', [(None, 'classxyz_1_1_xyz')]),
|
|
# (None, 'files', [(None, 'xyz_8h')]),
|
|
# ] |