git0 0.2.4 → 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.
Files changed (95) hide show
  1. package/bun.lock +159 -0
  2. package/docs/404.html +26 -3
  3. package/docs/Footer/index.html +26 -3
  4. package/docs/assets/css/styles.3dd00f8d.css +1 -0
  5. package/docs/assets/js/17896441.79ceefeb.js +1 -0
  6. package/docs/assets/js/1df93b7f.dfdf0ef3.js +2 -0
  7. package/docs/assets/js/1df93b7f.dfdf0ef3.js.LICENSE.txt +6 -0
  8. package/docs/assets/js/22dd74f7.040a4546.js +1 -0
  9. package/docs/assets/js/237.daf7efdf.js +1 -0
  10. package/docs/assets/js/278.1628756c.js +1 -0
  11. package/docs/assets/js/4a829dc8.10d7db0a.js +1 -0
  12. package/docs/assets/js/577.78325c02.js +1 -0
  13. package/docs/assets/js/591.2156b33d.js +2 -0
  14. package/docs/assets/js/591.2156b33d.js.LICENSE.txt +61 -0
  15. package/docs/assets/js/5e95c892.bd6c1093.js +1 -0
  16. package/docs/assets/js/a7456010.3054873b.js +1 -0
  17. package/docs/assets/js/a7bd4aaa.87229397.js +1 -0
  18. package/docs/assets/js/a94703ab.6d39a596.js +1 -0
  19. package/docs/assets/js/aba21aa0.dfebd789.js +1 -0
  20. package/docs/assets/js/ac46717f.32345167.js +2 -0
  21. package/docs/assets/js/ac46717f.32345167.js.LICENSE.txt +6 -0
  22. package/docs/assets/js/c3a618e1.50a89e4d.js +1 -0
  23. package/docs/assets/js/d140250a.62af53aa.js +1 -0
  24. package/docs/assets/js/main.6b27aee7.js +2 -0
  25. package/docs/assets/js/main.6b27aee7.js.LICENSE.txt +68 -0
  26. package/docs/assets/js/runtime~main.5c54c19c.js +1 -0
  27. package/docs/functions/globals/index.html +47 -3
  28. package/docs/functions/index.html +73 -3
  29. package/docs/index.html +26 -3
  30. package/docs/lunr-index-1749612068805.json +1 -0
  31. package/docs/lunr-index.json +1 -1
  32. package/docs/search-doc-1749612068805.json +1 -0
  33. package/docs/search-doc.json +1 -1
  34. package/docs/sitemap.xml +1 -1
  35. package/docs-config/.docusaurus/DONT-EDIT-THIS-FOLDER +5 -0
  36. package/docs-config/.docusaurus/client-manifest.json +247 -0
  37. package/docs-config/.docusaurus/client-modules.js +8 -0
  38. package/docs-config/.docusaurus/codeTranslations.json +1 -0
  39. package/docs-config/.docusaurus/docusaurus-lunr-search/default/__plugin.json +4 -0
  40. package/docs-config/.docusaurus/docusaurus-plugin-content-docs/default/__mdx-loader-dependency.json +1 -0
  41. package/docs-config/.docusaurus/docusaurus-plugin-content-docs/default/__plugin.json +4 -0
  42. package/docs-config/.docusaurus/docusaurus-plugin-content-docs/default/p/index-466.json +1 -0
  43. package/docs-config/.docusaurus/docusaurus-plugin-content-docs/default/site-src-functions-globals-md-4a8.json +19 -0
  44. package/docs-config/.docusaurus/docusaurus-plugin-content-docs/default/site-src-functions-index-md-c3a.json +19 -0
  45. package/docs-config/.docusaurus/docusaurus-plugin-content-docs/default/site-src-index-md-d14.json +21 -0
  46. package/docs-config/.docusaurus/docusaurus-plugin-content-pages/default/__plugin.json +4 -0
  47. package/docs-config/.docusaurus/docusaurus-plugin-google-gtag/default/__plugin.json +4 -0
  48. package/docs-config/.docusaurus/docusaurus.config.mjs +385 -0
  49. package/docs-config/.docusaurus/globalData.json +60 -0
  50. package/docs-config/.docusaurus/i18n.json +17 -0
  51. package/docs-config/.docusaurus/lunr.client.js +5 -0
  52. package/docs-config/.docusaurus/registry.js +14 -0
  53. package/docs-config/.docusaurus/routes.js +55 -0
  54. package/docs-config/.docusaurus/routesChunkNames.json +41 -0
  55. package/docs-config/.docusaurus/site-metadata.json +51 -0
  56. package/docs-config/.docusaurus/site-storage.json +4 -0
  57. package/docs-config/bun.lock +6139 -0
  58. package/docs-config/config/customize-docs.js +3 -4
  59. package/docs-config/docusaurus.config.ts +5 -3
  60. package/docs-config/src/functions/globals.md +25 -79
  61. package/docs-config/src/functions/index.md +25 -25
  62. package/docs-config/src/index.md +26 -25
  63. package/docs-config/src/pages/Footer.tsx +63 -53
  64. package/docs-config/src/pages/index.tsx +139 -7
  65. package/docs-config/tsconfig.json +3 -2
  66. package/package.json +10 -7
  67. package/readme.md +26 -25
  68. package/src/git0.js +380 -0
  69. package/src/github-api.js +473 -0
  70. package/docs/assets/css/styles.36dc19db.css +0 -1
  71. package/docs/assets/js/17896441.859f1a34.js +0 -1
  72. package/docs/assets/js/196.f2323311.js +0 -1
  73. package/docs/assets/js/1df93b7f.b886b8fe.js +0 -1
  74. package/docs/assets/js/22dd74f7.9915da9b.js +0 -1
  75. package/docs/assets/js/294.067938e2.js +0 -101
  76. package/docs/assets/js/4a829dc8.22596b01.js +0 -1
  77. package/docs/assets/js/5e95c892.a050489a.js +0 -1
  78. package/docs/assets/js/61.78a4a5cd.js +0 -1
  79. package/docs/assets/js/66a0d7f4.a57db0e1.js +0 -1
  80. package/docs/assets/js/990.0223f00f.js +0 -1
  81. package/docs/assets/js/a7456010.eaa69c24.js +0 -1
  82. package/docs/assets/js/a7bd4aaa.6bf60595.js +0 -1
  83. package/docs/assets/js/a94703ab.233c731c.js +0 -1
  84. package/docs/assets/js/aba21aa0.3975ceaf.js +0 -1
  85. package/docs/assets/js/ac46717f.20537802.js +0 -1
  86. package/docs/assets/js/c3a618e1.b288e34c.js +0 -1
  87. package/docs/assets/js/d140250a.42194f66.js +0 -1
  88. package/docs/assets/js/main.9107865a.js +0 -38
  89. package/docs/assets/js/runtime~main.d42315b4.js +0 -1
  90. package/docs/customize-home/index.html +0 -4
  91. package/docs/lunr-index-1749598895331.json +0 -1
  92. package/docs/search-doc-1749598895331.json +0 -1
  93. package/docs-config/src/pages/customize-home.tsx +0 -147
  94. package/docs-config/tailwind.config.js +0 -13
  95. package/git0.js +0 -646
