Skip to content

Commit c31e118

Browse files
keukoAlex-Welsh
authored andcommitted
Fix lines in documencation [trivial]
Change-Id: I5295bba1e11f84217bb2b28ea4d92cb47812b778
1 parent 67f2756 commit c31e118

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

doc/source/admin/image-building.rst

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,20 @@ To remove a package from that list, say ``locales``, one would do:
301301
An example of this is the Grafana plugins, which are mentioned in the next
302302
section.
303303

304+
Grafana plugins
305+
^^^^^^^^^^^^^^^
306+
307+
Additional Grafana plugins can be installed by adding the plugin name to the
308+
``grafana_plugins_append`` list. Plugins can also be removed by adding the
309+
plugin name to the ``grafana_plugins_remove`` list. Additionally the entire
310+
list can be overridden by setting the ``grafana_plugins_override`` variable.
311+
312+
.. code-block:: ini
313+
314+
grafana_plugins_append:
315+
- grafana-piechart-panel
316+
- vonage-status-panel
317+
304318
Patching customization
305319
----------------------
306320

@@ -354,20 +368,6 @@ in the ``/patches`` directory within the image. This allows you to track
354368
which patches have been applied to each image for debugging or
355369
verification purposes.
356370

357-
Grafana plugins
358-
^^^^^^^^^^^^^^^
359-
360-
Additional Grafana plugins can be installed by adding the plugin name to the
361-
``grafana_plugins_append`` list. Plugins can also be removed by adding the
362-
plugin name to the ``grafana_plugins_remove`` list. Additionally the entire
363-
list can be overridden by setting the ``grafana_plugins_override`` variable.
364-
365-
.. code-block:: ini
366-
367-
grafana_plugins_append:
368-
- grafana-piechart-panel
369-
- vonage-status-panel
370-
371371
Python packages build options
372372
-----------------------------
373373

0 commit comments

Comments
 (0)