Skip to content

Commit

Permalink
added link to docs page in the top bar
Browse files Browse the repository at this point in the history
  • Loading branch information
godfryd committed Nov 19, 2023
1 parent ee3017d commit 7f6fca4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ui/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,13 @@ export class AppComponent implements OnInit, OnDestroy {
},
],
},
{
label: 'Docs',
icon: 'fa-solid fa-book',
url: 'https://kraken.ci/docs',
target: 'blank',
},

]

this.logoutMenuItems = [
Expand Down

0 comments on commit 7f6fca4

Please sign in to comment.