@@ -1 +1 @@
1
- {"version":"2.3.9","fields":["title","content","keywords"],"fieldVectors":[],"invertedIndex":[],"pipeline":["stemmer"]}
1
+ {"version":"2.3.9","fields":["title","content","keywords"],"fieldVectors":[["title/0",[0,632.144]],["content/0",[]],["keywords/0",[]],["title/1",[1,632.144]],["content/1",[2,3.661,3,4.561,4,2.626,5,3.661,6,3.661,7,4.561,8,2.273,9,2.273,10,2.467,11,1.979,12,1.727,13,3.661,14,2.626,15,3.661,16,3.661,17,3.661,18,3.661,19,3.661]],["keywords/1",[]],["title/2",[20,364.032]],["content/2",[4,3.637,10,2.391,11,2.74,20,3.637,21,5.07,22,5.07,23,5.07,24,3.147]],["keywords/2",[]],["title/3",[25,507.479]],["content/3",[5,6.712]],["keywords/3",[]],["title/4",[26,425.364]],["content/4",[]],["keywords/4",[]],["title/5",[27,632.144]],["content/5",[]],["keywords/5",[]],["title/6",[28,632.144]],["content/6",[2,3.756,4,2.695,6,3.756,24,2.332,29,4.679,30,3.756,31,4.679,32,3.821,33,4.679,34,4.679,35,4.679,36,4.679,37,3.756,38,3.756,39,4.679,40,3.756,41,4.679]],["keywords/6",[]],["title/7",[20,364.032]],["content/7",[4,3.637,11,2.74,20,3.637,21,5.07,22,5.07,23,5.07,24,3.147,32,3.637]],["keywords/7",[]],["title/8",[25,507.479]],["content/8",[30,6.712]],["keywords/8",[]],["title/9",[26,425.364]],["content/9",[]],["keywords/9",[]],["title/10",[42,114.537,43,131.561,44,211.91,45,263.967,46,263.967,47,263.967]],["content/10",[]],["keywords/10",[]],["title/11",[12,187.158,48,214.464]],["content/11",[12,3.077,42,3.526,49,5.07,50,8.127,51,5.07]],["keywords/11",[]],["title/12",[48,214.464,52,494.265]],["content/12",[8,2.059,9,1.257,10,1.564,12,1.564,13,2.025,14,1.453,24,1.257,32,1.453,43,1.257,44,2.025,53,2.025,54,2.379,55,2.78,56,2.78,57,2.523,58,2.523,59,2.523,60,2.025,61,2.025,62,2.523,63,2.523,64,2.523,65,2.523,66,2.523,67,2.523,68,4.131,69,2.523,70,2.523,71,2.523,72,2.523,73,2.523,74,2.523,75,1.697,76,2.523,77,2.025,78,2.523,79,2.523,80,2.025,81,2.523,82,2.523,83,2.523,84,2.523,85,2.523,86,2.523]],["keywords/12",[]],["title/13",[48,214.464,87,494.265]],["content/13",[12,1.075,37,2.28,42,2.821,43,2.266,48,3.292,53,2.28,54,1.635,55,1.911,56,1.911,60,2.28,61,2.28,80,2.28,88,5.686,89,3.65,90,4.547,91,2.84,92,2.84,93,2.84,94,4.547,95,2.84,96,2.28,97,2.84,98,2.84,99,2.84,100,2.84,101,2.84,102,2.84,103,2.84,104,2.84]],["keywords/13",[]],["title/14",[10,153.646,11,176.063,14,233.667]],["content/14",[8,1.372,9,2.21,10,1.679,11,1.924,12,2.109,16,5.126,17,2.21,18,2.21,19,3.56,38,2.21,42,1.195,48,1.195,49,2.21,51,2.21,105,2.21,106,4.435,107,2.753,108,2.753,109,2.753,110,2.753,111,2.753,112,2.753,113,2.753,114,4.435,115,2.753,116,2.753,117,2.753,118,2.753,119,2.753,120,2.753,121,2.753,122,2.753,123,2.753,124,2.753]],["keywords/14",[]],["title/15",[14,284.632,75,332.587]],["content/15",[8,2.459,9,2.459,10,1.869,32,2.842,42,2.141,75,3.321,77,3.962,125,4.935,126,4.935,127,4.935,128,6.887,129,4.935,130,3.962,131,4.935,132,4.935]],["keywords/15",[]],["title/16",[48,214.464,133,494.265]],["content/16",[]],["keywords/16",[]],["title/17",[43,246.341,134,494.265]],["content/17",[8,2.669,9,1.745,10,2.028,11,1.519,12,1.325,15,2.81,24,1.745,40,2.81,42,1.519,43,1.745,55,2.355,56,2.355,89,4.3,130,2.81,135,3.5,136,3.5,137,3.5,138,3.5,139,3.5,140,3.5,141,3.5,142,3.5,143,3.5,144,3.5,145,3.5,146,3.5,147,3.5,148,3.5]],["keywords/17",[]],["title/18",[54,233.667,149,325.743,150,405.763]],["content/18",[26,2.853,54,2.442,96,3.404,105,3.404,149,5.855,151,4.24,152,4.24,153,4.24,154,6.18,155,4.24,156,4.24,157,4.24,158,6.18,159,6.18,160,6.18,161,4.24]],["keywords/18",[]]],"invertedIndex":[["",{"_index":48,"title":{"11":{"position":[[0,2]]},"12":{"position":[[0,1]]},"13":{"position":[[0,2]]},"16":{"position":[[0,2]]}},"content":{"13":{"position":[[1,1],[52,1],[86,2],[148,1],[205,2],[256,1]]},"14":{"position":[[293,1]]}},"keywords":{}}],["2",{"_index":148,"title":{},"content":{"17":{"position":[[322,2]]}},"keywords":{}}],["3",{"_index":40,"title":{},"content":{"6":{"position":[[183,1]]},"17":{"position":[[331,3]]}},"keywords":{}}],["5,000",{"_index":161,"title":{},"content":{"18":{"position":[[177,5]]}},"keywords":{}}],["60",{"_index":157,"title":{},"content":{"18":{"position":[[133,2]]}},"keywords":{}}],["api",{"_index":152,"title":{},"content":{"18":{"position":[[12,3]]}},"keywords":{}}],["append",{"_index":145,"title":{},"content":{"17":{"position":[[292,7]]}},"keywords":{}}],["async",{"_index":27,"title":{"5":{"position":[[0,6]]}},"content":{},"keywords":{}}],["attempt",{"_index":36,"title":{},"content":{"6":{"position":[[130,8]]}},"keywords":{}}],["automat",{"_index":8,"title":{},"content":{"1":{"position":[[98,13]]},"12":{"position":[[347,13],[516,13]]},"14":{"position":[[6,13]]},"15":{"position":[[6,13]]},"17":{"position":[[153,13],[278,13]]}},"keywords":{}}],["automaticallydepend",{"_index":137,"title":{},"content":{"17":{"position":[[76,25]]}},"keywords":{}}],["avail",{"_index":34,"title":{},"content":{"6":{"position":[[104,9]]}},"keywords":{}}],["available)develop",{"_index":141,"title":{},"content":{"17":{"position":[[171,21]]}},"keywords":{}}],["base",{"_index":138,"title":{},"content":{"17":{"position":[[116,5]]}},"keywords":{}}],["both",{"_index":92,"title":{},"content":{"13":{"position":[[101,4]]}},"keywords":{}}],["build",{"_index":114,"title":{},"content":{"14":{"position":[[233,5],[329,5]]}},"keywords":{}}],["bun",{"_index":51,"title":{},"content":{"11":{"position":[[23,3]]},"14":{"position":[[126,3]]}},"keywords":{}}],["cargo",{"_index":121,"title":{},"content":{"14":{"position":[[323,5]]}},"keywords":{}}],["cargo.toml",{"_index":120,"title":{},"content":{"14":{"position":[[312,10]]}},"keywords":{}}],["cd",{"_index":66,"title":{},"content":{"12":{"position":[[155,3]]}},"keywords":{}}],["clone",{"_index":65,"title":{},"content":{"12":{"position":[[148,6]]}},"keywords":{}}],["code",{"_index":128,"title":{},"content":{"15":{"position":[[108,4],[131,5]]}},"keywords":{}}],["code)cod",{"_index":129,"title":{},"content":{"15":{"position":[[113,10]]}},"keywords":{}}],["compos",{"_index":112,"title":{},"content":{"14":{"position":[[209,7]]}},"keywords":{}}],["compose.yml",{"_index":111,"title":{},"content":{"14":{"position":[[190,11]]}},"keywords":{}}],["configur",{"_index":133,"title":{"16":{"position":[[3,14]]}},"content":{},"keywords":{}}],["conflict",{"_index":86,"title":{},"content":{"12":{"position":[[506,9]]}},"keywords":{}}],["copi",{"_index":99,"title":{},"content":{"13":{"position":[[258,5]]}},"keywords":{}}],["current",{"_index":135,"title":{},"content":{"17":{"position":[[34,7]]}},"keywords":{}}],["cursor",{"_index":125,"title":{},"content":{"15":{"position":[[71,6]]}},"keywords":{}}],["cursor)windsurf",{"_index":126,"title":{},"content":{"15":{"position":[[78,16]]}},"keywords":{}}],["d",{"_index":113,"title":{},"content":{"14":{"position":[[221,1]]}},"keywords":{}}],["danceget",{"_index":67,"title":{},"content":{"12":{"position":[[167,8]]}},"keywords":{}}],["defin",{"_index":6,"title":{},"content":{"1":{"position":[[73,7]]},"6":{"position":[[48,7]]}},"keywords":{}}],["depend",{"_index":13,"title":{},"content":{"1":{"position":[[146,12]]},"12":{"position":[[259,10]]}},"keywords":{}}],["descript",{"_index":21,"title":{},"content":{"2":{"position":[[16,11]]},"7":{"position":[[16,11]]}},"keywords":{}}],["detect",{"_index":9,"title":{},"content":{"1":{"position":[[112,7]]},"12":{"position":[[270,9]]},"14":{"position":[[20,7],[83,9]]},"15":{"position":[[20,7]]},"17":{"position":[[67,8]]}},"keywords":{}}],["direct",{"_index":91,"title":{},"content":{"13":{"position":[[54,6]]}},"keywords":{}}],["directli",{"_index":59,"title":{},"content":{"12":{"position":[[77,8]]}},"keywords":{}}],["directori",{"_index":24,"title":{},"content":{"2":{"position":[[65,9]]},"6":{"position":[[81,9]]},"7":{"position":[[57,9]]},"12":{"position":[[489,9]]},"17":{"position":[[236,9]]}},"keywords":{}}],["directoryproject",{"_index":136,"title":{},"content":{"17":{"position":[[42,16]]}},"keywords":{}}],["docker",{"_index":16,"title":{},"content":{"1":{"position":[[177,7]]},"14":{"position":[[164,6],[183,6],[202,6],[226,6]]}},"keywords":{}}],["dockerfil",{"_index":110,"title":{},"content":{"14":{"position":[[171,11]]}},"keywords":{}}],["download",{"_index":43,"title":{"10":{"position":[[6,8]]},"17":{"position":[[19,9]]}},"content":{"12":{"position":[[195,8]]},"13":{"position":[[61,8],[150,8]]},"17":{"position":[[15,10]]}},"keywords":{}}],["e.g",{"_index":147,"title":{},"content":{"17":{"position":[[309,6]]}},"keywords":{}}],["editorcross",{"_index":78,"title":{},"content":{"12":{"position":[[394,11]]}},"keywords":{}}],["environ",{"_index":118,"title":{},"content":{"14":{"position":[[281,11]]}},"keywords":{}}],["exist",{"_index":144,"title":{},"content":{"17":{"position":[[265,7]]}},"keywords":{}}],["export",{"_index":26,"title":{"4":{"position":[[0,7]]},"9":{"position":[[0,7]]}},"content":{"18":{"position":[[53,6]]}},"keywords":{}}],["facebook/react",{"_index":104,"title":{},"content":{"13":{"position":[[317,14]]}},"keywords":{}}],["fallback",{"_index":109,"title":{},"content":{"14":{"position":[[138,9]]}},"keywords":{}}],["featur",{"_index":52,"title":{"12":{"position":[[2,9]]}},"content":{},"keywords":{}}],["file",{"_index":39,"title":{},"content":{"6":{"position":[[172,4]]}},"keywords":{}}],["first",{"_index":33,"title":{},"content":{"6":{"position":[[98,5]]}},"keywords":{}}],["follow",{"_index":107,"title":{},"content":{"14":{"position":[[44,9]]}},"keywords":{}}],["function",{"_index":2,"title":{},"content":{"1":{"position":[[1,8]]},"6":{"position":[[1,8]]}},"keywords":{}}],["fuzzi",{"_index":57,"title":{},"content":{"12":{"position":[[41,5]]}},"keywords":{}}],["g",{"_index":50,"title":{},"content":{"11":{"position":[[14,1],[36,1]]}},"keywords":{}}],["gg",{"_index":88,"title":{},"content":{"13":{"position":[[35,2],[89,2],[111,2]]}},"keywords":{}}],["git",{"_index":44,"title":{"10":{"position":[[15,3]]}},"content":{"12":{"position":[[144,3]]}},"keywords":{}}],["git0",{"_index":42,"title":{"10":{"position":[[0,5]]}},"content":{"11":{"position":[[16,4],[38,4]]},"13":{"position":[[96,4],[186,4],[212,4],[312,4]]},"14":{"position":[[1,4]]},"15":{"position":[[1,4]]},"17":{"position":[[273,4]]}},"keywords":{}}],["git0.js:158",{"_index":31,"title":{},"content":{"6":{"position":[[60,11]]}},"keywords":{}}],["git0.js:208",{"_index":7,"title":{},"content":{"1":{"position":[[85,11]]}},"keywords":{}}],["github",{"_index":54,"title":{"18":{"position":[[0,6]]}},"content":{"12":{"position":[[8,6],[91,6]]},"13":{"position":[[75,6]]},"18":{"position":[[38,6]]}},"keywords":{}}],["github_token=your_github_token_her",{"_index":155,"title":{},"content":{"18":{"position":[[60,35]]}},"keywords":{}}],["global",{"_index":0,"title":{"0":{"position":[[0,7]]}},"content":{},"keywords":{}}],["go",{"_index":19,"title":{},"content":{"1":{"position":[[203,2]]},"14":{"position":[[335,2],[345,2]]}},"keywords":{}}],["go.mod",{"_index":122,"title":{},"content":{"14":{"position":[[338,6]]}},"keywords":{}}],["handl",{"_index":85,"title":{},"content":{"12":{"position":[[481,7]]}},"keywords":{}}],["happen",{"_index":134,"title":{"17":{"position":[[5,7]]}},"content":{},"keywords":{}}],["higher",{"_index":151,"title":{},"content":{"18":{"position":[[5,6]]}},"keywords":{}}],["hour",{"_index":160,"title":{},"content":{"18":{"position":[[149,5],[196,5]]}},"keywords":{}}],["https://github.com/facebook/react",{"_index":93,"title":{},"content":{"13":{"position":[[114,33]]}},"keywords":{}}],["id",{"_index":75,"title":{"15":{"position":[[10,5]]}},"content":{"12":{"position":[[329,3]]},"15":{"position":[[65,4]]}},"keywords":{}}],["ide/editor",{"_index":35,"title":{},"content":{"6":{"position":[[114,10]]}},"keywords":{}}],["instal",{"_index":12,"title":{"11":{"position":[[3,13]]}},"content":{"1":{"position":[[137,8]]},"11":{"position":[[5,7],[27,7]]},"12":{"position":[[159,7],[284,12]]},"13":{"position":[[225,11]]},"14":{"position":[[130,7],[155,8],[299,7]]},"17":{"position":[[106,9]]}},"keywords":{}}],["installationnode.j",{"_index":108,"title":{},"content":{"14":{"position":[[93,19]]}},"keywords":{}}],["installdepend",{"_index":1,"title":{"1":{"position":[[0,22]]}},"content":{},"keywords":{}}],["installdependencies(targetdir",{"_index":3,"title":{},"content":{"1":{"position":[[10,30]]}},"keywords":{}}],["instantli",{"_index":69,"title":{},"content":{"12":{"position":[[185,9]]}},"keywords":{}}],["integr",{"_index":76,"title":{},"content":{"12":{"position":[[333,11]]}},"keywords":{}}],["latest",{"_index":70,"title":{},"content":{"12":{"position":[[204,6]]}},"keywords":{}}],["launch",{"_index":140,"title":{},"content":{"17":{"position":[[144,8]]}},"keywords":{}}],["limit",{"_index":154,"title":{},"content":{"18":{"position":[[21,7],[122,7]]}},"keywords":{}}],["linuxconflict",{"_index":83,"title":{},"content":{"12":{"position":[[454,13]]}},"keywords":{}}],["maco",{"_index":82,"title":{},"content":{"12":{"position":[[443,6]]}},"keywords":{}}],["manual",{"_index":64,"title":{},"content":{"12":{"position":[[137,6]]}},"keywords":{}}],["matchingdownload",{"_index":58,"title":{},"content":{"12":{"position":[[47,16]]}},"keywords":{}}],["mod",{"_index":123,"title":{},"content":{"14":{"position":[[348,3]]}},"keywords":{}}],["multipl",{"_index":73,"title":{},"content":{"12":{"position":[[301,8]]}},"keywords":{}}],["name",{"_index":56,"title":{},"content":{"12":{"position":[[31,4],[499,6]]},"13":{"position":[[30,4]]},"17":{"position":[[260,4]]}},"keywords":{}}],["need",{"_index":98,"title":{},"content":{"13":{"position":[[248,7]]}},"keywords":{}}],["node",{"_index":97,"title":{},"content":{"13":{"position":[[243,4]]}},"keywords":{}}],["node.j",{"_index":15,"title":{},"content":{"1":{"position":[[168,8]]},"17":{"position":[[212,7]]}},"keywords":{}}],["npm",{"_index":49,"title":{},"content":{"11":{"position":[[1,3]]},"14":{"position":[[151,3]]}},"keywords":{}}],["npx",{"_index":103,"title":{},"content":{"13":{"position":[[308,3]]}},"keywords":{}}],["number",{"_index":146,"title":{},"content":{"17":{"position":[[302,6]]}},"keywords":{}}],["nvim",{"_index":132,"title":{},"content":{"15":{"position":[[151,6]]}},"keywords":{}}],["open",{"_index":32,"title":{},"content":{"6":{"position":[[73,5],[142,4]]},"7":{"position":[[70,4]]},"12":{"position":[[361,5]]},"15":{"position":[[32,5]]}},"keywords":{}}],["openinid",{"_index":28,"title":{"6":{"position":[[0,12]]}},"content":{},"keywords":{}}],["openinide(targetdir",{"_index":29,"title":{},"content":{"6":{"position":[[10,20]]}},"keywords":{}}],["option",{"_index":150,"title":{"18":{"position":[[13,11]]}},"content":{},"keywords":{}}],["owner/repo",{"_index":61,"title":{},"content":{"12":{"position":[[106,10]]},"13":{"position":[[165,10]]}},"keywords":{}}],["package.json",{"_index":38,"title":{},"content":{"6":{"position":[[159,12]]},"14":{"position":[[113,12]]}},"keywords":{}}],["paramet",{"_index":20,"title":{"2":{"position":[[0,11]]},"7":{"position":[[0,11]]}},"content":{"2":{"position":[[1,9]]},"7":{"position":[[1,9]]}},"keywords":{}}],["path",{"_index":23,"title":{},"content":{"2":{"position":[[45,4]]},"7":{"position":[[45,4]]}},"keywords":{}}],["per",{"_index":159,"title":{},"content":{"18":{"position":[[145,3],[192,3]]}},"keywords":{}}],["pip",{"_index":119,"title":{},"content":{"14":{"position":[[295,3]]}},"keywords":{}}],["platform",{"_index":79,"title":{},"content":{"12":{"position":[[406,8]]}},"keywords":{}}],["prefer",{"_index":77,"title":{},"content":{"12":{"position":[[384,9]]},"15":{"position":[[55,9]]}},"keywords":{}}],["project",{"_index":10,"title":{"14":{"position":[[10,7]]}},"content":{"1":{"position":[[120,7],[206,8]]},"2":{"position":[[57,7]]},"12":{"position":[[310,7],[367,8]]},"14":{"position":[[54,7],[70,7]]},"15":{"position":[[38,8]]},"17":{"position":[[125,7],[220,9]]}},"keywords":{}}],["project'",{"_index":100,"title":{},"content":{"13":{"position":[[274,9]]}},"keywords":{}}],["promise<void&gt",{"_index":5,"title":{},"content":{"1":{"position":[[50,20]]},"3":{"position":[[1,19]]}},"keywords":{}}],["python",{"_index":17,"title":{},"content":{"1":{"position":[[185,7]]},"14":{"position":[[239,6]]}},"keywords":{}}],["quick",{"_index":101,"title":{},"content":{"13":{"position":[[295,5]]}},"keywords":{}}],["rate",{"_index":153,"title":{},"content":{"18":{"position":[[16,4]]}},"keywords":{}}],["react",{"_index":89,"title":{},"content":{"13":{"position":[[38,5],[191,5]]},"17":{"position":[[316,5],[325,5]]}},"keywords":{}}],["readm",{"_index":37,"title":{},"content":{"6":{"position":[[149,6]]},"13":{"position":[[284,6]]}},"keywords":{}}],["releas",{"_index":68,"title":{},"content":{"12":{"position":[[176,8],[211,7]]}},"keywords":{}}],["repo",{"_index":45,"title":{"10":{"position":[[19,4]]}},"content":{},"keywords":{}}],["repositori",{"_index":55,"title":{},"content":{"12":{"position":[[15,12],[64,12]]},"13":{"position":[[14,12]]},"17":{"position":[[1,10]]}},"keywords":{}}],["request",{"_index":158,"title":{},"content":{"18":{"position":[[136,8],[183,8]]}},"keywords":{}}],["requirements.txt",{"_index":115,"title":{},"content":{"14":{"position":[[246,17]]}},"keywords":{}}],["resolut",{"_index":84,"title":{},"content":{"12":{"position":[[468,10]]}},"keywords":{}}],["return",{"_index":25,"title":{"3":{"position":[[0,8]]},"8":{"position":[[0,8]]}},"content":{},"keywords":{}}],["rust",{"_index":18,"title":{},"content":{"1":{"position":[[193,5]]},"14":{"position":[[307,4]]}},"keywords":{}}],["same",{"_index":143,"title":{},"content":{"17":{"position":[[255,4]]}},"keywords":{}}],["search",{"_index":53,"title":{},"content":{"12":{"position":[[1,6]]},"13":{"position":[[3,6]]}},"keywords":{}}],["second",{"_index":41,"title":{},"content":{"6":{"position":[[185,7]]}},"keywords":{}}],["server",{"_index":130,"title":{},"content":{"15":{"position":[[124,6]]},"17":{"position":[[193,6]]}},"keywords":{}}],["server)neovim",{"_index":131,"title":{},"content":{"15":{"position":[[137,13]]}},"keywords":{}}],["set",{"_index":105,"title":{},"content":{"14":{"position":[[32,4]]},"18":{"position":[[29,3]]}},"keywords":{}}],["setup",{"_index":102,"title":{},"content":{"13":{"position":[[301,6]]}},"keywords":{}}],["setup.pi",{"_index":116,"title":{},"content":{"14":{"position":[[264,8]]}},"keywords":{}}],["shortcut",{"_index":62,"title":{},"content":{"12":{"position":[[117,10]]}},"keywords":{}}],["shorthand",{"_index":95,"title":{},"content":{"13":{"position":[[176,9]]}},"keywords":{}}],["skip",{"_index":63,"title":{},"content":{"12":{"position":[[128,4]]}},"keywords":{}}],["start",{"_index":142,"title":{},"content":{"17":{"position":[[200,6]]}},"keywords":{}}],["starter",{"_index":90,"title":{},"content":{"13":{"position":[[44,7],[197,7]]}},"keywords":{}}],["step",{"_index":46,"title":{"10":{"position":[[27,4]]}},"content":{},"keywords":{}}],["string",{"_index":4,"title":{},"content":{"1":{"position":[[41,8]]},"2":{"position":[[38,6]]},"6":{"position":[[31,8]]},"7":{"position":[[38,6]]}},"keywords":{}}],["support",{"_index":14,"title":{"14":{"position":[[0,9]]},"15":{"position":[[0,9]]}},"content":{"1":{"position":[[159,8]]},"12":{"position":[[415,7]]}},"keywords":{}}],["system",{"_index":71,"title":{},"content":{"12":{"position":[[228,6]]}},"keywords":{}}],["systemsautomat",{"_index":72,"title":{},"content":{"12":{"position":[[242,16]]}},"keywords":{}}],["targetdir",{"_index":22,"title":{},"content":{"2":{"position":[[28,9]]},"7":{"position":[[28,9]]}},"keywords":{}}],["tidi",{"_index":124,"title":{},"content":{"14":{"position":[[352,4]]}},"keywords":{}}],["token",{"_index":149,"title":{"18":{"position":[[7,5]]}},"content":{"18":{"position":[[45,6],[108,6],[162,6]]}},"keywords":{}}],["type",{"_index":11,"title":{"14":{"position":[[18,6]]}},"content":{"1":{"position":[[128,4]]},"2":{"position":[[11,4]]},"7":{"position":[[11,4]]},"14":{"position":[[62,6],[78,4]]},"17":{"position":[[59,4]]}},"keywords":{}}],["typeid",{"_index":139,"title":{},"content":{"17":{"position":[[133,7]]}},"keywords":{}}],["typessmart",{"_index":74,"title":{},"content":{"12":{"position":[[318,10]]}},"keywords":{}}],["up",{"_index":106,"title":{},"content":{"14":{"position":[[37,2],[217,2]]}},"keywords":{}}],["url",{"_index":60,"title":{},"content":{"12":{"position":[[98,4]]},"13":{"position":[[82,3]]}},"keywords":{}}],["us",{"_index":94,"title":{},"content":{"13":{"position":[[159,5],[208,3]]}},"keywords":{}}],["usag",{"_index":87,"title":{"13":{"position":[[3,6]]}},"content":{},"keywords":{}}],["virtual",{"_index":117,"title":{},"content":{"14":{"position":[[273,7]]}},"keywords":{}}],["void",{"_index":30,"title":{},"content":{"6":{"position":[[40,5]]},"8":{"position":[[1,4]]}},"keywords":{}}],["window",{"_index":81,"title":{},"content":{"12":{"position":[[434,8]]}},"keywords":{}}],["windsurf)v",{"_index":127,"title":{},"content":{"15":{"position":[[95,12]]}},"keywords":{}}],["without",{"_index":96,"title":{},"content":{"13":{"position":[[217,7]]},"18":{"position":[[98,7]]}},"keywords":{}}],["work",{"_index":80,"title":{},"content":{"12":{"position":[[425,5]]},"13":{"position":[[106,4]]}},"keywords":{}}],["you'r",{"_index":156,"title":{},"content":{"18":{"position":[[115,6]]}},"keywords":{}}],["zero",{"_index":47,"title":{"10":{"position":[[32,4]]}},"content":{},"keywords":{}}]],"pipeline":["stemmer"]}
@@ -0,0 +1 @@
1
+ {"searchDocs":[{"title":"globals","type":0,"sectionRef":"#","url":"/functions/globals","content":"","keywords":"","version":"Next"},{"title":"installDependencies()​","type":1,"pageTitle":"globals","url":"/functions/globals#installdependencies","content":" function installDependencies(targetDir: string): Promise<void>; Defined in: git0.js:208 Automatically detects project type and installs dependencies Supports Node.js, Docker, Python, Rust, and Go projects ","version":"Next","tagName":"h2"},{"title":"Parameters​","type":1,"pageTitle":"globals","url":"/functions/globals#parameters","content":" Parameter\tType\tDescription targetDir string Path to the project directory ","version":"Next","tagName":"h3"},{"title":"Returns​","type":1,"pageTitle":"globals","url":"/functions/globals#returns","content":" Promise<void> ","version":"Next","tagName":"h3"},{"title":"Export​","type":1,"pageTitle":"globals","url":"/functions/globals#export","content":" ","version":"Next","tagName":"h3"},{"title":"Async​","type":1,"pageTitle":"globals","url":"/functions/globals#async","content":" ","version":"Next","tagName":"h3"},{"title":"openInIDE()​","type":1,"pageTitle":"globals","url":"/functions/globals#openinide","content":" function openInIDE(targetDir: string): void; Defined in: git0.js:158 Opens a directory in the first available IDE/editor Also attempts to open a README or package.json file after 3 seconds ","version":"Next","tagName":"h2"},{"title":"Parameters​","type":1,"pageTitle":"globals","url":"/functions/globals#parameters-1","content":" Parameter\tType\tDescription targetDir string Path to the directory to open ","version":"Next","tagName":"h3"},{"title":"Returns​","type":1,"pageTitle":"globals","url":"/functions/globals#returns-1","content":" void ","version":"Next","tagName":"h3"},{"title":"Export​","type":1,"pageTitle":"globals","url":"/functions/globals#export-1","content":"","version":"Next","tagName":"h3"},{"title":"Git0: Download Git Repo on Step Zero","type":0,"sectionRef":"#","url":"/functions/","content":"","keywords":"","version":"Next"},{"title":"🚀 Installation​","type":1,"pageTitle":"Git0: Download Git Repo on Step Zero","url":"/functions/#-installation","content":" npm install -g git0 bun install -g git0 ","version":"Next","tagName":"h2"},{"title":"✨ Features​","type":1,"pageTitle":"Git0: Download Git Repo on Step Zero","url":"/functions/#-features","content":" Search GitHub repositories by name with fuzzy matchingDownload repositories directly from GitHub URLs or owner/repo shortcuts. Skip the manual git clone, cd, install danceGet Releases instantly download latest release for your system or all systemsAutomatic dependency detection and installation for multiple project typesSmart IDE integration - automatically opens projects in your preferred editorCross-platform support - works on Windows, macOS, and LinuxConflict resolution - handles directory naming conflicts automatically ","version":"Next","tagName":"h2"},{"title":"🎯 Usage​","type":1,"pageTitle":"Git0: Download Git Repo on Step Zero","url":"/functions/#-usage","content":" # Search for repositories by name gg react starter # Direct download from GitHub URL ## gg and git0 both work gg https://github.com/facebook/react # Download using owner/repo shorthand git0 react starter ## Use git0 without installing, (only node needed) # (copy into your project's readme for quick setup) npx git0 facebook/react ","version":"Next","tagName":"h2"},{"title":"Supported Project Types​","type":1,"pageTitle":"Git0: Download Git Repo on Step Zero","url":"/functions/#supported-project-types","content":" git0 automatically detects and sets up the following project types: Project Type\tDetection\tInstallationNode.js\tpackage.json\tbun install (fallback to npm install) Docker\tDockerfile, docker-compose.yml\tdocker-compose up -d or docker build Python\trequirements.txt, setup.py\tVirtual environment + pip install Rust\tCargo.toml\tcargo build Go\tgo.mod\tgo mod tidy ","version":"Next","tagName":"h3"},{"title":"Supported IDEs​","type":1,"pageTitle":"Git0: Download Git Repo on Step Zero","url":"/functions/#supported-ides","content":" git0 automatically detects and opens projects in your preferred IDE: Cursor (cursor)Windsurf (windsurf)VS Code (code)Code Server (code-server)Neovim (nvim) ","version":"Next","tagName":"h3"},{"title":"🔧 Configuration​","type":1,"pageTitle":"Git0: Download Git Repo on Step Zero","url":"/functions/#-configuration","content":" ","version":"Next","tagName":"h2"},{"title":"What Happens After Download​","type":1,"pageTitle":"Git0: Download Git Repo on Step Zero","url":"/functions/#what-happens-after-download","content":" Repository is downloaded to your current directoryProject type is detected automaticallyDependencies are installed based on project typeIDE is launched automatically (if available)Development server starts (for Node.js projects) If a directory with the same name exists, git0 automatically appends a number (e.g., react-2, react-3). ","version":"Next","tagName":"h3"},{"title":"GitHub Token (Optional)​","type":1,"pageTitle":"Git0: Download Git Repo on Step Zero","url":"/functions/#github-token-optional","content":" For higher API rate limits, set your GitHub token: export GITHUB_TOKEN=your_github_token_here Without a token, you're limited to 60 requests per hour. With a token, you get 5,000 requests per hour. ","version":"Next","tagName":"h3"}],"options":{"id":"default"}}
@@ -1 +1 @@
1
- {"searchDocs":[],"options":{"id":"default"}}
1
+ {"searchDocs":[{"title":"globals","type":0,"sectionRef":"#","url":"/functions/globals","content":"","keywords":"","version":"Next"},{"title":"installDependencies()​","type":1,"pageTitle":"globals","url":"/functions/globals#installdependencies","content":" function installDependencies(targetDir: string): Promise<void>; Defined in: git0.js:208 Automatically detects project type and installs dependencies Supports Node.js, Docker, Python, Rust, and Go projects ","version":"Next","tagName":"h2"},{"title":"Parameters​","type":1,"pageTitle":"globals","url":"/functions/globals#parameters","content":" Parameter\tType\tDescription targetDir string Path to the project directory ","version":"Next","tagName":"h3"},{"title":"Returns​","type":1,"pageTitle":"globals","url":"/functions/globals#returns","content":" Promise<void> ","version":"Next","tagName":"h3"},{"title":"Export​","type":1,"pageTitle":"globals","url":"/functions/globals#export","content":" ","version":"Next","tagName":"h3"},{"title":"Async​","type":1,"pageTitle":"globals","url":"/functions/globals#async","content":" ","version":"Next","tagName":"h3"},{"title":"openInIDE()​","type":1,"pageTitle":"globals","url":"/functions/globals#openinide","content":" function openInIDE(targetDir: string): void; Defined in: git0.js:158 Opens a directory in the first available IDE/editor Also attempts to open a README or package.json file after 3 seconds ","version":"Next","tagName":"h2"},{"title":"Parameters​","type":1,"pageTitle":"globals","url":"/functions/globals#parameters-1","content":" Parameter\tType\tDescription targetDir string Path to the directory to open ","version":"Next","tagName":"h3"},{"title":"Returns​","type":1,"pageTitle":"globals","url":"/functions/globals#returns-1","content":" void ","version":"Next","tagName":"h3"},{"title":"Export​","type":1,"pageTitle":"globals","url":"/functions/globals#export-1","content":"","version":"Next","tagName":"h3"},{"title":"Git0: Download Git Repo on Step Zero","type":0,"sectionRef":"#","url":"/functions/","content":"","keywords":"","version":"Next"},{"title":"🚀 Installation​","type":1,"pageTitle":"Git0: Download Git Repo on Step Zero","url":"/functions/#-installation","content":" npm install -g git0 bun install -g git0 ","version":"Next","tagName":"h2"},{"title":"✨ Features​","type":1,"pageTitle":"Git0: Download Git Repo on Step Zero","url":"/functions/#-features","content":" Search GitHub repositories by name with fuzzy matchingDownload repositories directly from GitHub URLs or owner/repo shortcuts. Skip the manual git clone, cd, install danceGet Releases instantly download latest release for your system or all systemsAutomatic dependency detection and installation for multiple project typesSmart IDE integration - automatically opens projects in your preferred editorCross-platform support - works on Windows, macOS, and LinuxConflict resolution - handles directory naming conflicts automatically ","version":"Next","tagName":"h2"},{"title":"🎯 Usage​","type":1,"pageTitle":"Git0: Download Git Repo on Step Zero","url":"/functions/#-usage","content":" # Search for repositories by name gg react starter # Direct download from GitHub URL ## gg and git0 both work gg https://github.com/facebook/react # Download using owner/repo shorthand git0 react starter ## Use git0 without installing, (only node needed) # (copy into your project's readme for quick setup) npx git0 facebook/react ","version":"Next","tagName":"h2"},{"title":"Supported Project Types​","type":1,"pageTitle":"Git0: Download Git Repo on Step Zero","url":"/functions/#supported-project-types","content":" git0 automatically detects and sets up the following project types: Project Type\tDetection\tInstallationNode.js\tpackage.json\tbun install (fallback to npm install) Docker\tDockerfile, docker-compose.yml\tdocker-compose up -d or docker build Python\trequirements.txt, setup.py\tVirtual environment + pip install Rust\tCargo.toml\tcargo build Go\tgo.mod\tgo mod tidy ","version":"Next","tagName":"h3"},{"title":"Supported IDEs​","type":1,"pageTitle":"Git0: Download Git Repo on Step Zero","url":"/functions/#supported-ides","content":" git0 automatically detects and opens projects in your preferred IDE: Cursor (cursor)Windsurf (windsurf)VS Code (code)Code Server (code-server)Neovim (nvim) ","version":"Next","tagName":"h3"},{"title":"🔧 Configuration​","type":1,"pageTitle":"Git0: Download Git Repo on Step Zero","url":"/functions/#-configuration","content":" ","version":"Next","tagName":"h2"},{"title":"What Happens After Download​","type":1,"pageTitle":"Git0: Download Git Repo on Step Zero","url":"/functions/#what-happens-after-download","content":" Repository is downloaded to your current directoryProject type is detected automaticallyDependencies are installed based on project typeIDE is launched automatically (if available)Development server starts (for Node.js projects) If a directory with the same name exists, git0 automatically appends a number (e.g., react-2, react-3). ","version":"Next","tagName":"h3"},{"title":"GitHub Token (Optional)​","type":1,"pageTitle":"Git0: Download Git Repo on Step Zero","url":"/functions/#github-token-optional","content":" For higher API rate limits, set your GitHub token: export GITHUB_TOKEN=your_github_token_here Without a token, you're limited to 60 requests per hour. With a token, you get 5,000 requests per hour. ","version":"Next","tagName":"h3"}],"options":{"id":"default"}}
package/docs/sitemap.xml CHANGED
@@ -1 +1 @@
1
- <?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1"><url><loc>https://git0.js.org/customize-home</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://git0.js.org/Footer</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://git0.js.org/</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://git0.js.org/functions/</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://git0.js.org/functions/globals</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://git0.js.org/</loc><changefreq>weekly</changefreq><priority>0.5</priority></url></urlset>
1
+ <?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1"><url><loc>https://git0.js.org/Footer</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://git0.js.org/</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://git0.js.org/functions/</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://git0.js.org/functions/globals</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://git0.js.org/</loc><changefreq>weekly</changefreq><priority>0.5</priority></url></urlset>
@@ -0,0 +1,5 @@
1
+ This folder stores temp files that Docusaurus' client bundler accesses.
2
+
3
+ DO NOT hand-modify files in this folder because they will be overwritten in the
4
+ next build. You can clear all build artifacts (including this folder) with the
5
+ `docusaurus clear` command.
@@ -0,0 +1,247 @@
1
+ {
2
+ "entrypoints": [
3
+ "main"
4
+ ],
5
+ "origins": {
6
+ "237": [
7
+ 237
8
+ ],
9
+ "278": [
10
+ 869,
11
+ 278
12
+ ],
13
+ "577": [
14
+ 591,
15
+ 577
16
+ ],
17
+ "591": [
18
+ 577,
19
+ 591
20
+ ],
21
+ "17896441": [
22
+ 869,
23
+ 401
24
+ ],
25
+ "main": [
26
+ 354,
27
+ 869,
28
+ 792
29
+ ],
30
+ "runtime~main": [
31
+ 792,
32
+ 869,
33
+ 354
34
+ ],
35
+ "1df93b7f": [
36
+ 682
37
+ ],
38
+ "22dd74f7": [
39
+ 567
40
+ ],
41
+ "4a829dc8": [
42
+ 26
43
+ ],
44
+ "5e95c892": [
45
+ 647
46
+ ],
47
+ "a7456010": [
48
+ 235
49
+ ],
50
+ "a7bd4aaa": [
51
+ 98
52
+ ],
53
+ "a94703ab": [
54
+ 869,
55
+ 48
56
+ ],
57
+ "aba21aa0": [
58
+ 742
59
+ ],
60
+ "ac46717f": [
61
+ 682
62
+ ],
63
+ "c3a618e1": [
64
+ 893
65
+ ],
66
+ "d140250a": [
67
+ 684
68
+ ],
69
+ "styles": [
70
+ 48,
71
+ 278,
72
+ 354,
73
+ 401,
74
+ 792,
75
+ 869
76
+ ]
77
+ },
78
+ "assets": {
79
+ "26": {
80
+ "js": [
81
+ {
82
+ "file": "assets/js/4a829dc8.10d7db0a.js",
83
+ "hash": "792e61251446f37a",
84
+ "publicPath": "/assets/js/4a829dc8.10d7db0a.js"
85
+ }
86
+ ]
87
+ },
88
+ "48": {
89
+ "js": [
90
+ {
91
+ "file": "assets/js/a94703ab.6d39a596.js",
92
+ "hash": "8f6c8210910f0267",
93
+ "publicPath": "/assets/js/a94703ab.6d39a596.js"
94
+ }
95
+ ]
96
+ },
97
+ "98": {
98
+ "js": [
99
+ {
100
+ "file": "assets/js/a7bd4aaa.87229397.js",
101
+ "hash": "fba80e34eb4eefbb",
102
+ "publicPath": "/assets/js/a7bd4aaa.87229397.js"
103
+ }
104
+ ]
105
+ },
106
+ "235": {
107
+ "js": [
108
+ {
109
+ "file": "assets/js/a7456010.3054873b.js",
110
+ "hash": "a8e27222530a9f3b",
111
+ "publicPath": "/assets/js/a7456010.3054873b.js"
112
+ }
113
+ ]
114
+ },
115
+ "237": {
116
+ "js": [
117
+ {
118
+ "file": "assets/js/237.daf7efdf.js",
119
+ "hash": "7718353bcfb01864",
120
+ "publicPath": "/assets/js/237.daf7efdf.js"
121
+ }
122
+ ]
123
+ },
124
+ "278": {
125
+ "js": [
126
+ {
127
+ "file": "assets/js/278.1628756c.js",
128
+ "hash": "1870efe1fa28d237",
129
+ "publicPath": "/assets/js/278.1628756c.js"
130
+ }
131
+ ]
132
+ },
133
+ "354": {
134
+ "js": [
135
+ {
136
+ "file": "assets/js/runtime~main.5c54c19c.js",
137
+ "hash": "862cc7179850ac58",
138
+ "publicPath": "/assets/js/runtime~main.5c54c19c.js"
139
+ }
140
+ ]
141
+ },
142
+ "401": {
143
+ "js": [
144
+ {
145
+ "file": "assets/js/17896441.79ceefeb.js",
146
+ "hash": "18456ff1c7b8ed0a",
147
+ "publicPath": "/assets/js/17896441.79ceefeb.js"
148
+ }
149
+ ]
150
+ },
151
+ "567": {
152
+ "js": [
153
+ {
154
+ "file": "assets/js/22dd74f7.040a4546.js",
155
+ "hash": "54a69099dd974e17",
156
+ "publicPath": "/assets/js/22dd74f7.040a4546.js"
157
+ }
158
+ ]
159
+ },
160
+ "577": {
161
+ "js": [
162
+ {
163
+ "file": "assets/js/577.78325c02.js",
164
+ "hash": "b83a82c84e535b98",
165
+ "publicPath": "/assets/js/577.78325c02.js"
166
+ }
167
+ ]
168
+ },
169
+ "591": {
170
+ "js": [
171
+ {
172
+ "file": "assets/js/591.2156b33d.js",
173
+ "hash": "71a50ad0824e3b5b",
174
+ "publicPath": "/assets/js/591.2156b33d.js"
175
+ }
176
+ ]
177
+ },
178
+ "647": {
179
+ "js": [
180
+ {
181
+ "file": "assets/js/5e95c892.bd6c1093.js",
182
+ "hash": "9117d83e2882eec9",
183
+ "publicPath": "/assets/js/5e95c892.bd6c1093.js"
184
+ }
185
+ ]
186
+ },
187
+ "682": {
188
+ "js": [
189
+ {
190
+ "file": "assets/js/1df93b7f.dfdf0ef3.js",
191
+ "hash": "8dde3d1a3b8b3263",
192
+ "publicPath": "/assets/js/1df93b7f.dfdf0ef3.js"
193
+ },
194
+ {
195
+ "file": "assets/js/ac46717f.32345167.js",
196
+ "hash": "6b0eccb4442d2b94",
197
+ "publicPath": "/assets/js/ac46717f.32345167.js"
198
+ }
199
+ ]
200
+ },
201
+ "684": {
202
+ "js": [
203
+ {
204
+ "file": "assets/js/d140250a.62af53aa.js",
205
+ "hash": "3e5424b8361cbb0d",
206
+ "publicPath": "/assets/js/d140250a.62af53aa.js"
207
+ }
208
+ ]
209
+ },
210
+ "742": {
211
+ "js": [
212
+ {
213
+ "file": "assets/js/aba21aa0.dfebd789.js",
214
+ "hash": "1e926514dcf7c36a",
215
+ "publicPath": "/assets/js/aba21aa0.dfebd789.js"
216
+ }
217
+ ]
218
+ },
219
+ "792": {
220
+ "js": [
221
+ {
222
+ "file": "assets/js/main.6b27aee7.js",
223
+ "hash": "23e9239bd828138c",
224
+ "publicPath": "/assets/js/main.6b27aee7.js"
225
+ }
226
+ ]
227
+ },
228
+ "869": {
229
+ "css": [
230
+ {
231
+ "file": "assets/css/styles.3dd00f8d.css",
232
+ "hash": "508f6f9838f2787a",
233
+ "publicPath": "/assets/css/styles.3dd00f8d.css"
234
+ }
235
+ ]
236
+ },
237
+ "893": {
238
+ "js": [
239
+ {
240
+ "file": "assets/js/c3a618e1.50a89e4d.js",
241
+ "hash": "6e40ff19857d01a0",
242
+ "publicPath": "/assets/js/c3a618e1.50a89e4d.js"
243
+ }
244
+ ]
245
+ }
246
+ }
247
+ }
@@ -0,0 +1,8 @@
1
+ export default [
2
+ require("/home/deck/Projects/git0/docs-config/node_modules/@docusaurus/plugin-google-gtag/lib/gtag"),
3
+ require("/home/deck/Projects/git0/docs-config/node_modules/infima/dist/css/default/default.css"),
4
+ require("/home/deck/Projects/git0/docs-config/node_modules/@docusaurus/theme-classic/lib/prism-include-languages"),
5
+ require("/home/deck/Projects/git0/docs-config/node_modules/@docusaurus/theme-classic/lib/nprogress"),
6
+ require("/home/deck/Projects/git0/docs-config/config/docs-theme.css"),
7
+ require("/home/deck/Projects/git0/docs-config/node_modules/docusaurus-theme-openapi-docs/lib/theme/styles.scss"),
8
+ ];
@@ -0,0 +1,4 @@
1
+ {
2
+ "name": "docusaurus-lunr-search",
3
+ "id": "default"
4
+ }
@@ -0,0 +1 @@
1
+ {"options":{"path":"src","routeBasePath":"/","sidebarPath":"/home/deck/Projects/git0/docs-config/config/sidebars.ts","editCurrentVersion":false,"editLocalizedFiles":false,"tagsBasePath":"tags","include":["**/*.{md,mdx}"],"exclude":["**/_*.{js,jsx,ts,tsx,md,mdx}","**/_*/**","**/*.test.{js,jsx,ts,tsx}","**/__tests__/**"],"sidebarCollapsible":true,"sidebarCollapsed":true,"docsRootComponent":"@theme/DocsRoot","docVersionRootComponent":"@theme/DocVersionRoot","docRootComponent":"@theme/DocRoot","docItemComponent":"@theme/DocItem","docTagsListComponent":"@theme/DocTagsListPage","docTagDocListComponent":"@theme/DocTagDocListPage","docCategoryGeneratedIndexComponent":"@theme/DocCategoryGeneratedIndexPage","remarkPlugins":[],"rehypePlugins":[],"recmaPlugins":[],"beforeDefaultRemarkPlugins":[],"beforeDefaultRehypePlugins":[],"admonitions":true,"showLastUpdateTime":false,"showLastUpdateAuthor":false,"includeCurrentVersion":true,"disableVersioning":false,"versions":{},"breadcrumbs":true,"onInlineTags":"warn","id":"default"},"versionsMetadata":[{"versionName":"current","label":"Next","banner":null,"badge":false,"noIndex":false,"className":"docs-version-current","path":"/","tagsPath":"/tags","isLast":true,"routePriority":-1,"sidebarFilePath":"/home/deck/Projects/git0/docs-config/config/sidebars.ts","contentPath":"/home/deck/Projects/git0/docs-config/src","contentPathLocalized":"/home/deck/Projects/git0/docs-config/i18n/en/docusaurus-plugin-content-docs/current"}]}
@@ -0,0 +1,4 @@
1
+ {
2
+ "name": "docusaurus-plugin-content-docs",
3
+ "id": "default"
4
+ }
@@ -0,0 +1 @@
1
+ {"version":{"pluginId":"default","version":"current","label":"Next","banner":null,"badge":false,"noIndex":false,"className":"docs-version-current","isLast":true,"docsSidebars":{"default":[{"type":"category","label":"Functions","collapsed":false,"items":[{"type":"link","label":"globals","href":"/functions/globals","docId":"functions/globals","unlisted":false},{"type":"link","label":"index","href":"/functions/","docId":"functions/index","unlisted":false}],"collapsible":true}]},"docs":{"functions/globals":{"id":"functions/globals","title":"globals","description":"installDependencies()","sidebar":"default"},"functions/index":{"id":"functions/index","title":"index","description":"<img src=\"https://img.shields.io/discord/1110227955554209923.svg?label=Chat&logo=Discord&colorB=7289da&style=flat\"","sidebar":"default"},"index":{"id":"index","title":"Overview","description":"<img src=\"https://img.shields.io/discord/1110227955554209923.svg?label=Chat&logo=Discord&colorB=7289da&style=flat\"","sidebar":"default"}}}}
@@ -0,0 +1,19 @@
1
+ {
2
+ "id": "functions/globals",
3
+ "title": "globals",
4
+ "description": "installDependencies()",
5
+ "source": "@site/src/functions/globals.md",
6
+ "sourceDirName": "functions",
7
+ "slug": "/functions/globals",
8
+ "permalink": "/functions/globals",
9
+ "draft": false,
10
+ "unlisted": false,
11
+ "tags": [],
12
+ "version": "current",
13
+ "frontMatter": {},
14
+ "sidebar": "default",
15
+ "next": {
16
+ "title": "index",
17
+ "permalink": "/functions/"
18
+ }
19
+ }
@@ -0,0 +1,19 @@
1
+ {
2
+ "id": "functions/index",
3
+ "title": "index",
4
+ "description": "<img src=\"https://img.shields.io/discord/1110227955554209923.svg?label=Chat&logo=Discord&colorB=7289da&style=flat\"",
5
+ "source": "@site/src/functions/index.md",
6
+ "sourceDirName": "functions",
7
+ "slug": "/functions/",
8
+ "permalink": "/functions/",
9
+ "draft": false,
10
+ "unlisted": false,
11
+ "tags": [],
12
+ "version": "current",
13
+ "frontMatter": {},
14
+ "sidebar": "default",
15
+ "previous": {
16
+ "title": "globals",
17
+ "permalink": "/functions/globals"
18
+ }
19
+ }
@@ -0,0 +1,21 @@
1
+ {
2
+ "id": "index",
3
+ "title": "Overview",
4
+ "description": "<img src=\"https://img.shields.io/discord/1110227955554209923.svg?label=Chat&logo=Discord&colorB=7289da&style=flat\"",
5
+ "source": "@site/src/index.md",
6
+ "sourceDirName": ".",
7
+ "slug": "/",
8
+ "permalink": "/",
9
+ "draft": false,
10
+ "unlisted": false,
11
+ "tags": [],
12
+ "version": "current",
13
+ "sidebarPosition": 1,
14
+ "frontMatter": {
15
+ "id": "index",
16
+ "title": "Overview",
17
+ "sidebar_position": 1,
18
+ "displayed_sidebar": "default"
19
+ },
20
+ "sidebar": "default"
21
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "name": "docusaurus-plugin-content-pages",
3
+ "id": "default"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "name": "docusaurus-plugin-google-gtag",
3
+ "id": "default"
4
+ }