clean up network toc (#65264)
This commit is contained in:
parent
a797802d27
commit
b2fc12a29f
5 changed files with 15 additions and 11 deletions
|
@ -56,9 +56,11 @@ Ansible releases a new major release of Ansible approximately three to four time
|
|||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:caption: Ansible for Network Automation
|
||||
:caption: Ansible Network Automation
|
||||
|
||||
network/index
|
||||
network/getting_started/index
|
||||
network/user_guide/index
|
||||
network/dev_guide/index
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
.. _network_developer_guide:
|
||||
|
||||
**************************************
|
||||
Developer Guide for Network Automation
|
||||
**************************************
|
||||
**********************************
|
||||
Network Automation Developer Guide
|
||||
**********************************
|
||||
|
||||
Welcome to the Developer Guide for Ansible Network Automation!
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
.. _network_getting_started:
|
||||
|
||||
***************************************************
|
||||
Getting Started with Ansible for Network Automation
|
||||
***************************************************
|
||||
**********************************
|
||||
Network Automation Getting Started
|
||||
**********************************
|
||||
|
||||
Ansible modules support a wide range of vendors, device types, and actions, so you can manage your entire network with a single automation tool. With Ansible, you can:
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
:orphan:
|
||||
|
||||
.. _network_guide:
|
||||
|
||||
******************************
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
.. _network_advanced:
|
||||
|
||||
***************************************************
|
||||
Advanced Topics with Ansible for Network Automation
|
||||
***************************************************
|
||||
**********************************
|
||||
Network Automation Advanced Topics
|
||||
**********************************
|
||||
|
||||
Once you have mastered the basics of network automation with Ansible, as presented in :ref:`network_getting_started`, use this guide understand platform-specific details, optimization, and troubleshooting tips for Ansible for network automation.
|
||||
|
||||
|
|
Loading…
Reference in a new issue