From 5f1334660e60d0cf78ce0778c420495cd9a0be64 Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Thu, 27 Jun 2024 21:35:44 +0800 Subject: [PATCH] docs: update docs with sidebar links --- docs.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs.json b/docs.json index bb7ab58a..9708aca6 100644 --- a/docs.json +++ b/docs.json @@ -7,11 +7,12 @@ "Getting Started", [ ["Overview", "/"], - ["Quick Start", "/quickstart"], - ["Playground", "https://dartpad.thermion.dev"] + ["Quick Start", "/quickstart"] ] ], ["Misc.", [ + ["Playground", "https://dartpad.thermion.dev"], + ["Examples", "https://dartpad.thermion.dev"], ["Windows", "/windows"], ["Android", "/android"], ["Contributing", "/contributing"]