ohif-viewer/platform/ui/doczrc.js
2021-07-13 17:44:04 +02:00

19 lines
365 B
JavaScript

export default {
title: '@ohif/ui',
menu: [
'Getting Started',
// COMPONENTS ARE DEFINED JUST TO CUSTOMIZE THEIR SORTING
'General',
'Data Display',
'Feedback',
'Form',
'Navigation',
// 'Other',
],
ignore: ['README.md', 'CHANGELOG.md'],
base: '/',
src: './src',
files: '**/*.{md,markdown,mdx}',
propsParser: false,
};