ohif-viewer/platform/ui/doczrc.js
Erik Ziegler 22656307ea chore: Switch to monorepo setup for Netlify deploys
- fix font duplications, removed some unused webpack settings
2021-06-16 13:52:56 -04:00

16 lines
276 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'],
base: '/',
};