mirror of
https://github.com/lana-k/sqliteviz.git
synced 2026-03-24 23:16:18 +08:00
#130 fix links
This commit is contained in:
71
sidebar.json
71
sidebar.json
@@ -1,35 +1,36 @@
|
||||
[{
|
||||
"sections": [
|
||||
{
|
||||
"title": "For users",
|
||||
"items": [
|
||||
"/docs/",
|
||||
"/docs/installation/",
|
||||
"/docs/basic-usage/",
|
||||
"/docs/multiple-csv-file-import/",
|
||||
"/docs/manage-inquiries/",
|
||||
"/docs/export-current-database/",
|
||||
"/docs/graph/",
|
||||
"/docs/pivot-table/",
|
||||
"/docs/predefined-inquiries/",
|
||||
"/docs/sharing/",
|
||||
"/docs/diagnostic-information/"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Examples and tutorials",
|
||||
"items": [
|
||||
"/docs/how-to-migrate-to-sqliteviz-dot-com/",
|
||||
"/docs/how-to-build-a-pivot-table-in-sq-lite/",
|
||||
"/docs/how-to-rename-tables-and-columns-after-csv-import/",
|
||||
"/docs/how-to-work-with-plotly-interactive-selection/"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "For developers",
|
||||
"items": [
|
||||
"/docs/integrate-predefined-inquiries/"
|
||||
]
|
||||
}
|
||||
]
|
||||
}]
|
||||
[
|
||||
{
|
||||
"sections": [
|
||||
{
|
||||
"title": "For users",
|
||||
"items": [
|
||||
"/docs/",
|
||||
"/docs/installation/",
|
||||
"/docs/basic-usage/",
|
||||
"/docs/multiple-csv-file-import/",
|
||||
"/docs/manage-inquiries/",
|
||||
"/docs/export-current-database/",
|
||||
"/docs/graph/",
|
||||
"/docs/pivot-table/",
|
||||
"/docs/predefined-inquiries/",
|
||||
"/docs/sharing/",
|
||||
"/docs/diagnostic-information/"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Examples and tutorials",
|
||||
"items": [
|
||||
"/docs/how-to-migrate-to-sqliteviz-dot-com/",
|
||||
"/docs/how-to-build-a-pivot-table-in-sq-lite/",
|
||||
"/docs/how-to-rename-tables-and-columns-after-csv-import/",
|
||||
"/docs/how-to-work-with-plotly-interactive-selection/",
|
||||
"/docs/how-to-get-result-set-suitable-for-graph-visualisation/"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "For developers",
|
||||
"items": ["/docs/integrate-predefined-inquiries/"]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user