Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.

Use captions for code blocks #34

Closed
berendt opened this issue Feb 22, 2019 · 2 comments
Closed

Use captions for code blocks #34

berendt opened this issue Feb 22, 2019 · 2 comments

Comments

@berendt
Copy link
Member

berendt commented Feb 22, 2019

Before:

* ``environments/configuration.yml``

.. code-block:: yaml

   ---
   [...]
   ##########################
   # hosts

   host_additional_entries:
     external-api.betacloud.xyz: 10.0.3.10

   [...]
   ##########################
   # kolla

   kolla_external_vip_address: 10.0.3.10

After:

.. code-block:: yaml
   :caption: environments/configuration.yml

   ---
   [...]
   ##########################
   # hosts

   host_additional_entries:
     external-api.betacloud.xyz: 10.0.3.10

   [...]
   ##########################
   # kolla

   kolla_external_vip_address: 10.0.3.10
berendt pushed a commit that referenced this issue Feb 22, 2019
muellerbe pushed a commit that referenced this issue Oct 1, 2019
@muellerbe
Copy link

like this?

@berendt
Copy link
Member Author

berendt commented Apr 14, 2022

Closing old and no longer relevant issues.

@berendt berendt closed this as completed Apr 14, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants