2a34c8b5e6
* begin Docusaurus 2 migration * Need help fixing the broken 'index' * needs further customizing footer if we want * fix README.md * fixed Pages and Sidebar not loading Yeah! * Revert "fixed Pages and Sidebar not loading" This reverts commit b1588387fc89d650b391c5a8883b6100c4714fbd. * Revert "fix README.md" This reverts commit a81509c3c62f11370df40096e55dfd544dad2f87. * Revert "begin Docusaurus 2 migration" This reverts commit 59d59c355b8d2a1a270a5655922d53a0577d6414. * clean move the files for Antonin * fix broken Navbar links * fix wrong GitHub link pointing to Docusaurus href * Fix the edit link for GitHub in top right corner * Copy content from wiki into Technical Reference * Copy pages from wiki for top level Architecture * fix sidebar ordering for Tech * Add colors from our logo into Infima color matrix * add comment about colors * shift primary color by 1 shade in matrix
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'
|
|
]
|
|
},
|
|
};
|
|
|