From ca6ffea29c5da3aa7195ecf8dcfe106dbac1141d Mon Sep 17 00:00:00 2001 From: Sergio <77530549+sergi0g@users.noreply.github.com> Date: Wed, 17 Jul 2024 17:28:05 +0300 Subject: [PATCH] Fix sort order in docs and a typo --- docs/pages/docs/_meta.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/pages/docs/_meta.json b/docs/pages/docs/_meta.json index 5835da7..0323668 100644 --- a/docs/pages/docs/_meta.json +++ b/docs/pages/docs/_meta.json @@ -2,6 +2,15 @@ "index": { "title": "Introduction" }, + "installation": { + "title": "Installation" + }, + "configuration": { + "title": "Configuration" + }, + "usage": { + "title": "Usage" + }, "nightly": { "title": "Using the latest version" }