We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0b3d62 commit 7dba5c9Copy full SHA for 7dba5c9
2 files changed
docs/src/app/app.component.html
@@ -1,7 +1,7 @@
1
<ng-doc-root>
2
<ng-doc-navbar [leftContent]="leftContent">
3
<ng-template #leftContent>
4
- <h3 style="margin: 0">MyAwesomeDoc</h3>
+ <h3 style="margin: 0">Angularity</h3>
5
</ng-template>
6
</ng-doc-navbar>
7
<ng-doc-sidebar />
docs/src/index.html
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
- <title>Docs</title>
+ <title>Angularity Documents</title>
<base href="/" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
8
<link rel="icon" type="image/x-icon" href="favicon.ico" />
0 commit comments