Cleanup and file reorganization

This commit is contained in:
Tom Raithel
2017-02-20 19:33:39 +01:00
parent 6cfd53a47a
commit 9f33c7a8ca
30 changed files with 176 additions and 446 deletions

18
common/config.js Normal file
View File

@@ -0,0 +1,18 @@
export const getPageNames = (radar) => {
return [
'index',
'overview',
'help',
'foo/bar',
]
}
const mappings = {
'languages-and-frameworks': 'Languages & Frameworks',
'methods-and-patterns': 'Methods & Patterns',
'platforms-and-aoe-services': 'Platforms and AOE Services',
'tools': 'Tools',
};
const formatRelease = (release) => moment(release, 'YYYY-MM-DD').format('MMM YYYY');