Closed sitano closed 1 year ago
An example of tabs doc syntax:
.. tabs::
.. group-tab:: CentOS 7, Ubuntu 16.04/18.04, Debian 8/9
.. code-block:: shell
sudo systemctl stop scylla-server
.. group-tab:: Ubuntu 14.04, Debian 7
.. code-block:: shell
sudo service scylla-server stop
.. group-tab:: Docker
.. code-block:: shell
docker exec -it some-scylla supervisorctl stop scylla
(without stopping *some-scylla* container)
This is the syntax
Note how each tab is indented spacing is "space sensitive"
the code-block directive can be any language and will use syntax highlighting by default.
Closing. Most point are done.
Expected snippets to have:
What we have:
Go-specific:
Thus Go part is missing: 3, 6, 7
Java-specific:
Thus Go part is missing: 5, 6, 7
TODO: