diff options
| author | bozo.kopic <bozo.kopic@gmail.com> | 2017-08-18 15:24:16 +0200 |
|---|---|---|
| committer | bozo.kopic <bozo.kopic@gmail.com> | 2017-08-18 15:24:16 +0200 |
| commit | 6424cbc7cef9185564c5e3574575b4a5e617b9cb (patch) | |
| tree | 82b04cc2e3344a9743d67acf9fce4c6be6e005f5 /docs/schemas.rst | |
| parent | 6e52ded7a8c4e49102f7a10a942f65e4490ea3bd (diff) | |
documentation
Diffstat (limited to 'docs/schemas.rst')
| -rw-r--r-- | docs/schemas.rst | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/schemas.rst b/docs/schemas.rst new file mode 100644 index 0000000..4425ce3 --- /dev/null +++ b/docs/schemas.rst @@ -0,0 +1,19 @@ +JSON Schemas +============ + +.. _project-configuration: + +Project configuration +--------------------- + +.. literalinclude:: ../schemas_json/project.yaml + + +.. _server-configuration: + +Server configuration +-------------------- + +.. literalinclude:: ../schemas_json/server.yaml + +.. literalinclude:: ../schemas_json/logging.yaml |
