We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 733cc97 commit aa5b230Copy full SHA for aa5b230
frontend/.vscode/settings.json
@@ -63,6 +63,7 @@
63
"dashboard",
64
"deps",
65
"dialog",
66
+ "docs",
67
"en.json",
68
"eslint",
69
"feature-flags",
@@ -88,7 +89,7 @@
88
89
"useStripeProvider",
90
"useWindowSize",
91
"variables.scss",
- "vscode"
92
+ "vscode"
93
],
94
"editor.codeActionsOnSave": {
95
"source.fixAll.eslint": "always"
frontend/layers/products/app/pages/products/api/docs.vue
@@ -2,7 +2,7 @@
2
definePageMeta({
3
layout: 'base',
4
middleware: () => {
5
- return navigateTo('https://bitflyexplorergmbh.mintlify.app/api-reference/', { external: true })
+ return navigateTo('https://docs.beaconcha.in ', { external: true })
6
},
7
})
8
</script>
0 commit comments