contributing: clear structure

This commit is contained in:
rebortg 2021-09-13 19:45:06 +02:00
parent c2c50708ba
commit e8bd02d5f8
5 changed files with 16 additions and 22 deletions

View File

@ -29,11 +29,6 @@ Kernel
an unexpected delay during manual or boot commit, this may be useful in
identifying bottlenecks. The internal flag is ``VYOS_DEBUG``, and is found
in vyatta-cfg_. Output is directed to ``/var/log/vyatta/cfg-stdout.log``.
In addition this setting creates the runtime debug files for some Live system
components (see below). Those files are: ``/tmp/vyos-config-status``,
``/tmp/vyos.container.debug``, ``/tmp/vyos.frr.debug``,
``/tmp/vyos.ifconfig.debug``.
* ``vyos-config-debug`` - During development, coding errors can lead to a
commit failure on boot, possibly resulting in a failed initialization of the

View File

@ -1,11 +0,0 @@
############
Contributing
############
.. toctree::
:maxdepth: 2
build-vyos
development
issues-features
upstream-packages

View File

@ -2,9 +2,9 @@
.. _documentation:
#############
Documentation
#############
###################
Write Documentation
###################
We encourage every VyOS user to help us improve our documentation as we have
a deficit like most software projects. This not only helps you when reading

View File

@ -39,9 +39,19 @@ VyOS User Guide
:includehidden:
:caption: Development
contributing/index
debugging
testing
contributing/build-vyos
contributing/development
contributing/issues-features
contributing/upstream-packages
contributing/debugging
contributing/testing
.. toctree::
:maxdepth: 2
:includehidden:
:caption: Misc
documentation
coverage
copyright