File tree 1 file changed +16
-23
lines changed
1 file changed +16
-23
lines changed Original file line number Diff line number Diff line change @@ -75,19 +75,30 @@ 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
+ {
92
+ to : '/blog' ,
93
+ label : 'Blog' ,
94
+ position : 'left' ,
95
+ target : '_self' ,
96
+ } ,
97
+ {
98
+ href : 'https://github.com/bpftrace/bpftrace/discussions' ,
99
+ label : 'Community Discussions' ,
100
+ position : 'left' ,
101
+ } ,
91
102
{
92
103
type : 'docsVersionDropdown' ,
93
104
position : 'right' ,
@@ -99,24 +110,6 @@ const config = {
99
110
} ,
100
111
] ,
101
112
} ,
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
113
prism : {
121
114
theme : prismThemes . github ,
122
115
darkTheme : prismThemes . dracula ,
You can’t perform that action at this time.
0 commit comments