-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdocuments.json
63 lines (63 loc) · 2.46 KB
/
documents.json
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"documents": [{
"title": "GETTING STARTED",
"url": "https://raw.githubusercontent.com/PrimeDAO/launch-docs/main/docs-md/gettingStarted.md"
},
{
"title": "FAQs",
"url": "https://raw.githubusercontent.com/PrimeDAO/launch-docs/main/docs-md/FAQ.md"
},
{
"title": "HOST A LAUNCH",
"url": "https://raw.githubusercontent.com/PrimeDAO/launch-docs/main/docs-md/hostALaunch.md"
},
{
"title": "SEED LAUNCH",
"url": "https://raw.githubusercontent.com/PrimeDAO/launch-docs/main/docs-md/seedLaunch.md"
},
{
"title": "SEED LAUNCH WALKTHROUGH",
"url": "https://raw.githubusercontent.com/PrimeDAO/launch-docs/main/docs-md/seedWizard.md"
},
{
"title": "LIQUID LAUNCH",
"url": "https://raw.githubusercontent.com/PrimeDAO/launch-docs/main/docs-md/liquidLaunch.md"
},
{
"title": "LIQUID LAUNCH (LPB) WALKTHROUGH",
"url": "https://raw.githubusercontent.com/PrimeDAO/launch-docs/main/docs-md/lbpWizard.md"
},
{
"title": "CONTRIBUTE TO A LAUNCH",
"url": "https://raw.githubusercontent.com/PrimeDAO/launch-docs/main/docs-md/contributeToALaunch.md"
},
{
"title": "PRIME SERVICE PROVIDER PARTNERS",
"url": "https://raw.githubusercontent.com/PrimeDAO/launch-docs/main/docs-md/primeServicePartners.md"
},
{
"title": "Longtail Financial",
"url": "https://raw.githubusercontent.com/PrimeDAO/launch-docs/main/docs-md/longTailFinancial.md"
},
{
"title": "LexDAO",
"url": "https://raw.githubusercontent.com/PrimeDAO/launch-docs/main/docs-md/lexDAO.md"
},
{
"title": "YapDAO",
"url": "https://raw.githubusercontent.com/PrimeDAO/launch-docs/main/docs-md/yapDAO.md"
},
{
"title": "ByteRocket",
"url": "https://raw.githubusercontent.com/PrimeDAO/launch-docs/main/docs-md/byteRocket.md"
},
{
"title": "Bankless Consulting",
"url": "https://raw.githubusercontent.com/PrimeDAO/launch-docs/main/docs-md/banklessConsulting.md"
},
{
"title": "LAUNCH RESOURCES",
"url": "https://raw.githubusercontent.com/PrimeDAO/launch-docs/main/docs-md/launchResources.md"
}
]
}