|
| 1 | +export const menu = [ |
| 2 | + { |
| 3 | + title: 'Routes', |
| 4 | + text: 'Adding additional routes', |
| 5 | + icon: 'uxf-icon uxf-link', |
| 6 | + link: 'newroute' |
| 7 | + }, |
| 8 | + { |
| 9 | + title: 'Themes', |
| 10 | + text: 'Using Material components & theming', |
| 11 | + icon: 'uxf-icon uxf-background-color', |
| 12 | + link: 'theming' |
| 13 | + }, |
| 14 | + { |
| 15 | + title: 'Settings', |
| 16 | + text: 'Using the Settings Service', |
| 17 | + icon: 'uxf-icon uxf-settings', |
| 18 | + link: 'settings' |
| 19 | + }, |
| 20 | + { |
| 21 | + title: 'Parallelize', |
| 22 | + text: 'Making parallel API requests', |
| 23 | + icon: 'uxf-icon uxf-switch', |
| 24 | + link: 'parallel' |
| 25 | + }, |
| 26 | + { |
| 27 | + title: 'External APIs', |
| 28 | + text: 'Reaching outside your app', |
| 29 | + icon: 'uxf-icon uxf-external-link', |
| 30 | + link: 'external' |
| 31 | + }, |
| 32 | + { |
| 33 | + title: 'XML', |
| 34 | + text: 'Working with bibliographic records in XML', |
| 35 | + icon: 'uxf-icon uxf-code', |
| 36 | + link: 'xml' |
| 37 | + }, |
| 38 | + { |
| 39 | + title: 'Binding', |
| 40 | + text: 'Model binding with REST objects', |
| 41 | + icon: 'uxf-icon uxf-database', |
| 42 | + link: 'bind' |
| 43 | + }, |
| 44 | + { |
| 45 | + title: 'Storage', |
| 46 | + text: 'Using the Store Service', |
| 47 | + icon: 'uxf-icon uxf-clipboard', |
| 48 | + link: 'store' |
| 49 | + }, |
| 50 | + { |
| 51 | + title: 'Translations', |
| 52 | + text: 'Making your app ready for translation', |
| 53 | + icon: 'uxf-icon uxf-globe', |
| 54 | + link: 'translate' |
| 55 | + }, |
| 56 | + { |
| 57 | + title: 'Multi-select', |
| 58 | + text: 'Selecting multiple entities', |
| 59 | + icon: 'uxf-icon uxf-list', |
| 60 | + link: 'multi-select' |
| 61 | + }, |
| 62 | + { |
| 63 | + title: 'Configuration', |
| 64 | + text: 'Using the Configuration Service', |
| 65 | + icon: 'uxf-icon uxf-wrench', |
| 66 | + link: 'configuration' |
| 67 | + }, |
| 68 | + { |
| 69 | + title: 'Style Guide', |
| 70 | + text: 'Following the Style Guide', |
| 71 | + icon: 'uxf-icon uxf-compass', |
| 72 | + link: 'style' |
| 73 | + }, |
| 74 | +] |
0 commit comments