Added core concepts to the website, search indexing, and settings

This commit is contained in:
Piotr Janosz
2019-07-31 20:32:41 +02:00
committed by fabioberger
parent d16a0f1b56
commit 9d8b2d9e0c
12 changed files with 327 additions and 16 deletions

View File

@@ -221,6 +221,7 @@ render(
component={LazyAssetSwapperDocumentation}
/>
<Route path={`${WebsitePaths.Docs}/:type/:page`} component={DocsPage as any} />
<Route exact={true} path={WebsitePaths.DocsCoreConcepts} component={DocsPage as any} />
<Route exact={true} path={WebsitePaths.DocsGuides} component={DocsGuides as any} />
<Route exact={true} path={WebsitePaths.DocsTools} component={DocsTools as any} />
<Route exact={true} path={WebsitePaths.Docs} component={DocsHome as any} />