-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdocs.json
More file actions
209 lines (209 loc) · 7.66 KB
/
docs.json
File metadata and controls
209 lines (209 loc) · 7.66 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
{
"$schema": "https://docs.page/schema.json",
"name": "ReArch",
"description": "Re-imagined approach to application design and architecture",
"logo": {
"light": "https://github.com/GregoryConrad/rearch-docs/blob/main/assets/logo.png?raw=true"
},
"theme": {
"primary": "#7f00ff"
},
"header": {
"showName": false,
"showGitHubCard": false
},
"search": {
"docsearch": {
"appId": "36803VZSV2",
"apiKey": "5df1db524c46ae0d48e32640d85205b8",
"indexName": "rearch-gsconrad"
}
},
"anchors": [
{
"title": "Pub.dev Package",
"icon": "cube",
"href": "https://pub.dev/packages/rearch",
"locale": "en"
},
{
"title": "Crates.io Crate",
"icon": "cube",
"href": "https://crates.io/crates/rearch",
"locale": "en"
},
{
"title": "GitHub (Dart)",
"icon": "github",
"href": "https://github.com/GregoryConrad/rearch-dart",
"locale": "en"
},
{
"title": "GitHub (Rust)",
"icon": "github",
"href": "https://github.com/GregoryConrad/rearch-rs",
"locale": "en"
},
{
"title": "GitHub (Docs)",
"icon": "github",
"href": "https://github.com/GregoryConrad/rearch-docs",
"locale": "en"
},
{
"title": "Discussions + Q&A (Dart)",
"icon": "github",
"href": "https://github.com/gregoryconrad/rearch-dart/discussions",
"locale": "en"
},
{
"title": "Discussions + Q&A (Rust)",
"icon": "github",
"href": "https://github.com/gregoryconrad/rearch-rs/discussions",
"locale": "en"
},
{
"title": "Sponsor Me",
"icon": "hand-holding-dollar",
"href": "https://github.com/sponsors/GregoryConrad",
"locale": "en"
}
],
"sidebar": {
"default": [
{
"pages": [
{ "title": "Overview", "href": "/en/" },
{ "title": "Getting Started", "href": "/en/getting-started" },
{ "title": "FAQs", "href": "/en/faqs" }
]
},
{
"group": "Core Components",
"pages": [
{ "title": "Capsules", "href": "/en/core/capsules" },
{ "title": "Containers", "href": "/en/core/containers" },
{ "title": "Side Effects", "href": "/en/core/effects" }
]
},
{
"group": "Paradigms",
"pages": [
{ "title": "Factories", "href": "/en/paradigms/factories" },
{ "title": "Actions", "href": "/en/paradigms/actions" },
{ "title": "Asynchronous Capsules", "href": "/en/paradigms/async-capsules" },
{ "title": "Warm Up Capsules (Async to Sync)", "href": "/en/paradigms/warm-up-capsules" },
{ "title": "Listeners and Logging", "href": "/en/paradigms/listeners" }
]
},
{
"group": "Snippets",
"pages": [
{ "title": "Testing/Mocks", "href": "/en/snippets/testing-mocks" },
{ "title": "Widgets", "href": "/en/snippets/widgets" },
{ "title": "Scoping State", "href": "/en/snippets/scoping-state" },
{ "title": "Sign In Flow", "href": "/en/snippets/sign-in-flow" },
{ "title": "Infinite Scrolling", "href": "/en/snippets/infinite-scrolling" }
]
},
{
"group": "Side Effect Library",
"pages": [
{ "title": "Rust Effects", "href": "https://docs.rs/rearch-effects/latest/rearch_effects/" },
{ "title": "Dart Effects", "href": "https://pub.dev/documentation/rearch/latest/rearch/BuiltinSideEffects.html" },
{ "title": "Flutter Widget Effects", "href": "https://pub.dev/documentation/flutter_rearch/latest/flutter_rearch/BuiltinWidgetSideEffects.html" }
]
}
],
"en": [
{
"pages": [
{ "title": "Overview", "href": "/" },
{ "title": "Getting Started", "href": "/getting-started" },
{ "title": "FAQs", "href": "/faqs" }
]
},
{
"group": "Core Components",
"pages": [
{ "title": "Capsules", "href": "/core/capsules" },
{ "title": "Containers", "href": "/core/containers" },
{ "title": "Side Effects", "href": "/core/effects" }
]
},
{
"group": "Paradigms",
"pages": [
{ "title": "Factories", "href": "/paradigms/factories" },
{ "title": "Actions", "href": "/paradigms/actions" },
{ "title": "Asynchronous Capsules", "href": "/paradigms/async-capsules" },
{ "title": "Warm Up Capsules (Async to Sync)", "href": "/paradigms/warm-up-capsules" },
{ "title": "Listeners and Logging", "href": "/paradigms/listeners" }
]
},
{
"group": "Snippets",
"pages": [
{ "title": "Testing/Mocks", "href": "/snippets/testing-mocks" },
{ "title": "Widgets", "href": "/snippets/widgets" },
{ "title": "Scoping State", "href": "/snippets/scoping-state" },
{ "title": "Sign In Flow", "href": "/snippets/sign-in-flow" },
{ "title": "Infinite Scrolling", "href": "/snippets/infinite-scrolling" }
]
},
{
"group": "Side Effect Library",
"pages": [
{ "title": "Rust Effects", "href": "https://docs.rs/rearch-effects/latest/rearch_effects/" },
{ "title": "Dart Effects", "href": "https://pub.dev/documentation/rearch/latest/rearch/BuiltinSideEffects.html" },
{ "title": "Flutter Widget Effects", "href": "https://pub.dev/documentation/flutter_rearch/latest/flutter_rearch/BuiltinWidgetSideEffects.html" }
]
}
],
"fa": [
{
"pages": [
{ "title": "مرور کلی", "href": "/" },
{ "title": "شروع به کار", "href": "/getting-started" },
{ "title": "سوالات متداول", "href": "/faqs" }
]
},
{
"group": "اجزای اصلی",
"pages": [
{ "title": "کپسولها", "href": "/core/capsules" },
{ "title": "کانتینرها", "href": "/core/containers" },
{ "title": "افکتهای جانبی", "href": "/core/effects" }
]
},
{
"group": "پارادایمها",
"pages": [
{ "title": "کارخانهها", "href": "/paradigms/factories" },
{ "title": "اقدامات", "href": "/paradigms/actions" },
{ "title": "کپسولهای ناهمگام", "href": "/paradigms/async-capsules" },
{ "title": "کپسولهای گرمکننده (ناهمگام به همگام)", "href": "/paradigms/warm-up-capsules" },
{ "title": "شنوندگان و لاگگیری", "href": "/paradigms/listeners" }
]
},
{
"group": "قطعهکدها",
"pages": [
{ "title": "تست/ماکها", "href": "/snippets/testing-mocks" },
{ "title": "ویجتها", "href": "/snippets/widgets" },
{ "title": "محدود کردن حالت", "href": "/snippets/scoping-state" },
{ "title": "جریان ورود", "href": "/snippets/sign-in-flow" },
{ "title": "اسکرول بینهایت", "href": "/snippets/infinite-scrolling" }
]
},
{
"group": "کتابخانه افکتهای جانبی",
"pages": [
{ "title": "افکتهای جانبی Rust", "href": "https://docs.rs/rearch-effects/latest/rearch_effects/" },
{ "title": "افکتهای جانبی Dart", "href": "https://pub.dev/documentation/rearch/latest/rearch/BuiltinSideEffects.html" },
{ "title": "افکتهای جانبی ویجت Flutter", "href": "https://pub.dev/documentation/flutter_rearch/latest/flutter_rearch/BuiltinWidgetSideEffects.html" }
]
}
]
}
}