c7b7e26d61
* Docs > Transforming data Cell editing page is up first. Ignore the "overview" page for now. * Add column-editing page * Update docs/docs/manual/cellediting.md Co-authored-by: Tom Morris <tfmorris@gmail.com> * Vairous updates from Tom's comments * Reconciling + Transposing * Mistakes! * Another mistake! * column editing > fetching URLs * Update cellediting.md * Update docs/docs/manual/reconciling.md Co-authored-by: Antonin Delpeuch <antonin@delpeuch.eu> * Move + edit reconciliation page * Update reconciling.md * Update columnediting.md * Edit transposing + fetch error message update + misc formatting * Title fix * Phrasing Co-authored-by: Tom Morris <tfmorris@gmail.com> Co-authored-by: Antonin Delpeuch <antonin@delpeuch.eu>
44 lines
1.3 KiB
JavaScript
44 lines
1.3 KiB
JavaScript
module.exports = {
|
|
docs: {
|
|
'User Manual': [
|
|
'index',
|
|
'manual/installing',
|
|
'manual/running',
|
|
'manual/starting',
|
|
{
|
|
type: 'category',
|
|
label: 'Exploring data',
|
|
items: ['manual/exploring', 'manual/facets', 'manual/sortview'],
|
|
},
|
|
{
|
|
type: 'category',
|
|
label: 'Transforming data',
|
|
items: ['manual/transforming', 'manual/cellediting','manual/columnediting','manual/transposing'],
|
|
},
|
|
'manual/reconciling',
|
|
'manual/expressions',
|
|
'manual/wikidata',
|
|
'manual/expressions',
|
|
'manual/exporting',
|
|
'manual/glossary',
|
|
'manual/troubleshooting'
|
|
],
|
|
'Technical Reference': [
|
|
'technical-reference/technical-reference-index',
|
|
'technical-reference/architecture',
|
|
'technical-reference/openrefine-api',
|
|
'technical-reference/reconciliation-api',
|
|
'technical-reference/suggest-api',
|
|
'technical-reference/data-extension-api',
|
|
'technical-reference/contributing',
|
|
'technical-reference/build-test-run',
|
|
'technical-reference/development-roadmap',
|
|
'technical-reference/version-release-process',
|
|
'technical-reference/homebrew-cask-process',
|
|
'technical-reference/writing-extensions',
|
|
'technical-reference/migrating-older-extensions',
|
|
'technical-reference/translating',
|
|
]
|
|
},
|
|
};
|