RandomSec/docs/sidebars.js
allanaaa 5c95539de0
Expressions reorganizing (#3610)
* Expressions reorganizing

Moved GREL basics, Jython/Clojure to separate pages

Fix for https://groups.google.com/g/openrefine/c/Cvsg5IB4KZk

* Promoting some headers

* Fixed link

* Partial fix for #3578

* Add top-level item, fix links

Co-authored-by: Antonin Delpeuch <antonin@delpeuch.eu>
2021-03-15 16:44:34 +01:00

49 lines
1.5 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/wikidata',
{
type: 'category',
label: 'Expressions',
items: ['manual/expressions', 'manual/grel', 'manual/grelfunctions', 'manual/jythonclojure'],
},
'manual/exporting',
'manual/troubleshooting'
],
'GREL Reference': [
'manual/grelfunctions'],
'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'
]
},
};