Skip to content

Commit 9f4455c

Browse files
committed
docs: change revision style
1 parent e14f179 commit 9f4455c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

apps/website/docusaurus.config.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,17 @@ module.exports = {
3737
respectPrefersColorScheme: true
3838
},
3939
navbar: {
40-
title: 'webshell' + ' v' + webshellJson.version,
40+
title: 'webshell',
4141
logo: {
4242
alt: 'Formidable WebView Logo',
4343
src: 'img/logo.svg'
4444
},
4545
items: [
46+
{
47+
href: `https://github.com/formidable-webview/webshell/releases/tag/v${webshellJson.version}`,
48+
label: webshellJson.version,
49+
position: 'left'
50+
},
4651
{
4752
to: 'docs/',
4853
activeBasePath: 'docs',

0 commit comments

Comments
 (0)