mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +01:00
fix(docs): dynamic title for docs page
This commit is contained in:
parent
6a3e0ac104
commit
9f9e04c224
3 changed files with 3 additions and 3 deletions
|
|
@ -63,6 +63,7 @@ export class NgxAdminLandingPageComponent implements OnDestroy, OnInit {
|
|||
}),
|
||||
filter(item => item),
|
||||
tap((item: any) => {
|
||||
this.metaDataService.updateTitle(`Nebular - ${item.name}`);
|
||||
this.metaDataService.updateDescription(item.description);
|
||||
}),
|
||||
publishReplay(),
|
||||
|
|
|
|||
|
|
@ -1,8 +1,9 @@
|
|||
[
|
||||
{
|
||||
"checkoutTarget": "gh-pages-deploy-fix",
|
||||
"checkoutTarget": "demo",
|
||||
"name": "demo",
|
||||
"path": "/ngx-admin/",
|
||||
"isCurrent": true
|
||||
}
|
||||
]
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1 @@
|
|||
export const DOCS_DIST = './docs/dist';
|
||||
export const DOCS_OUTPUT = './docs/output.json';
|
||||
export const EXTENSIONS = ['ts', 'html', 'scss'];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue