-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.json
More file actions
85 lines (85 loc) · 3.56 KB
/
docs.json
File metadata and controls
85 lines (85 loc) · 3.56 KB
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"categories": {
"main": {
"title": "Main Resources",
"commands": ["home", "docs", "framework"],
"links": {
"TRMNL Website": "https://usetrmnl.com",
"Documentation": "https://docs.usetrmnl.com",
"Framework": "https://usetrmnl.com/framework",
"Integrations": "https://usetrmnl.com/integrations"
}
},
"blog": {
"title": "Blog & Updates",
"commands": ["news", "updates"],
"links": {
"Town Hall": "https://usetrmnl.com/blog/town-hall",
"Design System": "https://usetrmnl.com/blog/design-system",
"Developer Edition": "https://usetrmnl.com/blog/developer-edition",
"Batch 1 Update": "https://usetrmnl.com/blog/batch-1-sold-out"
}
},
"legal": {
"title": "Legal Information",
"commands": ["privacy", "terms"],
"links": {
"Privacy Policy": "https://usetrmnl.com/privacy",
"Terms of Service": "https://usetrmnl.com/terms"
}
},
"diy": {
"title": "DIY TRMNL",
"commands": ["diy"],
"links": {
"Introduction": "https://docs.usetrmnl.com/go/diy/introduction",
"BYOD": "https://docs.usetrmnl.com/go/diy/byod",
"BYOD/S": "https://docs.usetrmnl.com/go/diy/byod-s",
"BYOS": "https://docs.usetrmnl.com/go/diy/byos"
}
}
},
"docs": {
"home": {
"title": "TRMNL Resources",
"content": "**Main TRMNL Resources:**\n- Official website with product information\n- Complete documentation\n- Framework and design system\n- Integration guides and tools",
"links": {
"Website": "https://usetrmnl.com",
"Documentation": "https://docs.usetrmnl.com"
}
},
"framework": {
"title": "TRMNL Framework",
"content": "**TRMNL Framework:**\n- Design system components\n- Development tools and utilities\n- Integration guidelines\n- Best practices and examples",
"links": {
"Framework Documentation": "https://usetrmnl.com/framework"
}
},
"news": {
"title": "Latest Updates",
"content": "**Recent TRMNL News:**\n- Batch 1 has sold out\n- Developer Edition announcement\n- Design System launch\n- Town Hall meeting updates",
"links": {
"Latest Update": "https://usetrmnl.com/blog/batch-1-sold-out",
"Developer Edition": "https://usetrmnl.com/blog/developer-edition",
"Design System Blog": "https://usetrmnl.com/blog/design-system"
}
},
"privacy": {
"title": "Privacy Information",
"content": "**Privacy & Data Protection:**\n- Data collection policies\n- User privacy protections\n- Data handling practices\n- Privacy rights and controls",
"links": {
"Privacy Policy": "https://usetrmnl.com/privacy"
}
},
"diy": {
"title": "DIY TRMNL",
"content": "**LOREM IPSUM",
"links": {
"Introduction": "https://docs.usetrmnl.com/go/diy/introduction",
"BYOD": "https://docs.usetrmnl.com/go/diy/byod",
"BYOD/S": "https://docs.usetrmnl.com/go/diy/byod-s",
"BYOS": "https://docs.usetrmnl.com/go/diy/byos"
}
}
}
}