From 0571f3e65398759ebfc3732a8dfdb459ae2f1b42 Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Tue, 25 Jun 2024 19:04:18 +0800 Subject: [PATCH] docs: add Android & Windows pages --- docs.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs.json b/docs.json index 9221f82f..bb7ab58a 100644 --- a/docs.json +++ b/docs.json @@ -11,7 +11,11 @@ ["Playground", "https://dartpad.thermion.dev"] ] ], - ["Misc.", [["Contributing", "/contributing"]]] + ["Misc.", [ + ["Windows", "/windows"], + ["Android", "/android"], + ["Contributing", "/contributing"] + ]] ] }