Add faq tab placeholder

This commit is contained in:
hunicus
2022-03-24 08:55:20 -04:00
parent 77df0c524c
commit 37e2786c5e
3 changed files with 27 additions and 5 deletions

View File

@@ -127,6 +127,10 @@ let routes: Routes = [
path: 'docs/api/:type',
component: DocsComponent
},
{
path: 'docs/faq',
component: DocsComponent
},
{
path: 'docs/api',
redirectTo: 'docs/api/rest'