Skip to content

Commit f60d18b

Browse files
committed
add youtube link + github button to navbar
Signed-off-by: Jess Chitas <36636982+jessicachitas@users.noreply.github.com>
1 parent 8597c69 commit f60d18b

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

docusaurus.config.js

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,11 @@ const config = {
100100
position: "left",
101101
label: "Docs",
102102
},
103-
{ to: "/blog", label: "Blog", position: "left" },
103+
{ to: "https://www.youtube.com/@flightctl", label: "YouTube", position: "left" },
104104
{
105-
href: "https://github.com/flightctl/flightctl/tree/main",
106-
label: "GitHub",
107-
position: "right",
105+
type: 'html',
106+
position: 'right',
107+
value: '<iframe src="https://ghbtns.com/github-btn.html?user=flightctl&repo=flightctl&type=star&count=true&size=large" frameborder="0" scrolling="0" width="170" height="30" title="GitHub Star" style="vertical-align: middle;"></iframe>',
108108
},
109109
],
110110
},
@@ -148,7 +148,8 @@ const config = {
148148
},
149149
{
150150
label: "GitHub",
151-
href: "https://github.com/facebook/docusaurus",
151+
href: "https://github.com/flightctl/flightctl",
152+
icon: "github",
152153
},
153154
],
154155
},

0 commit comments

Comments
 (0)