From 9f765b333457ed4e9aeedd9c76873b005d6271e7 Mon Sep 17 00:00:00 2001 From: tbshag2 Date: Wed, 19 Jun 2024 18:42:45 +0300 Subject: [PATCH] [update] sidebars updated in the order of pages in guides --- sidebars.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sidebars.js b/sidebars.js index 0f31e09..c63b479 100644 --- a/sidebars.js +++ b/sidebars.js @@ -168,11 +168,12 @@ module.exports = { "guides/initialization", "guides/configuration", "guides/customization", - "guides/stylization", "guides/loading-exporting-data", "guides/localization", + "guides/stylization", + "guides/typescript-support", "guides/working-with-data", - "guides/typescript-support" + ] } ]