48 lines
1.1 KiB
JavaScript
48 lines
1.1 KiB
JavaScript
|
module.exports = {
|
||
|
docs: {
|
||
|
'Getting Started': [
|
||
|
'index',
|
||
|
'manual/install',
|
||
|
'manual/user_data',
|
||
|
'manual/records_mode'
|
||
|
],
|
||
|
'Importing Data': [
|
||
|
'manual/importers/csv',
|
||
|
'manual/importers/json',
|
||
|
'manual/importers/xml'
|
||
|
],
|
||
|
'Operations': [
|
||
|
'manual/operations/transform',
|
||
|
'manual/operations/add_column',
|
||
|
'manual/operations/fill_down',
|
||
|
'manual/operations/blank_down',
|
||
|
'manual/operations/recon',
|
||
|
'manual/operations/key_value_columnize'
|
||
|
],
|
||
|
'Facets': [
|
||
|
'manual/facets/text',
|
||
|
'manual/facets/numeric',
|
||
|
'manual/facets/scatterplot'
|
||
|
],
|
||
|
'Exporters': [
|
||
|
'manual/exporters/csv',
|
||
|
'manual/exporters/gsheets',
|
||
|
'manual/exporters/ods'
|
||
|
],
|
||
|
'GREL': [
|
||
|
'manual/grel/cross',
|
||
|
'manual/grel/facetCount',
|
||
|
'manual/grel/toString'
|
||
|
],
|
||
|
'Technical Reference': [
|
||
|
'tech/architecture',
|
||
|
'tech/techstack',
|
||
|
'tech/server',
|
||
|
'tech/client',
|
||
|
'tech/importing',
|
||
|
'tech/faceted_browsing'
|
||
|
]
|
||
|
},
|
||
|
};
|
||
|
|