Skip to content

Commit cc17028

Browse files
committedJan 10, 2025·
update latest navbar
1 parent 51a58ec commit cc17028

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed
 

‎docusaurus.config.js

+4-3
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,14 @@ const config = {
5050
({
5151
docs: {
5252
routeBasePath: '/',
53-
editUrl: 'https://github.com/bpftrace/bpftrace/',
53+
editUrl: 'https://github.com/bpftrace/bpftrace',
5454
versions: {
5555
current: {
5656
label: 'pre-release',
5757
},
58-
'0.22': {
59-
path: `${getLatestVersion()}`,
58+
'latest': {
59+
path: 'latest',
60+
label: `latest (${getLatestVersion()})`,
6061
},
6162
},
6263
},

0 commit comments

Comments
 (0)