File tree 1 file changed +10
-3
lines changed
1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -84,11 +84,14 @@ const config = {
84
84
logo : {
85
85
alt : 'bpftrace Logo' ,
86
86
src : 'img/bpftrace_Full_Logo-Black.svg' ,
87
+ href : 'https://bpftrace.org' ,
88
+ target : '_self' ,
87
89
} ,
88
90
items : [
89
91
{
90
92
to : 'https://bpftrace.org/learn' ,
91
93
label : 'Learn' ,
94
+ target : '_self' ,
92
95
position : 'left' ,
93
96
} ,
94
97
{
@@ -105,9 +108,10 @@ const config = {
105
108
position : 'left' ,
106
109
} ,
107
110
{
108
- href : 'https://github.com/bpftrace/bpftrace/discussions' ,
109
- label : 'Discussions' ,
110
- position : 'left' ,
111
+ href : 'https://github.com/bpftrace/bpftrace/discussions' ,
112
+ label : 'Discussions' ,
113
+ target : '_self' ,
114
+ position : 'left' ,
111
115
} ,
112
116
{
113
117
type : 'docsVersionDropdown' ,
@@ -134,6 +138,7 @@ const config = {
134
138
{
135
139
label : 'One-Liner Introduction Tutorial' ,
136
140
to : 'https://bpftrace.org/tutorial-one-liners' ,
141
+ target : '_self' ,
137
142
} ,
138
143
] ,
139
144
} ,
@@ -147,6 +152,7 @@ const config = {
147
152
{
148
153
label : 'Talks' ,
149
154
href : 'https://bpftrace.org/videos' ,
155
+ target : '_self' ,
150
156
} ,
151
157
] ,
152
158
} ,
@@ -156,6 +162,7 @@ const config = {
156
162
{
157
163
label : 'Blog' ,
158
164
to : 'https://bpftrace.org/blog' ,
165
+ target : '_self' ,
159
166
} ,
160
167
{
161
168
label : 'GitHub' ,
You can’t perform that action at this time.
0 commit comments