@@ -48,22 +48,6 @@ const config = {
48
48
'classic' ,
49
49
/** @type {import('@docusaurus/preset-classic').Options } */
50
50
( {
51
- docs : {
52
- routeBasePath : '/' ,
53
- editUrl : 'https://github.com/bpftrace/bpftrace' ,
54
- versions : {
55
- current : {
56
- label : 'pre-release' ,
57
- } ,
58
- 'latest' : {
59
- path : 'latest' ,
60
- label : `latest (${ getLatestVersion ( ) } )` ,
61
- } ,
62
- '0.22' : {
63
- banner : 'none' ,
64
- } ,
65
- } ,
66
- } ,
67
51
blog : false ,
68
52
theme : {
69
53
customCss : './src/css/custom.css' ,
@@ -87,90 +71,11 @@ const config = {
87
71
href : 'https://bpftrace.org' ,
88
72
target : '_self' ,
89
73
} ,
90
- items : [
91
- {
92
- to : 'https://bpftrace.org/learn' ,
93
- label : 'Learn' ,
94
- target : '_self' ,
95
- position : 'left' ,
96
- } ,
97
- {
98
- to : `${ getLatestVersion ( ) } ` ,
99
- label : 'Docs' ,
100
- target : '_self' , // open external link in current window
101
- position : 'left' ,
102
- className : 'navbar__link--active' ,
103
- } ,
104
- {
105
- to : 'https://bpftrace.org/blog' ,
106
- label : 'Blog' ,
107
- target : '_self' ,
108
- position : 'left' ,
109
- } ,
110
- {
111
- href : 'https://github.com/bpftrace/bpftrace/discussions' ,
112
- label : 'Discussions' ,
113
- target : '_self' ,
114
- position : 'left' ,
115
- } ,
116
- {
117
- type : 'docsVersionDropdown' ,
118
- position : 'right' ,
119
- } ,
120
- {
121
- href : 'https://github.com/bpftrace/bpftrace' ,
122
- label : 'GitHub' ,
123
- position : 'right' ,
124
- } ,
125
- ] ,
74
+ items : [ ] ,
126
75
} ,
127
76
footer : {
128
77
style : 'dark' ,
129
- links : [
130
- {
131
- title : 'Docs + Tutorials' ,
132
- items : [
133
- {
134
- label : 'Documentation' ,
135
- to : `${ getLatestVersion ( ) } ` ,
136
- target : '_self' ,
137
- } ,
138
- {
139
- label : 'One-Liner Introduction Tutorial' ,
140
- to : 'https://bpftrace.org/tutorial-one-liners' ,
141
- target : '_self' ,
142
- } ,
143
- ] ,
144
- } ,
145
- {
146
- title : 'Community' ,
147
- items : [
148
- {
149
- label : 'IRC' ,
150
- href : 'https://webchat.oftc.net/?nick=&channels=%23bpftrace' ,
151
- } ,
152
- {
153
- label : 'Talks' ,
154
- href : 'https://bpftrace.org/videos' ,
155
- target : '_self' ,
156
- } ,
157
- ] ,
158
- } ,
159
- {
160
- title : 'More' ,
161
- items : [
162
- {
163
- label : 'Blog' ,
164
- to : 'https://bpftrace.org/blog' ,
165
- target : '_self' ,
166
- } ,
167
- {
168
- label : 'GitHub' ,
169
- href : 'https://github.com/bpftrace/bpftrace' ,
170
- } ,
171
- ] ,
172
- } ,
173
- ] ,
78
+ links : [ ] ,
174
79
copyright : `Copyright © 2019 Alastair Robertson.` ,
175
80
} ,
176
81
prism : {
0 commit comments