Skip to content

Commit db9e8b0

Browse files
committed
Add website link
1 parent 6cc1ed1 commit db9e8b0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

website/docusaurus.config.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module.exports = {
77
favicon: 'img/favicon.svg',
88
organizationName: 'marcusolsson', // Usually your GitHub org/user name.
99
projectName: 'grafana-json-datasource', // Usually your repo name.
10-
scripts: [{src: 'https://plausible.io/js/plausible.js', defer: true, 'data-domain': 'marcus.se.net'}],
10+
scripts: [{ src: 'https://plausible.io/js/plausible.js', defer: true, 'data-domain': 'marcus.se.net' }],
1111
themeConfig: {
1212
navbar: {
1313
title: 'JSON API Data Source for Grafana',
@@ -26,6 +26,11 @@ module.exports = {
2626
label: 'Marketplace',
2727
position: 'right',
2828
},
29+
{
30+
href: 'https://marcus.se.net',
31+
label: 'Who am I?',
32+
position: 'right',
33+
},
2934
],
3035
},
3136
footer: {

0 commit comments

Comments
 (0)