Skip to content

Commit

Permalink
toc hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
natenka committed Jul 13, 2022
1 parent 773d32f commit 9a75bdd
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 62 deletions.
1 change: 1 addition & 0 deletions docs/source/book/01_basics/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ Ansible:

.. toctree::
:maxdepth: 1
:hidden:

install
inventory
Expand Down
1 change: 1 addition & 0 deletions docs/source/book/02_playbook_basics/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Playbook (файл сценариев) — это файл, в котором о

.. toctree::
:maxdepth: 1
:hidden:

README
variables
Expand Down
1 change: 1 addition & 0 deletions docs/source/book/03_network_os_modules/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ IOS:

.. toctree::
:maxdepth: 1
:hidden:

ios_command
ios_facts
Expand Down
1 change: 1 addition & 0 deletions docs/source/book/03_network_os_modules/ios_config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@

.. toctree::
:maxdepth: 1
:hidden:

ios_config_lines
ios_config_parents
Expand Down
1 change: 1 addition & 0 deletions docs/source/book/04_network_resource_modules/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

.. toctree::
:maxdepth: 1
:hidden:

get_resources
interfaces
Expand Down
1 change: 1 addition & 0 deletions docs/source/book/05_network_cli_modules/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

.. toctree::
:maxdepth: 1
:hidden:

cli_command
cli_config
Expand Down
1 change: 1 addition & 0 deletions docs/source/book/06_parsing_output/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

.. toctree::
:maxdepth: 1
:hidden:

ntc_ansible
further_reading
1 change: 1 addition & 0 deletions docs/source/book/07_playbooks/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@

.. toctree::
:maxdepth: 1
:hidden:

handlers.rst
include.rst
Expand Down
1 change: 1 addition & 0 deletions docs/source/book/08_useful_modules/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

.. toctree::
:maxdepth: 1
:hidden:

template.rst
set_fact.rst
Expand Down
59 changes: 0 additions & 59 deletions docs/source/contents.rst

This file was deleted.

17 changes: 14 additions & 3 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@
:http-equiv=Content-Type: text/html; charset=utf-8


Ansible для сетевых инженеров
=============================
Основы Ansible 2.9 для сетевых инженеров
========================================

.. warning::

Книга в процессе написания!
Книга не обновляется и не дописывается! Используется версия Ansible 2.9.
`По некоторым темам есть видео лекции <https://www.youtube.com/playlist?list=PLah0HUih_ZRnuI_K5-GV4FdAO9dVkRIGF>`__.


Ansible - это система управления конфигурациями. Ansible позволяет
автоматизировать и упростить настройку, обслуживание и развертывание
Expand Down Expand Up @@ -49,6 +51,7 @@ Ansible. Связано это с тем, что Ansible не требует у

.. toctree::
:maxdepth: 2
:hidden:

book/01_basics/index.rst
book/02_playbook_basics/index.rst
Expand All @@ -57,3 +60,11 @@ Ansible. Связано это с тем, что Ansible не требует у
book/05_network_cli_modules/index.rst
book/06_parsing_output/index.rst
book/07_playbooks/index.rst

.. toctree::
:caption: Ресурсы
:maxdepth: 1
:hidden:

Задания, примеры кода <https://github.com/natenka/pyneng-examples-exercises/>
Запись лекций по Ansible 2.9 <https://www.youtube.com/playlist?list=PLah0HUih_ZRnuI_K5-GV4FdAO9dVkRIGF>

0 comments on commit 9a75bdd

Please sign in to comment.