diff options
author | Quentin Young <qlyoung@qlyoung.net> | 2023-09-28 18:03:28 +0200 |
---|---|---|
committer | Quentin Young <qlyoung@qlyoung.net> | 2023-09-28 18:04:05 +0200 |
commit | b06c593756a02911be17a876f1515126efa7237e (patch) | |
tree | d36417534faaa331d13b13b3dda944450e08a341 /doc/developer | |
parent | doc: couple nbapi doc cleanups (diff) | |
download | frr-b06c593756a02911be17a876f1515126efa7237e.tar.xz frr-b06c593756a02911be17a876f1515126efa7237e.zip |
doc: remove northbound _sidebar definition
This ain't a wiki
But retain the ordering set up in the _sidebar in the RST index
Signed-off-by: Quentin Young <qlyoung@qlyoung.net>
Diffstat (limited to 'doc/developer')
-rw-r--r-- | doc/developer/northbound/_sidebar.rst | 15 | ||||
-rw-r--r-- | doc/developer/northbound/northbound.rst | 14 |
2 files changed, 7 insertions, 22 deletions
diff --git a/doc/developer/northbound/_sidebar.rst b/doc/developer/northbound/_sidebar.rst deleted file mode 100644 index f2bca0bc0..000000000 --- a/doc/developer/northbound/_sidebar.rst +++ /dev/null @@ -1,15 +0,0 @@ -Northbound: -~~~~~~~~~~~ - -- [[Architecture]] -- [[Transactional CLI]] -- [[Retrofitting Configuration Commands]] -- [[Operational data, RPCs and Notifications]] -- [[Plugins - ConfD]] -- [[Plugins: Sysrepo]] -- [[Plugins - Writing Your Own]] -- [[YANG module translator]] -- [[Advanced topics]] -- [[YANG tools]] -- [[Demos]] -- [[Links]] diff --git a/doc/developer/northbound/northbound.rst b/doc/developer/northbound/northbound.rst index c5e30f16c..7dddf0646 100644 --- a/doc/developer/northbound/northbound.rst +++ b/doc/developer/northbound/northbound.rst @@ -7,15 +7,15 @@ Northbound API .. toctree:: :maxdepth: 2 - advanced-topics architecture - demos - links + transactional-cli + retrofitting-configuration-commands operational-data-rpcs-and-notifications plugins-sysrepo + advanced-topics + yang-tools + yang-module-translator + demos + links ppr-basic-test-topology ppr-mpls-basic-test-topology - retrofitting-configuration-commands - transactional-cli - yang-module-translator - yang-tools |