Merge branch 'opt-show-empty-rings' of https://github.com/PaperCutSoftware/aoe_technology_radar into PaperCutSoftware-opt-show-empty-rings
This commit is contained in:
@@ -20,14 +20,10 @@ export const rings = [
|
||||
|
||||
export type Ring = typeof rings[number]
|
||||
|
||||
// todo: fix
|
||||
export function assetUrl(file: string) {
|
||||
return process.env.PUBLIC_URL + '/' + file;
|
||||
// return `/techradar/assets/${file}`
|
||||
}
|
||||
|
||||
export const getItemPageNames = (items: Item[]) => items.map(item => `${item.quadrant}/${item.name}`);
|
||||
|
||||
export const showEmptyRings = false;
|
||||
|
||||
const messages:{[k: string]: string} = {
|
||||
'languages-and-frameworks': 'Languages & Frameworks',
|
||||
'methods-and-patterns': 'Methods & Patterns',
|
||||
|
||||
Reference in New Issue
Block a user