mirror of
https://github.com/lana-k/sqliteviz.git
synced 2026-02-04 15:38:55 +08:00
#130 fix links
This commit is contained in:
2
Graph.md
2
Graph.md
@@ -207,6 +207,6 @@ clicking `Start`/`Stop` button.
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
[1]: ./How-to-get-result-set-suitable-for-graph-visualisation
|
[1]: ../How-to-get-result-set-suitable-for-graph-visualisation
|
||||||
[2]: https://www.w3.org/TR/css-color-4/#named-colors
|
[2]: https://www.w3.org/TR/css-color-4/#named-colors
|
||||||
[3]: https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0098679
|
[3]: https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0098679
|
||||||
|
|||||||
11
sidebar.json
11
sidebar.json
@@ -1,4 +1,5 @@
|
|||||||
[{
|
[
|
||||||
|
{
|
||||||
"sections": [
|
"sections": [
|
||||||
{
|
{
|
||||||
"title": "For users",
|
"title": "For users",
|
||||||
@@ -22,14 +23,14 @@
|
|||||||
"/docs/how-to-migrate-to-sqliteviz-dot-com/",
|
"/docs/how-to-migrate-to-sqliteviz-dot-com/",
|
||||||
"/docs/how-to-build-a-pivot-table-in-sq-lite/",
|
"/docs/how-to-build-a-pivot-table-in-sq-lite/",
|
||||||
"/docs/how-to-rename-tables-and-columns-after-csv-import/",
|
"/docs/how-to-rename-tables-and-columns-after-csv-import/",
|
||||||
"/docs/how-to-work-with-plotly-interactive-selection/"
|
"/docs/how-to-work-with-plotly-interactive-selection/",
|
||||||
|
"/docs/how-to-get-result-set-suitable-for-graph-visualisation/"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "For developers",
|
"title": "For developers",
|
||||||
"items": [
|
"items": ["/docs/integrate-predefined-inquiries/"]
|
||||||
"/docs/integrate-predefined-inquiries/"
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}]
|
|
||||||
|
|||||||
Reference in New Issue
Block a user