git0 0.2.5 → 0.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bun.lock +159 -0
- package/docs/404.html +2 -2
- package/docs/Footer/index.html +2 -2
- package/docs/assets/js/{22dd74f7.5e857962.js → 22dd74f7.040a4546.js} +1 -1
- package/docs/assets/js/4a829dc8.10d7db0a.js +1 -0
- package/docs/assets/js/{main.c71c09a5.js → main.6b27aee7.js} +2 -2
- package/docs/assets/js/{runtime~main.ef55418f.js → runtime~main.5c54c19c.js} +1 -1
- package/docs/functions/globals/index.html +18 -27
- package/docs/functions/index.html +2 -2
- package/docs/index.html +2 -2
- package/docs/lunr-index-1749612068805.json +1 -0
- package/docs/lunr-index.json +1 -1
- package/docs/search-doc-1749612068805.json +1 -0
- package/docs/search-doc.json +1 -1
- package/docs-config/.docusaurus/DONT-EDIT-THIS-FOLDER +5 -0
- package/docs-config/.docusaurus/client-manifest.json +247 -0
- package/docs-config/.docusaurus/client-modules.js +8 -0
- package/docs-config/.docusaurus/codeTranslations.json +1 -0
- package/docs-config/.docusaurus/docusaurus-lunr-search/default/__plugin.json +4 -0
- package/docs-config/.docusaurus/docusaurus-plugin-content-docs/default/__mdx-loader-dependency.json +1 -0
- package/docs-config/.docusaurus/docusaurus-plugin-content-docs/default/__plugin.json +4 -0
- package/docs-config/.docusaurus/docusaurus-plugin-content-docs/default/p/index-466.json +1 -0
- package/docs-config/.docusaurus/docusaurus-plugin-content-docs/default/site-src-functions-globals-md-4a8.json +19 -0
- package/docs-config/.docusaurus/docusaurus-plugin-content-docs/default/site-src-functions-index-md-c3a.json +19 -0
- package/docs-config/.docusaurus/docusaurus-plugin-content-docs/default/site-src-index-md-d14.json +21 -0
- package/docs-config/.docusaurus/docusaurus-plugin-content-pages/default/__plugin.json +4 -0
- package/docs-config/.docusaurus/docusaurus-plugin-google-gtag/default/__plugin.json +4 -0
- package/docs-config/.docusaurus/docusaurus.config.mjs +385 -0
- package/docs-config/.docusaurus/globalData.json +60 -0
- package/docs-config/.docusaurus/i18n.json +17 -0
- package/docs-config/.docusaurus/lunr.client.js +5 -0
- package/docs-config/.docusaurus/registry.js +14 -0
- package/docs-config/.docusaurus/routes.js +55 -0
- package/docs-config/.docusaurus/routesChunkNames.json +41 -0
- package/docs-config/.docusaurus/site-metadata.json +51 -0
- package/docs-config/.docusaurus/site-storage.json +4 -0
- package/docs-config/bun.lock +6139 -0
- package/docs-config/config/customize-docs.js +1 -1
- package/docs-config/src/functions/globals.md +25 -79
- package/docs-config/tsconfig.json +1 -1
- package/package.json +10 -7
- package/src/git0.js +380 -0
- package/src/github-api.js +473 -0
- package/docs/assets/js/4a829dc8.728a4445.js +0 -1
- package/docs/lunr-index-1749601667754.json +0 -1
- package/docs/search-doc-1749601667754.json +0 -1
- package/docs-config/tailwind.config.js +0 -13
- package/git0.js +0 -646
- /package/docs/assets/js/{main.c71c09a5.js.LICENSE.txt → main.6b27aee7.js.LICENSE.txt} +0 -0
|
@@ -0,0 +1,385 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* AUTOGENERATED - DON'T EDIT
|
|
3
|
+
* Your edits in this file will be overwritten in the next build!
|
|
4
|
+
* Modify the docusaurus.config.js file at your site's root instead.
|
|
5
|
+
*/
|
|
6
|
+
export default {
|
|
7
|
+
"future": {
|
|
8
|
+
"v4": {
|
|
9
|
+
"removeLegacyPostBuildHeadAttribute": false,
|
|
10
|
+
"useCssCascadeLayers": false
|
|
11
|
+
},
|
|
12
|
+
"experimental_faster": {
|
|
13
|
+
"swcJsLoader": false,
|
|
14
|
+
"swcJsMinimizer": false,
|
|
15
|
+
"swcHtmlMinimizer": false,
|
|
16
|
+
"lightningCssMinimizer": false,
|
|
17
|
+
"mdxCrossCompilerCache": false,
|
|
18
|
+
"rspackBundler": false,
|
|
19
|
+
"rspackPersistentCache": false,
|
|
20
|
+
"ssgWorkerThreads": false
|
|
21
|
+
},
|
|
22
|
+
"experimental_storage": {
|
|
23
|
+
"type": "localStorage",
|
|
24
|
+
"namespace": false
|
|
25
|
+
},
|
|
26
|
+
"experimental_router": "browser"
|
|
27
|
+
},
|
|
28
|
+
"title": "git0 Docs",
|
|
29
|
+
"url": "https://git0.js.org",
|
|
30
|
+
"baseUrl": "/",
|
|
31
|
+
"onBrokenLinks": "ignore",
|
|
32
|
+
"onBrokenMarkdownLinks": "ignore",
|
|
33
|
+
"favicon": "https://i.imgur.com/857meew.png",
|
|
34
|
+
"projectName": "git0",
|
|
35
|
+
"presets": [
|
|
36
|
+
[
|
|
37
|
+
"classic",
|
|
38
|
+
{
|
|
39
|
+
"docs": {
|
|
40
|
+
"path": "src",
|
|
41
|
+
"routeBasePath": "/",
|
|
42
|
+
"sidebarPath": "./config/sidebars.ts"
|
|
43
|
+
},
|
|
44
|
+
"blog": false,
|
|
45
|
+
"theme": {
|
|
46
|
+
"customCss": "./config/docs-theme.css"
|
|
47
|
+
},
|
|
48
|
+
"gtag": {
|
|
49
|
+
"trackingID": "G-E5TZ32BZD",
|
|
50
|
+
"anonymizeIP": false
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
]
|
|
54
|
+
],
|
|
55
|
+
"headTags": [
|
|
56
|
+
{
|
|
57
|
+
"tagName": "script",
|
|
58
|
+
"attributes": {
|
|
59
|
+
"src": "https://cdn.tailwindcss.com"
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
],
|
|
63
|
+
"plugins": [
|
|
64
|
+
"/home/deck/Projects/git0/docs-config/node_modules/docusaurus-lunr-search/src/index.js",
|
|
65
|
+
[
|
|
66
|
+
"docusaurus-plugin-typedoc",
|
|
67
|
+
{
|
|
68
|
+
"id": "functions",
|
|
69
|
+
"entryPoints": [
|
|
70
|
+
"../src/git0.js"
|
|
71
|
+
],
|
|
72
|
+
"exclude": [
|
|
73
|
+
"**/node_modules/**/*",
|
|
74
|
+
"pages/**/*"
|
|
75
|
+
],
|
|
76
|
+
"tsconfig": "./tsconfig.json",
|
|
77
|
+
"out": "./src/functions",
|
|
78
|
+
"readme": "../readme.md",
|
|
79
|
+
"disableSources": false,
|
|
80
|
+
"sidebar": {
|
|
81
|
+
"pretty": true
|
|
82
|
+
},
|
|
83
|
+
"textContentMappings": {
|
|
84
|
+
"title.indexPage": "git0 API",
|
|
85
|
+
"title.memberPage": "{name}"
|
|
86
|
+
},
|
|
87
|
+
"parametersFormat": "htmlTable",
|
|
88
|
+
"indexFormat": "list",
|
|
89
|
+
"expandParameters": true,
|
|
90
|
+
"interfacePropertiesFormat": "htmlTable",
|
|
91
|
+
"propertyMembersFormat": "htmlTable",
|
|
92
|
+
"enumMembersFormat": "htmlTable",
|
|
93
|
+
"typeDeclarationFormat": "htmlTable",
|
|
94
|
+
"typeDeclarationVisibility": "compact",
|
|
95
|
+
"sanitizeComments": false,
|
|
96
|
+
"useHTMLEncodedBrackets": true,
|
|
97
|
+
"hideBreadcrumbs": false,
|
|
98
|
+
"hideGroupHeadings": true,
|
|
99
|
+
"hidePageHeader": true,
|
|
100
|
+
"hidePageTitle": true,
|
|
101
|
+
"outputFileStrategy": "modules",
|
|
102
|
+
"useCodeBlocks": true
|
|
103
|
+
}
|
|
104
|
+
]
|
|
105
|
+
],
|
|
106
|
+
"themeConfig": {
|
|
107
|
+
"src": {
|
|
108
|
+
"sidebar": {
|
|
109
|
+
"hideable": true
|
|
110
|
+
}
|
|
111
|
+
},
|
|
112
|
+
"navbar": {
|
|
113
|
+
"title": "git0 Docs",
|
|
114
|
+
"logo": {
|
|
115
|
+
"alt": "logo",
|
|
116
|
+
"src": "https://i.imgur.com/857meew.png",
|
|
117
|
+
"href": "/"
|
|
118
|
+
},
|
|
119
|
+
"items": [],
|
|
120
|
+
"hideOnScroll": false
|
|
121
|
+
},
|
|
122
|
+
"languageTabs": [
|
|
123
|
+
{
|
|
124
|
+
"highlight": "javascript",
|
|
125
|
+
"language": "nodejs",
|
|
126
|
+
"logoClass": "nodejs"
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"highlight": "javascript",
|
|
130
|
+
"language": "javascript",
|
|
131
|
+
"logoClass": "javascript"
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"highlight": "python",
|
|
135
|
+
"language": "python",
|
|
136
|
+
"logoClass": "python"
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"highlight": "bash",
|
|
140
|
+
"language": "curl",
|
|
141
|
+
"logoClass": "curl"
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"highlight": "powershell",
|
|
145
|
+
"language": "powershell",
|
|
146
|
+
"logoClass": "powershell"
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"highlight": "rust",
|
|
150
|
+
"language": "rust",
|
|
151
|
+
"logoClass": "rust"
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"highlight": "c",
|
|
155
|
+
"language": "c",
|
|
156
|
+
"logoClass": "c"
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"highlight": "swift",
|
|
160
|
+
"language": "swift",
|
|
161
|
+
"logoClass": "swift"
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"highlight": "kotlin",
|
|
165
|
+
"language": "kotlin",
|
|
166
|
+
"logoClass": "kotlin"
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"highlight": "java",
|
|
170
|
+
"language": "java",
|
|
171
|
+
"logoClass": "java"
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"highlight": "php",
|
|
175
|
+
"language": "php",
|
|
176
|
+
"logoClass": "php"
|
|
177
|
+
}
|
|
178
|
+
],
|
|
179
|
+
"colorMode": {
|
|
180
|
+
"defaultMode": "light",
|
|
181
|
+
"disableSwitch": false,
|
|
182
|
+
"respectPrefersColorScheme": false
|
|
183
|
+
},
|
|
184
|
+
"docs": {
|
|
185
|
+
"versionPersistence": "localStorage",
|
|
186
|
+
"sidebar": {
|
|
187
|
+
"hideable": false,
|
|
188
|
+
"autoCollapseCategories": false
|
|
189
|
+
}
|
|
190
|
+
},
|
|
191
|
+
"blog": {
|
|
192
|
+
"sidebar": {
|
|
193
|
+
"groupByYear": true
|
|
194
|
+
}
|
|
195
|
+
},
|
|
196
|
+
"metadata": [],
|
|
197
|
+
"prism": {
|
|
198
|
+
"additionalLanguages": [],
|
|
199
|
+
"theme": {
|
|
200
|
+
"plain": {
|
|
201
|
+
"color": "#bfc7d5",
|
|
202
|
+
"backgroundColor": "#292d3e"
|
|
203
|
+
},
|
|
204
|
+
"styles": [
|
|
205
|
+
{
|
|
206
|
+
"types": [
|
|
207
|
+
"comment"
|
|
208
|
+
],
|
|
209
|
+
"style": {
|
|
210
|
+
"color": "rgb(105, 112, 152)",
|
|
211
|
+
"fontStyle": "italic"
|
|
212
|
+
}
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"types": [
|
|
216
|
+
"string",
|
|
217
|
+
"inserted"
|
|
218
|
+
],
|
|
219
|
+
"style": {
|
|
220
|
+
"color": "rgb(195, 232, 141)"
|
|
221
|
+
}
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"types": [
|
|
225
|
+
"number"
|
|
226
|
+
],
|
|
227
|
+
"style": {
|
|
228
|
+
"color": "rgb(247, 140, 108)"
|
|
229
|
+
}
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
"types": [
|
|
233
|
+
"builtin",
|
|
234
|
+
"char",
|
|
235
|
+
"constant",
|
|
236
|
+
"function"
|
|
237
|
+
],
|
|
238
|
+
"style": {
|
|
239
|
+
"color": "rgb(130, 170, 255)"
|
|
240
|
+
}
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"types": [
|
|
244
|
+
"punctuation",
|
|
245
|
+
"selector"
|
|
246
|
+
],
|
|
247
|
+
"style": {
|
|
248
|
+
"color": "rgb(199, 146, 234)"
|
|
249
|
+
}
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
"types": [
|
|
253
|
+
"variable"
|
|
254
|
+
],
|
|
255
|
+
"style": {
|
|
256
|
+
"color": "rgb(191, 199, 213)"
|
|
257
|
+
}
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
"types": [
|
|
261
|
+
"class-name",
|
|
262
|
+
"attr-name"
|
|
263
|
+
],
|
|
264
|
+
"style": {
|
|
265
|
+
"color": "rgb(255, 203, 107)"
|
|
266
|
+
}
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"types": [
|
|
270
|
+
"tag",
|
|
271
|
+
"deleted"
|
|
272
|
+
],
|
|
273
|
+
"style": {
|
|
274
|
+
"color": "rgb(255, 85, 114)"
|
|
275
|
+
}
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
"types": [
|
|
279
|
+
"operator"
|
|
280
|
+
],
|
|
281
|
+
"style": {
|
|
282
|
+
"color": "rgb(137, 221, 255)"
|
|
283
|
+
}
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
"types": [
|
|
287
|
+
"boolean"
|
|
288
|
+
],
|
|
289
|
+
"style": {
|
|
290
|
+
"color": "rgb(255, 88, 116)"
|
|
291
|
+
}
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
"types": [
|
|
295
|
+
"keyword"
|
|
296
|
+
],
|
|
297
|
+
"style": {
|
|
298
|
+
"fontStyle": "italic"
|
|
299
|
+
}
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
"types": [
|
|
303
|
+
"doctype"
|
|
304
|
+
],
|
|
305
|
+
"style": {
|
|
306
|
+
"color": "rgb(199, 146, 234)",
|
|
307
|
+
"fontStyle": "italic"
|
|
308
|
+
}
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
"types": [
|
|
312
|
+
"namespace"
|
|
313
|
+
],
|
|
314
|
+
"style": {
|
|
315
|
+
"color": "rgb(178, 204, 214)"
|
|
316
|
+
}
|
|
317
|
+
},
|
|
318
|
+
{
|
|
319
|
+
"types": [
|
|
320
|
+
"url"
|
|
321
|
+
],
|
|
322
|
+
"style": {
|
|
323
|
+
"color": "rgb(221, 221, 221)"
|
|
324
|
+
}
|
|
325
|
+
}
|
|
326
|
+
]
|
|
327
|
+
},
|
|
328
|
+
"magicComments": [
|
|
329
|
+
{
|
|
330
|
+
"className": "theme-code-block-highlighted-line",
|
|
331
|
+
"line": "highlight-next-line",
|
|
332
|
+
"block": {
|
|
333
|
+
"start": "highlight-start",
|
|
334
|
+
"end": "highlight-end"
|
|
335
|
+
}
|
|
336
|
+
}
|
|
337
|
+
]
|
|
338
|
+
},
|
|
339
|
+
"tableOfContents": {
|
|
340
|
+
"minHeadingLevel": 2,
|
|
341
|
+
"maxHeadingLevel": 3
|
|
342
|
+
}
|
|
343
|
+
},
|
|
344
|
+
"themes": [
|
|
345
|
+
"docusaurus-theme-openapi-docs"
|
|
346
|
+
],
|
|
347
|
+
"stylesheets": [
|
|
348
|
+
{
|
|
349
|
+
"href": "https://use.fontawesome.com/releases/v5.11.0/css/all.css",
|
|
350
|
+
"type": "text/css"
|
|
351
|
+
}
|
|
352
|
+
],
|
|
353
|
+
"baseUrlIssueBanner": true,
|
|
354
|
+
"i18n": {
|
|
355
|
+
"defaultLocale": "en",
|
|
356
|
+
"path": "i18n",
|
|
357
|
+
"locales": [
|
|
358
|
+
"en"
|
|
359
|
+
],
|
|
360
|
+
"localeConfigs": {}
|
|
361
|
+
},
|
|
362
|
+
"onBrokenAnchors": "warn",
|
|
363
|
+
"onDuplicateRoutes": "warn",
|
|
364
|
+
"staticDirectories": [
|
|
365
|
+
"static"
|
|
366
|
+
],
|
|
367
|
+
"customFields": {},
|
|
368
|
+
"scripts": [],
|
|
369
|
+
"clientModules": [],
|
|
370
|
+
"tagline": "",
|
|
371
|
+
"titleDelimiter": "|",
|
|
372
|
+
"noIndex": false,
|
|
373
|
+
"markdown": {
|
|
374
|
+
"format": "mdx",
|
|
375
|
+
"mermaid": false,
|
|
376
|
+
"mdx1Compat": {
|
|
377
|
+
"comments": true,
|
|
378
|
+
"admonitions": true,
|
|
379
|
+
"headingIds": true
|
|
380
|
+
},
|
|
381
|
+
"anchors": {
|
|
382
|
+
"maintainCase": false
|
|
383
|
+
}
|
|
384
|
+
}
|
|
385
|
+
};
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
{
|
|
2
|
+
"docusaurus-plugin-content-docs": {
|
|
3
|
+
"default": {
|
|
4
|
+
"path": "/",
|
|
5
|
+
"versions": [
|
|
6
|
+
{
|
|
7
|
+
"name": "current",
|
|
8
|
+
"label": "Next",
|
|
9
|
+
"isLast": true,
|
|
10
|
+
"path": "/",
|
|
11
|
+
"mainDocId": "index",
|
|
12
|
+
"docs": [
|
|
13
|
+
{
|
|
14
|
+
"id": "functions/globals",
|
|
15
|
+
"path": "/functions/globals",
|
|
16
|
+
"sidebar": "default"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"id": "functions/index",
|
|
20
|
+
"path": "/functions/",
|
|
21
|
+
"sidebar": "default"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"id": "index",
|
|
25
|
+
"path": "/",
|
|
26
|
+
"sidebar": "default"
|
|
27
|
+
}
|
|
28
|
+
],
|
|
29
|
+
"draftIds": [],
|
|
30
|
+
"sidebars": {
|
|
31
|
+
"default": {
|
|
32
|
+
"link": {
|
|
33
|
+
"path": "/functions/globals",
|
|
34
|
+
"label": "functions/globals"
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
],
|
|
40
|
+
"breadcrumbs": true
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
"docusaurus-plugin-google-gtag": {
|
|
44
|
+
"default": {
|
|
45
|
+
"trackingID": [
|
|
46
|
+
"G-E5TZ32BZD"
|
|
47
|
+
],
|
|
48
|
+
"anonymizeIP": false,
|
|
49
|
+
"id": "default"
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
"docusaurus-lunr-search": {
|
|
53
|
+
"default": {
|
|
54
|
+
"fileNames": {
|
|
55
|
+
"searchDoc": "search-doc-1749612068805.json",
|
|
56
|
+
"lunrIndex": "lunr-index-1749612068805.json"
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"defaultLocale": "en",
|
|
3
|
+
"locales": [
|
|
4
|
+
"en"
|
|
5
|
+
],
|
|
6
|
+
"path": "i18n",
|
|
7
|
+
"currentLocale": "en",
|
|
8
|
+
"localeConfigs": {
|
|
9
|
+
"en": {
|
|
10
|
+
"label": "English",
|
|
11
|
+
"direction": "ltr",
|
|
12
|
+
"htmlLang": "en",
|
|
13
|
+
"calendar": "gregory",
|
|
14
|
+
"path": "en"
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
"17896441": [() => import(/* webpackChunkName: "17896441" */ "@theme/DocItem"), "@theme/DocItem", require.resolveWeak("@theme/DocItem")],
|
|
3
|
+
"1df93b7f": [() => import(/* webpackChunkName: "1df93b7f" */ "@site/src/pages/index.tsx"), "@site/src/pages/index.tsx", require.resolveWeak("@site/src/pages/index.tsx")],
|
|
4
|
+
"22dd74f7": [() => import(/* webpackChunkName: "22dd74f7" */ "@generated/docusaurus-plugin-content-docs/default/p/index-466.json"), "@generated/docusaurus-plugin-content-docs/default/p/index-466.json", require.resolveWeak("@generated/docusaurus-plugin-content-docs/default/p/index-466.json")],
|
|
5
|
+
"4a829dc8": [() => import(/* webpackChunkName: "4a829dc8" */ "@site/src/functions/globals.md"), "@site/src/functions/globals.md", require.resolveWeak("@site/src/functions/globals.md")],
|
|
6
|
+
"5e95c892": [() => import(/* webpackChunkName: "5e95c892" */ "@theme/DocsRoot"), "@theme/DocsRoot", require.resolveWeak("@theme/DocsRoot")],
|
|
7
|
+
"5e9f5e1a": [() => import(/* webpackChunkName: "5e9f5e1a" */ "@generated/docusaurus.config"), "@generated/docusaurus.config", require.resolveWeak("@generated/docusaurus.config")],
|
|
8
|
+
"a7456010": [() => import(/* webpackChunkName: "a7456010" */ "@generated/docusaurus-plugin-content-pages/default/__plugin.json"), "@generated/docusaurus-plugin-content-pages/default/__plugin.json", require.resolveWeak("@generated/docusaurus-plugin-content-pages/default/__plugin.json")],
|
|
9
|
+
"a7bd4aaa": [() => import(/* webpackChunkName: "a7bd4aaa" */ "@theme/DocVersionRoot"), "@theme/DocVersionRoot", require.resolveWeak("@theme/DocVersionRoot")],
|
|
10
|
+
"a94703ab": [() => import(/* webpackChunkName: "a94703ab" */ "@theme/DocRoot"), "@theme/DocRoot", require.resolveWeak("@theme/DocRoot")],
|
|
11
|
+
"aba21aa0": [() => import(/* webpackChunkName: "aba21aa0" */ "@generated/docusaurus-plugin-content-docs/default/__plugin.json"), "@generated/docusaurus-plugin-content-docs/default/__plugin.json", require.resolveWeak("@generated/docusaurus-plugin-content-docs/default/__plugin.json")],
|
|
12
|
+
"ac46717f": [() => import(/* webpackChunkName: "ac46717f" */ "@site/src/pages/Footer.tsx"), "@site/src/pages/Footer.tsx", require.resolveWeak("@site/src/pages/Footer.tsx")],
|
|
13
|
+
"c3a618e1": [() => import(/* webpackChunkName: "c3a618e1" */ "@site/src/functions/index.md"), "@site/src/functions/index.md", require.resolveWeak("@site/src/functions/index.md")],
|
|
14
|
+
"d140250a": [() => import(/* webpackChunkName: "d140250a" */ "@site/src/index.md"), "@site/src/index.md", require.resolveWeak("@site/src/index.md")],};
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import ComponentCreator from '@docusaurus/ComponentCreator';
|
|
3
|
+
|
|
4
|
+
export default [
|
|
5
|
+
{
|
|
6
|
+
path: '/Footer',
|
|
7
|
+
component: ComponentCreator('/Footer', '86a'),
|
|
8
|
+
exact: true
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
path: '/',
|
|
12
|
+
component: ComponentCreator('/', 'e5f'),
|
|
13
|
+
exact: true
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
path: '/',
|
|
17
|
+
component: ComponentCreator('/', 'f42'),
|
|
18
|
+
routes: [
|
|
19
|
+
{
|
|
20
|
+
path: '/',
|
|
21
|
+
component: ComponentCreator('/', '625'),
|
|
22
|
+
routes: [
|
|
23
|
+
{
|
|
24
|
+
path: '/',
|
|
25
|
+
component: ComponentCreator('/', 'b12'),
|
|
26
|
+
routes: [
|
|
27
|
+
{
|
|
28
|
+
path: '/functions/',
|
|
29
|
+
component: ComponentCreator('/functions/', '5b3'),
|
|
30
|
+
exact: true,
|
|
31
|
+
sidebar: "default"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
path: '/functions/globals',
|
|
35
|
+
component: ComponentCreator('/functions/globals', 'a2b'),
|
|
36
|
+
exact: true,
|
|
37
|
+
sidebar: "default"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
path: '/',
|
|
41
|
+
component: ComponentCreator('/', '825'),
|
|
42
|
+
exact: true,
|
|
43
|
+
sidebar: "default"
|
|
44
|
+
}
|
|
45
|
+
]
|
|
46
|
+
}
|
|
47
|
+
]
|
|
48
|
+
}
|
|
49
|
+
]
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
path: '*',
|
|
53
|
+
component: ComponentCreator('*'),
|
|
54
|
+
},
|
|
55
|
+
];
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
{
|
|
2
|
+
"/Footer-86a": {
|
|
3
|
+
"__comp": "ac46717f",
|
|
4
|
+
"__context": {
|
|
5
|
+
"plugin": "a7456010"
|
|
6
|
+
},
|
|
7
|
+
"config": "5e9f5e1a"
|
|
8
|
+
},
|
|
9
|
+
"/-e5f": {
|
|
10
|
+
"__comp": "1df93b7f",
|
|
11
|
+
"__context": {
|
|
12
|
+
"plugin": "a7456010"
|
|
13
|
+
},
|
|
14
|
+
"config": "5e9f5e1a"
|
|
15
|
+
},
|
|
16
|
+
"/-f42": {
|
|
17
|
+
"__comp": "5e95c892",
|
|
18
|
+
"__context": {
|
|
19
|
+
"plugin": "aba21aa0"
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
"/-625": {
|
|
23
|
+
"__comp": "a7bd4aaa",
|
|
24
|
+
"__props": "22dd74f7"
|
|
25
|
+
},
|
|
26
|
+
"/-b12": {
|
|
27
|
+
"__comp": "a94703ab"
|
|
28
|
+
},
|
|
29
|
+
"/functions/-5b3": {
|
|
30
|
+
"__comp": "17896441",
|
|
31
|
+
"content": "c3a618e1"
|
|
32
|
+
},
|
|
33
|
+
"/functions/globals-a2b": {
|
|
34
|
+
"__comp": "17896441",
|
|
35
|
+
"content": "4a829dc8"
|
|
36
|
+
},
|
|
37
|
+
"/-825": {
|
|
38
|
+
"__comp": "17896441",
|
|
39
|
+
"content": "d140250a"
|
|
40
|
+
}
|
|
41
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
{
|
|
2
|
+
"docusaurusVersion": "3.8.1",
|
|
3
|
+
"siteVersion": "4.2.0",
|
|
4
|
+
"pluginVersions": {
|
|
5
|
+
"docusaurus-plugin-content-docs": {
|
|
6
|
+
"type": "package",
|
|
7
|
+
"name": "@docusaurus/plugin-content-docs",
|
|
8
|
+
"version": "3.8.1"
|
|
9
|
+
},
|
|
10
|
+
"docusaurus-plugin-content-pages": {
|
|
11
|
+
"type": "package",
|
|
12
|
+
"name": "@docusaurus/plugin-content-pages",
|
|
13
|
+
"version": "3.8.1"
|
|
14
|
+
},
|
|
15
|
+
"docusaurus-plugin-google-gtag": {
|
|
16
|
+
"type": "package",
|
|
17
|
+
"name": "@docusaurus/plugin-google-gtag",
|
|
18
|
+
"version": "3.8.1"
|
|
19
|
+
},
|
|
20
|
+
"docusaurus-plugin-sitemap": {
|
|
21
|
+
"type": "package",
|
|
22
|
+
"name": "@docusaurus/plugin-sitemap",
|
|
23
|
+
"version": "3.8.1"
|
|
24
|
+
},
|
|
25
|
+
"docusaurus-plugin-svgr": {
|
|
26
|
+
"type": "package",
|
|
27
|
+
"name": "@docusaurus/plugin-svgr",
|
|
28
|
+
"version": "3.8.1"
|
|
29
|
+
},
|
|
30
|
+
"docusaurus-theme-classic": {
|
|
31
|
+
"type": "package",
|
|
32
|
+
"name": "@docusaurus/theme-classic",
|
|
33
|
+
"version": "3.8.1"
|
|
34
|
+
},
|
|
35
|
+
"docusaurus-lunr-search": {
|
|
36
|
+
"type": "package",
|
|
37
|
+
"name": "docusaurus-lunr-search",
|
|
38
|
+
"version": "3.6.0"
|
|
39
|
+
},
|
|
40
|
+
"docusaurus-plugin-typedoc": {
|
|
41
|
+
"type": "package",
|
|
42
|
+
"name": "docusaurus-plugin-typedoc",
|
|
43
|
+
"version": "1.4.0"
|
|
44
|
+
},
|
|
45
|
+
"docusaurus-theme-openapi": {
|
|
46
|
+
"type": "package",
|
|
47
|
+
"name": "docusaurus-theme-openapi-docs",
|
|
48
|
+
"version": "4.4.0"
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
}
|