RandomSec/docs/sidebars.js
allanaaa 95983c4ac0
Updating exploring.md (#3035)
* Updating Exploring, with images

Images still need some trimming. Haven't explained logs yet.

* Typos and minor fixes

* Update exploring.md

* Expanding a bit on records mode

* Adding a caution box

* Log text, link fixes, remove infobox, fix phrasing, etc

* Whoops, missed a bracket

* Expanding the log facet section, thanks @thadguidry

And fixing some date-format information.

* Splitting into three pages

* Expanding on records mode

So helpful that we call it the "key column" in the wiki!

* Updates to all three pages

* Update facets.md

* Update sort/view

* Update exploring.md

* Update exploring.md

* Update exploring.md
2020-09-17 12:25:51 +02:00

38 lines
1.1 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'],
},
'manual/transforming',
'manual/expressions',
'manual/wikidata',
'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',
]
},
};