3d69602003
This is just to get some agreement on the sort of documentation content we are expecting. Related to #1215.
39 lines
751 B
JSON
39 lines
751 B
JSON
{
|
|
"docs": {
|
|
"Getting Started": [
|
|
"index",
|
|
"install",
|
|
"user_data",
|
|
"records_mode"
|
|
],
|
|
"Importing Data": [
|
|
"importers/csv",
|
|
"importers/json",
|
|
"importers/xml"
|
|
],
|
|
"Operations": [
|
|
"operations/transform",
|
|
"operations/add_column",
|
|
"operations/fill_down",
|
|
"operations/blank_down",
|
|
"operations/recon",
|
|
"operations/key_value_columnize"
|
|
],
|
|
"Facets": [
|
|
"facets/text",
|
|
"facets/numeric",
|
|
"facets/scatterplot"
|
|
],
|
|
"Exporters": [
|
|
"exporters/csv",
|
|
"exporters/gsheets",
|
|
"exporters/ods"
|
|
],
|
|
"GREL": [
|
|
"grel/cross",
|
|
"grel/facetCount",
|
|
"grel/toString"
|
|
]
|
|
}
|
|
}
|