From 9de01dbe2e1217daabb17bf7a2a6f02c26297314 Mon Sep 17 00:00:00 2001 From: lana-k Date: Fri, 7 Jan 2022 18:46:18 +0100 Subject: [PATCH] sidebar settings --- sidebar.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 sidebar.json diff --git a/sidebar.json b/sidebar.json new file mode 100644 index 0000000..b490e95 --- /dev/null +++ b/sidebar.json @@ -0,0 +1,30 @@ +[{ + "sections": [{ + "title": "For users", + "items": [ + "/docs/", + "/docs/installation/", + "/docs/basic-usage/", + "/docs/multiple-csv-file-import/", + "/docs/manage-inquiries/", + "/docs/export-current-database/", + "/docs/pivot-table/", + "/docs/predefined-inquiries/", + "/docs/diagnostic-information/" + ] + }, + { + "title": "Examples and tutorials", + "items": [ + "/docs/how-to-build-a-pivot-table-in-sq-lite/", + "/docs/how-to-rename-tables-and-columns-after-csv-import/" + ] + }, + { + "title": "For developers", + "items": [ + "/docs/integrate-predefined-inquiries/" + ] + } + ] +}] \ No newline at end of file