Skip to content

Commit

Permalink
Differentiate GitHub navigation labels (Koenkk#1756)
Browse files Browse the repository at this point in the history
* Change docs GitHub nav label

* Use capital H in GitHub
  • Loading branch information
krystof-k authored Dec 12, 2022
1 parent 86f3698 commit 6f4d450
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion navbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export const navbar: NavbarConfig = [
],
},
{
text: 'Github',
text: 'GitHub',
link: 'https://github.com/Koenkk/zigbee2mqtt'
}
]
1 change: 1 addition & 0 deletions vuepress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ const conf = defineUserConfig({

theme: defaultTheme({
repo: 'Koenkk/zigbee2mqtt.io',
repoLabel: 'GitHub (docs)',
docsBranch: isDevelop ? 'develop' : 'master',
editLinkText: '✏ Help to make the docu better and edit this page on Github ✌',
logo: '/logo.png',
Expand Down

0 comments on commit 6f4d450

Please sign in to comment.