Merge remote-tracking branch 'upstream/development' into website-updates

This commit is contained in:
Fred Carlsen
2019-02-21 13:45:40 +01:00
42 changed files with 655 additions and 103 deletions

View File

@@ -135,7 +135,6 @@ render(
<Route path={WebsitePaths.Portal} component={LazyPortal} />
<Route path={WebsitePaths.FAQ} component={FAQ as any} />
<Route path={WebsitePaths.Wiki} component={Wiki as any} />
<Route
path={`${WebsitePaths.ZeroExJs}/:version?`}
component={LazyZeroExJSDocumentation}