Refactor techradar to subfolder

This commit is contained in:
Mathias Schopmans
2017-04-04 18:10:44 +02:00
parent 461c4e7dda
commit 1323610982
11 changed files with 23 additions and 14 deletions

View File

@@ -5,6 +5,10 @@ export const quadrants = [
'tools',
];
export function assetUrl(file) {
return `/techradar/assets/${file}`
}
export const getPageNames = (radar) => {
return [
'index',

View File

@@ -27,7 +27,7 @@ export const jsPath = (...pathInSrc) => (
);
export const distPath = (...pathInDist) => (
relativePath('dist', ...pathInDist)
relativePath('dist', 'techradar', ...pathInDist)
);
export const getAllMarkdownFiles = (folder) => (