mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 02:28:21 +00:00
A couple documentation fixes.
- Move notice index wrapper doc to doc/script-reference -- doc/scripts no longer contains any static documentation because that location will be managed by Bro to generate per-script docs. - :doc: references for generated per-script docs now need the ".bro" suffix. (IMO this is better since it directly mirrors the actual script's file name and can't be confused w/ a package).
This commit is contained in:
parent
96ba5c82a3
commit
7e0864468c
3 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,7 @@ Script Reference
|
|||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
notices
|
||||
proto-analyzers
|
||||
file-analyzers
|
||||
builtins
|
||||
|
|
8
doc/script-reference/notices.rst
Normal file
8
doc/script-reference/notices.rst
Normal file
|
@ -0,0 +1,8 @@
|
|||
|
||||
.. Not nice but I don't find a way to link to the notice index
|
||||
.. directly from the upper level TOC tree.
|
||||
|
||||
Notices
|
||||
=======
|
||||
|
||||
See the `Bro Notice Index <../bro-noticeindex.html>`_.
|
Loading…
Add table
Add a link
Reference in a new issue