RandomSec/docs/sidebars.json
Antonin Delpeuch 3d69602003 Flesh out the documentation for the key/value columnize operation.
This is just to get some agreement on the sort of documentation content we are expecting.
Related to #1215.
2020-04-09 14:42:49 +02:00

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"
]
}
}