From fdc3200ef4718eb98bd8a713f956222a9bf85ac9 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Thu, 4 Aug 2022 16:40:44 +0200 Subject: docs: Add initial version of Docusaurus based docs This change updates the repository with a new Docusaurus-based documentation website. This allows us to create our documentation using Markdown, MDX and React. This will serve as the main entry point for users visiting https://opendc.org. The actual OpenDC application will be moved to https://app.opendc.org. --- site/docs/getting-started/_category_.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 site/docs/getting-started/_category_.json (limited to 'site/docs/getting-started/_category_.json') diff --git a/site/docs/getting-started/_category_.json b/site/docs/getting-started/_category_.json new file mode 100644 index 00000000..169f7a27 --- /dev/null +++ b/site/docs/getting-started/_category_.json @@ -0,0 +1,8 @@ +{ + "label": "Getting Started", + "position": 2, + "link": { + "type": "generated-index", + "description": "10 minutes to learn the most important concepts of OpenDC." + } +} -- cgit v1.2.3