mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 13:33:15 +00:00
doc: add clicmd role for frr cli
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
parent
a4c5392863
commit
2731b07dba
@ -331,3 +331,9 @@ texinfo_documents = [
|
|||||||
|
|
||||||
# If true, do not generate a @detailmenu in the "Top" node's menu.
|
# If true, do not generate a @detailmenu in the "Top" node's menu.
|
||||||
#texinfo_no_detailmenu = False
|
#texinfo_no_detailmenu = False
|
||||||
|
|
||||||
|
# custom extensions here
|
||||||
|
def setup(app):
|
||||||
|
# object type for FRR CLI commands, can be extended to document parent CLI
|
||||||
|
# node later on
|
||||||
|
app.add_object_type('clicmd', 'clicmd')
|
||||||
|
Loading…
Reference in New Issue
Block a user