From 848f596636144ea07b9b8fc3dbd262645f6112b7 Mon Sep 17 00:00:00 2001 From: Dominik Pschenitschni Date: Wed, 5 Apr 2023 11:36:21 +0000 Subject: [PATCH] feat(docs): change order of sections in nav (#1471) Co-authored-by: Dominik Pschenitschni Reviewed-on: https://kolaente.dev/vikunja/api/pulls/1471 Reviewed-by: konrad Co-authored-by: Dominik Pschenitschni Co-committed-by: Dominik Pschenitschni --- docs/config.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/config.yml b/docs/config.yml index 0f5821733..a71a148c3 100644 --- a/docs/config.yml +++ b/docs/config.yml @@ -54,3 +54,10 @@ menu: - name: Get it Hosted url: https://vikunja.cloud/?utm_source=io&utm_medium=io&utm_campaign=menu weight: 70 + sidebar: + - name: setup + weight: 10 + - name: usage + weight: 20 + - name: development + weight: 30 \ No newline at end of file