@@ -75,19 +75,25 @@ const config = {
7575 // Replace with your project's social card
7676 image : 'img/bpftrace_Full_Logo-Black-Yellow_BG.svg' ,
7777 navbar : {
78- title : 'bpftrace docs ' ,
78+ title : 'bpftrace' ,
7979 logo : {
8080 alt : 'bpftrace Logo' ,
81- // replace with bpftrace svg
8281 src : 'img/bpftrace_Icon-Black-Yellow_BG.svg' ,
82+ href : 'https://bpftrace.org' ,
83+ target : '_self' ,
8384 } ,
8485 items : [
8586 {
86- to : 'https://bpftrace.org/' ,
87- label : 'bpftrace.org' ,
88- target : '_self' , // open external link in current window
87+ to : `${ getLatestVersion ( ) } ` ,
88+ label : 'Docs' ,
8989 position : 'left' ,
9090 } ,
91+ { to : '/blog' , label : 'Blog' , position : 'left' } ,
92+ {
93+ href : 'https://github.com/bpftrace/bpftrace/discussions' ,
94+ label : 'Community Discussions' ,
95+ position : 'left' ,
96+ } ,
9197 {
9298 type : 'docsVersionDropdown' ,
9399 position : 'right' ,
@@ -99,24 +105,6 @@ const config = {
99105 } ,
100106 ] ,
101107 } ,
102- footer : {
103- style : 'dark' ,
104- links : [
105- {
106- title : 'More' ,
107- items : [
108- {
109- label : 'Home' ,
110- to : 'https://bpftrace.org/' ,
111- } ,
112- {
113- label : 'GitHub' ,
114- href : 'https://github.com/bpftrace/bpftrace' ,
115- } ,
116- ] ,
117- } ,
118- ] ,
119- } ,
120108 prism : {
121109 theme : prismThemes . github ,
122110 darkTheme : prismThemes . dracula ,
0 commit comments