Skip to content

Commit 79473ce

Browse files
authored
Update Dev Docs link in docusaurus config (#132)
* Update Dev Docs link in docusaurus config * Delete docs/validator/exposing-validators-metrics-to-pagoda.md * Add new patterns to mlc_config.json
1 parent ac6e361 commit 79473ce

File tree

3 files changed

+7
-155
lines changed

3 files changed

+7
-155
lines changed

docs/validator/exposing-validators-metrics-to-pagoda.md

Lines changed: 0 additions & 154 deletions
This file was deleted.

website/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ const config = {
9797
position: 'left',
9898
},
9999
{
100-
href: 'https://near.github.io/nearcore/',
100+
href: 'https://docs.near.org/',
101101
label: 'Dev Docs',
102102
position: 'left',
103103
},

website/mlc_config.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
{
44
"pattern": "^https://near-node.zendesk.com"
55
},
6+
{
7+
"pattern": "^https://meteorwallet.app"
8+
},
9+
{
10+
"pattern": "^https://nearblocks.io"
11+
},
612
{
713
"pattern": "^https://twitter.com"
814
}

0 commit comments

Comments
 (0)