RandomSec/docs/sidebars.js

47 lines
1.4 KiB
JavaScript
Raw Normal View History

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/wikidata',
{
type: 'category',
label: 'Expressions',
items: ['manual/expressions', 'manual/grelfunctions'],
},
'manual/exporting',
'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',
'technical-reference/functional-tests'
]
},
};