diff options
| author | Christian Hopps <chopps@labn.net> | 2023-06-19 04:57:48 -0400 | 
|---|---|---|
| committer | Christian Hopps <chopps@labn.net> | 2023-06-19 18:13:37 -0400 | 
| commit | a552543640f3558199aebb79cc823d189dfcd083 (patch) | |
| tree | a37db6798be28a011429d0f08b8f68829240c8af /doc/subdir.am | |
| parent | 0fb16305200113a92e3862e05d6833217f935211 (diff) | |
doc: start of mgmtd developer doc
- docs on how to convert daemon to mgmtd and some diagrams
- and a fix for code-block in cspf.rst
Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to 'doc/subdir.am')
| -rw-r--r-- | doc/subdir.am | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/subdir.am b/doc/subdir.am index a1297a4f81..2795326d9b 100644 --- a/doc/subdir.am +++ b/doc/subdir.am @@ -99,6 +99,10 @@ EXTRA_DIST += \  	doc/mpls/ospfd.conf \  	doc/mpls/cli_summary.txt \  	doc/mpls/opaque_lsa.txt \ +	doc/figures/cli-change-client.drawio \ +	doc/figures/cli-change-client.svg \ +	doc/figures/cli-change-mgmtd.drawio \ +	doc/figures/cli-change-mgmtd.svg \  	doc/figures/cligraph.png \  	doc/figures/cligraph.svg \  	doc/figures/fig-normal-processing.dia \  | 
