diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2022-09-08 12:10:06 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2022-09-13 16:15:59 +0200 |
| commit | 7bec1a7ab414f45fda516dd5b5e48bbe623a50f4 (patch) | |
| tree | 927eee97038a4bdda26bb9a89f673a51eae17b22 /site/docs/tutorials/_category_.json | |
| parent | e3abcf3ebc677a86fbd2c1d2da7241ac6a52595e (diff) | |
feat(site): Add tutorials to OpenDC website
This change adds a new section to the OpenDC website containing
tutorials to experiment with the OpenDC web application.
Diffstat (limited to 'site/docs/tutorials/_category_.json')
| -rw-r--r-- | site/docs/tutorials/_category_.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/site/docs/tutorials/_category_.json b/site/docs/tutorials/_category_.json new file mode 100644 index 00000000..5d3c1ca0 --- /dev/null +++ b/site/docs/tutorials/_category_.json @@ -0,0 +1,9 @@ +{ + "label": "Tutorials", + "position": 3, + "link": { + "type": "generated-index", + "description": "Tutorials demonstrating how to conduct experiments with OpenDC." + + } +} |
