-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathsidebarsStargazer.js
47 lines (47 loc) · 1.31 KB
/
sidebarsStargazer.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
module.exports = {
docs: [
{ type: "autogenerated", dirName: "." },
{
type: "category",
label: "Resources",
collapsed: false,
items: [
{
type: "link",
label: "Stargazer Github",
href: "https://github.com/StardustCollective/stargazer-wallet-ext",
},
{
type: "link",
label: "Stargazer Connector Github",
href: "https://github.com/StardustCollective/stargazer-wallet-connector",
},
{
type: "link",
label: "Stargazer Demos Github",
href: "https://github.com/StardustCollective/stargazer-wallet-demos",
},
{
type: "link",
label: "Stargazer Chrome",
href: "https://chrome.google.com/webstore/detail/stargazer-wallet/pgiaagfkgcbnmiiolekcfmljdagdhlcm",
},
{
type: "link",
label: "Stargazer Android",
href: "https://play.google.com/store/apps/details?id=com.stargazer",
},
{
type: "link",
label: "Stargazer iOS",
href: "https://apps.apple.com/us/app/stargazer-wallet/id1612326452",
},
{
type: "link",
label: "EIP-1193",
href: "https://eips.ethereum.org/EIPS/eip-1193",
},
],
},
],
};