1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-22 14:49:42 +02:00

Move What's New into dedicated page

No longer a modal popup.

Also merged About dialog content.
This commit is contained in:
Harvey Kandola 2018-12-17 10:19:16 +00:00
parent 42db78ce14
commit 0cc83c13c8
8 changed files with 94 additions and 78 deletions

View file

@ -158,6 +158,10 @@ export default Router.map(function () {
path: 'theming'
});
this.route('updates', {
path: 'updates'
});
this.route('not-found', {
path: '/*wildcard'
});