mirror of
https://github.com/Start9Labs/documentation.git
synced 2026-04-01 21:13:10 +00:00
rename all svgs to pngs for proper display
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user