diff options
| author | Dante Niewenhuis <d.niewenhuis@hotmail.com> | 2024-02-16 13:12:26 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-16 13:12:26 +0100 |
| commit | 29f3fd2f2b88b68524e54b9ed00cce5fd6b6c949 (patch) | |
| tree | d5f0f7461de171a149ea3660a9472824d7ab70e1 /site/docs/documentation/_category_.json | |
| parent | 10c47102d6133b86e4c39df96fd25a91010a9864 (diff) | |
Added documentation for input and output (#203)
* Started with a documentation page
* Started with a documentation page
* Added documentation of the input required to run OpenDC, and the output returned by OpenDC to the website.
Diffstat (limited to 'site/docs/documentation/_category_.json')
| -rw-r--r-- | site/docs/documentation/_category_.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/site/docs/documentation/_category_.json b/site/docs/documentation/_category_.json new file mode 100644 index 00000000..0776466b --- /dev/null +++ b/site/docs/documentation/_category_.json @@ -0,0 +1,7 @@ +{ + "label": "Documentation", + "position": 5, + "link": { + "type": "generated-index" + } +} |
