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