7950d764ff
* Added Cypress tests to OpenRefine * Installed Cypress * Added a few tests to cover basic OR features Y * Enriched langage Tests * Enriched project_create tests * Refactored and enriched undo/redo tests, added extract & apply * Upgraded Cypress to 5.6.0 * Removed the cypress-dot-env plugin, as Cypress now supports nice configuration capabilities * Added UX tests documentation * Improved functional tests documentation, added license and description to tests package.json
45 lines
1.4 KiB
JavaScript
45 lines
1.4 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',
|
|
'technical-reference/functional-tests'
|
|
]
|
|
},
|
|
};
|