Skip to content

Commit 6a1edc9

Browse files
authored
Redirect to docs site
1 parent 42c7f83 commit 6a1edc9

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

client/main.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ import Theme from 'lib/theme';
1313
import dark from 'themes/dark';
1414
import View from './main.view';
1515

16+
const DOCS_URL = "https://acode-foundation.github.io/acode-plugin-docs/";
17+
1618
window.onload = async () => {
1719
Theme(dark);
1820
PullToRefresh(app, () => {
@@ -23,7 +25,8 @@ window.onload = async () => {
2325
appName='Acode'
2426
routes={[
2527
{ href: '/faqs', text: 'FAQs' },
26-
{ href: '/plugin-docs', text: 'Plugin Docs' },
28+
//{ href: '/plugin-docs', text: 'Plugin Docs' },
29+
{ href: DOCS_URL, text: 'Plugin Docs' },
2730
{ href: '/plugins', text: 'Plugins' },
2831
{ href: 'https://www.foxbiz.io', text: 'Foxbiz' },
2932
{ href: '/policy', text: 'Privacy policy' },

0 commit comments

Comments
 (0)