update dev docs titles, spacing, properties content

This commit is contained in:
Lucy Cifferello
2022-02-24 14:38:46 -07:00
parent 5583f26384
commit d9088fab5b
15 changed files with 99 additions and 90 deletions

View File

@@ -16,9 +16,18 @@ Due to the fact that config variables are only available when the service is run
.. code:: typescript
:caption: Properties Type
interface Properties {
version: Enum<v1 | v2>,
data: Data,
}
interface Data {
# The key here is an string that describes the property appropriately
<String> : PropertiesString | PropertiesObject
}
interface PropertiesString {
type: 'string'
name: string
@@ -38,7 +47,7 @@ Due to the fact that config variables are only available when the service is run
Example
-------
A good example of the configurator producing the ``stats.yaml`` file can be found `here <https://github.com/Start9Labs/lnd-wrapper/blob/master/configurator/src/main.rs>`_.
An example ``stats.yaml`` file generation can be found `here <https://github.com/Start9Labs/filebrowser-wrapper/blob/master/docker_entrypoint.sh#L15-L30>`__.
.. role:: raw-html(raw)
:format: html