rename all svgs to pngs for proper display

This commit is contained in:
Lucy Cifferello
2022-02-07 16:43:55 -07:00
parent 6ba309d885
commit a65ec251fb
159 changed files with 135 additions and 135 deletions

View File

@@ -29,7 +29,7 @@ Config Spec
Overview
========
.. figure:: /_static/images/services/service5.svg
.. figure:: /_static/images/services/service5.png
:width: 80%
:alt: Synapse Config
@@ -42,7 +42,7 @@ This file defines the structure of configuration options your service depends on
The neat part about this file is that each ValueSpec type gets translated into a specific front end component. For instance, boolean values display as a toggle button, such as in the Synapse exmple of ``Enable Registration``.
.. figure:: /_static/images/services/synapseconfig.svg
.. figure:: /_static/images/services/synapseconfig.png
:width: 80%
:alt: Example boolean toggle

View File

@@ -8,7 +8,7 @@ Within each wrapper repository should exist a ``docs`` directory. This folder sh
If an ``instructions.md`` file is included, this markdown formatted file will be rendered in the "Instructions" section within the service page on EmbassyOS:
.. figure:: /_static/images/services/service-instruct.svg
.. figure:: /_static/images/services/service-instruct.png
:width: 80%
:alt: Embassy Pages Instructions

View File

@@ -6,7 +6,7 @@ Properties
The output of this step is a file titled ``stats.yaml``. This file contains a mapping of the values that will be displayed in the ``Properties`` section in a service's menu.
.. figure:: /_static/images/services/service-properties.svg
.. figure:: /_static/images/services/service-properties.png
:width: 80%
:alt: Service Properties