ohif-viewer/platform/ui/doczrc.js

16 lines
279 B
JavaScript
Raw Normal View History

export default {
title: '@ohif/ui',
2020-04-04 01:08:34 +02:00
menu: [
'Getting Started',
// COMPONENTS ARE DEFINED JUST TO CUSTOMIZE THEIR SORTING
'General',
2020-04-10 21:47:08 +02:00
'Data Display',
'Feedback',
2020-04-04 01:08:34 +02:00
'Form',
'Navigation',
// 'Other',
],
ignore: ['README.md'],
base: '/ui/',
};