From 7bec1a7ab414f45fda516dd5b5e48bbe623a50f4 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Thu, 8 Sep 2022 12:10:06 +0200 Subject: 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. --- site/docs/tutorials/_category_.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 site/docs/tutorials/_category_.json (limited to 'site/docs/tutorials/_category_.json') 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." + + } +} -- cgit v1.2.3