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/docusaurus.config.js | |
| 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/docusaurus.config.js')
| -rw-r--r-- | site/docusaurus.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docusaurus.config.js b/site/docusaurus.config.js index 0074093e..659c6b4e 100644 --- a/site/docusaurus.config.js +++ b/site/docusaurus.config.js @@ -42,7 +42,7 @@ const config = { plugins: [ [ "content-docs", - /** @type {import("@docusaurus/plugin-content-docs").Options} */ + // /** @type {import("@docusaurus/plugin-content-docs").Options} */ ({ id: "community", path: "community", |
