diff options
Diffstat (limited to 'docs/contributing')
-rw-r--r-- | docs/contributing/documentation.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/contributing/documentation.rst b/docs/contributing/documentation.rst index 1cf93313..5714fb00 100644 --- a/docs/contributing/documentation.rst +++ b/docs/contributing/documentation.rst @@ -186,6 +186,17 @@ descriptive way in the resulting HTML/PDF manual. Display all known ARP table entries spanning accross all interfaces +vytask +"""""" + +When referencing to VyOS Phabricator Tasks, there is a custom Spinx Markup +command called ``vytask`` which automatically reners to a proper Phabricator +URL. This is heavily used in the :ref:`release-notes` section. + +.. code-block:: none + + * :vytask:`T1605` Fixed regression in L2TP/IPsec server + * :vytask:`T1613` Netflow/sFlow captures IPv6 traffic correctly .. _Sphinx-doc: https://www.sphinx-doc.org |