Added core concepts to the website, search indexing, and settings
This commit is contained in:
committed by
fabioberger
parent
d16a0f1b56
commit
9d8b2d9e0c
@@ -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} />
|
||||
|
||||
Reference in New Issue
Block a user