@@ -75,19 +75,25 @@ const config = {
75
75
// Replace with your project's social card
76
76
image : 'img/bpftrace_Full_Logo-Black-Yellow_BG.svg' ,
77
77
navbar : {
78
- title : 'bpftrace docs ' ,
78
+ title : 'bpftrace' ,
79
79
logo : {
80
80
alt : 'bpftrace Logo' ,
81
- // replace with bpftrace svg
82
81
src : 'img/bpftrace_Icon-Black-Yellow_BG.svg' ,
82
+ href : 'https://bpftrace.org' ,
83
+ target : '_self' ,
83
84
} ,
84
85
items : [
85
86
{
86
- to : 'https://bpftrace.org/' ,
87
- label : 'bpftrace.org' ,
88
- target : '_self' , // open external link in current window
87
+ to : `${ getLatestVersion ( ) } ` ,
88
+ label : 'Docs' ,
89
89
position : 'left' ,
90
90
} ,
91
+ { to : '/blog' , label : 'Blog' , position : 'left' } ,
92
+ {
93
+ href : 'https://github.com/bpftrace/bpftrace/discussions' ,
94
+ label : 'Community Discussions' ,
95
+ position : 'left' ,
96
+ } ,
91
97
{
92
98
type : 'docsVersionDropdown' ,
93
99
position : 'right' ,
@@ -99,24 +105,6 @@ const config = {
99
105
} ,
100
106
] ,
101
107
} ,
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
- } ,
120
108
prism : {
121
109
theme : prismThemes . github ,
122
110
darkTheme : prismThemes . dracula ,
0 commit comments