Refactor techradar to subfolder
This commit is contained in:
@@ -5,6 +5,10 @@ export const quadrants = [
|
||||
'tools',
|
||||
];
|
||||
|
||||
export function assetUrl(file) {
|
||||
return `/techradar/assets/${file}`
|
||||
}
|
||||
|
||||
export const getPageNames = (radar) => {
|
||||
return [
|
||||
'index',
|
||||
|
||||
@@ -27,7 +27,7 @@ export const jsPath = (...pathInSrc) => (
|
||||
);
|
||||
|
||||
export const distPath = (...pathInDist) => (
|
||||
relativePath('dist', ...pathInDist)
|
||||
relativePath('dist', 'techradar', ...pathInDist)
|
||||
);
|
||||
|
||||
export const getAllMarkdownFiles = (folder) => (
|
||||
|
||||
Reference in New Issue
Block a user