From 29f3fd2f2b88b68524e54b9ed00cce5fd6b6c949 Mon Sep 17 00:00:00 2001 From: Dante Niewenhuis Date: Fri, 16 Feb 2024 13:12:26 +0100 Subject: 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. --- site/docs/documentation/_category_.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 site/docs/documentation/_category_.json (limited to 'site/docs/documentation/_category_.json') 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" + } +} -- cgit v1.2.3