@sinytra/wiki-previewer 0.1.133 → 0.1.136

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 (168) hide show
  1. package/.next/BUILD_ID +1 -1
  2. package/.next/app-build-manifest.json +148 -85
  3. package/.next/app-path-routes-manifest.json +9 -4
  4. package/.next/build-manifest.json +4 -4
  5. package/.next/prerender-manifest.json +19 -19
  6. package/.next/routes-manifest.json +48 -0
  7. package/.next/server/app/(developers)/api/docs/[slug]/asset/[id]/route.js +1 -1
  8. package/.next/server/app/(developers)/api/docs/[slug]/asset/[id]/route.js.nft.json +1 -1
  9. package/.next/server/app/(developers)/api/docs/[slug]/asset/[id]/route_client-reference-manifest.js +1 -1
  10. package/.next/server/app/(developers)/api/raw/[locale]/[slug]/[version]/content/[id]/route.js +3 -0
  11. package/.next/server/app/(developers)/api/raw/[locale]/[slug]/[version]/content/[id]/route.js.nft.json +1 -0
  12. package/.next/server/app/(developers)/api/raw/[locale]/[slug]/[version]/content/[id]/route_client-reference-manifest.js +1 -0
  13. package/.next/server/app/(developers)/api/raw/[locale]/[slug]/[version]/docs/[...path]/route.js +3 -0
  14. package/.next/server/app/(developers)/api/raw/[locale]/[slug]/[version]/docs/[...path]/route.js.nft.json +1 -0
  15. package/.next/server/app/(developers)/api/raw/[locale]/[slug]/[version]/docs/[...path]/route_client-reference-manifest.js +1 -0
  16. package/.next/server/app/(developers)/api/raw/[locale]/[slug]/[version]/docs/route.js +3 -0
  17. package/.next/server/app/(developers)/api/raw/[locale]/[slug]/[version]/docs/route.js.nft.json +1 -0
  18. package/.next/server/app/(developers)/api/raw/[locale]/[slug]/[version]/docs/route_client-reference-manifest.js +1 -0
  19. package/.next/server/app/[locale]/(main)/project/[slug]/[version]/content/[id]/page.js +2 -2
  20. package/.next/server/app/[locale]/(main)/project/[slug]/[version]/content/[id]/page.js.nft.json +1 -1
  21. package/.next/server/app/[locale]/(main)/project/[slug]/[version]/content/[id]/page_client-reference-manifest.js +1 -1
  22. package/.next/server/app/[locale]/(main)/project/[slug]/[version]/content/page.js +2 -2
  23. package/.next/server/app/[locale]/(main)/project/[slug]/[version]/content/page.js.nft.json +1 -1
  24. package/.next/server/app/[locale]/(main)/project/[slug]/[version]/content/page_client-reference-manifest.js +1 -1
  25. package/.next/server/app/[locale]/(main)/project/[slug]/[version]/docs/[...path]/page.js +2 -2
  26. package/.next/server/app/[locale]/(main)/project/[slug]/[version]/docs/[...path]/page.js.nft.json +1 -1
  27. package/.next/server/app/[locale]/(main)/project/[slug]/[version]/docs/[...path]/page_client-reference-manifest.js +1 -1
  28. package/.next/server/app/[locale]/(main)/project/[slug]/[version]/docs/page.js +2 -2
  29. package/.next/server/app/[locale]/(main)/project/[slug]/[version]/docs/page.js.nft.json +1 -1
  30. package/.next/server/app/[locale]/(main)/project/[slug]/[version]/docs/page_client-reference-manifest.js +1 -1
  31. package/.next/server/app/[locale]/(main)/project/[slug]/[version]/llms.txt/route.js +15 -0
  32. package/.next/server/app/[locale]/(main)/project/[slug]/[version]/llms.txt/route.js.nft.json +1 -0
  33. package/.next/server/app/[locale]/(main)/project/[slug]/[version]/llms.txt/route_client-reference-manifest.js +1 -0
  34. package/.next/server/app/[locale]/(main)/project/[slug]/[version]/page.js +2 -2
  35. package/.next/server/app/[locale]/(main)/project/[slug]/[version]/page.js.nft.json +1 -1
  36. package/.next/server/app/[locale]/(main)/project/[slug]/[version]/page_client-reference-manifest.js +1 -1
  37. package/.next/server/app/[locale]/page.js +2 -2
  38. package/.next/server/app/[locale]/page.js.nft.json +1 -1
  39. package/.next/server/app/[locale]/page_client-reference-manifest.js +1 -1
  40. package/.next/server/app/_not-found/page.js +2 -2
  41. package/.next/server/app/_not-found/page.js.nft.json +1 -1
  42. package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  43. package/.next/server/app/_not-found.html +2 -2
  44. package/.next/server/app/_not-found.rsc +4 -4
  45. package/.next/server/app/favicon.ico/route.js +1 -1
  46. package/.next/server/app/favicon.ico/route.js.nft.json +1 -1
  47. package/.next/server/app/llms.txt/route.js +32 -0
  48. package/.next/server/app/llms.txt/route.js.nft.json +1 -0
  49. package/.next/server/app/llms.txt/route_client-reference-manifest.js +1 -0
  50. package/.next/server/app/opengraph-image/route_client-reference-manifest.js +1 -1
  51. package/.next/server/app/robots.txt/route.js +1 -1
  52. package/.next/server/app/robots.txt/route.js.nft.json +1 -1
  53. package/.next/server/app/robots.txt/route_client-reference-manifest.js +1 -1
  54. package/.next/server/app/sitemap.xml/route.js +1 -1
  55. package/.next/server/app/sitemap.xml/route.js.nft.json +1 -1
  56. package/.next/server/app/sitemap.xml/route_client-reference-manifest.js +1 -1
  57. package/.next/server/app-paths-manifest.json +9 -4
  58. package/.next/server/chunks/1375.js +1 -0
  59. package/.next/server/chunks/1514.js +54 -0
  60. package/.next/server/chunks/2284.js +4 -0
  61. package/.next/server/chunks/2313.js +2 -2
  62. package/.next/server/chunks/2337.js +1 -1
  63. package/.next/server/chunks/2408.js +1 -1
  64. package/.next/server/chunks/3387.js +1 -0
  65. package/.next/server/chunks/3409.js +5 -0
  66. package/.next/server/chunks/4856.js +1 -0
  67. package/.next/server/chunks/5286.js +1 -0
  68. package/.next/server/chunks/{1722.js → 5544.js} +1 -1
  69. package/.next/server/chunks/5713.js +156 -0
  70. package/.next/server/chunks/6008.js +1 -0
  71. package/.next/server/chunks/6655.js +1 -0
  72. package/.next/server/chunks/6827.js +6 -0
  73. package/.next/server/chunks/{9228.js → 7184.js} +9 -9
  74. package/.next/server/chunks/733.js +1 -0
  75. package/.next/server/chunks/{6618.js → 8029.js} +2 -2
  76. package/.next/server/chunks/8714.js +1 -0
  77. package/.next/server/chunks/8939.js +1 -0
  78. package/.next/server/middleware-build-manifest.js +1 -1
  79. package/.next/server/middleware-manifest.json +12 -12
  80. package/.next/server/pages/404.html +2 -2
  81. package/.next/server/pages/500.html +1 -1
  82. package/.next/server/server-reference-manifest.json +1 -1
  83. package/.next/server/src/middleware.js +2 -2
  84. package/.next/static/Uh_7iky5Kcx69gUoxK7Er/_buildManifest.js +1 -0
  85. package/.next/static/chunks/{103-46cfa8ff07310382.js → 103-0561095c3788a308.js} +1 -1
  86. package/.next/static/chunks/1441-f7a7bcb828cad81e.js +2 -0
  87. package/.next/static/chunks/1789-049743797a75226d.js +1 -0
  88. package/.next/static/chunks/3859-776bce5eb3934558.js +1 -0
  89. package/.next/static/chunks/4905-17da119bb6ca7366.js +1 -0
  90. package/.next/static/chunks/5906-091657bd6dc60021.js +1 -0
  91. package/.next/static/chunks/{595-540f36fc4bd1eca9.js → 595-2c38864b670b4e24.js} +1 -1
  92. package/.next/static/chunks/{9956-b1e9ab15956e370e.js → 8581-701814526d03a782.js} +1 -1
  93. package/.next/static/chunks/{8616-cd5800f66cc48e07.js → 8616-3c9c00eb966ec5a3.js} +1 -1
  94. package/.next/static/chunks/9230-b616869976d6130e.js +1 -0
  95. package/.next/static/chunks/app/(developers)/api/docs/[slug]/asset/[id]/route-adcaaf134324196c.js +1 -0
  96. package/.next/static/chunks/app/(developers)/api/raw/[locale]/[slug]/[version]/content/[id]/route-eba70bf796216d88.js +1 -0
  97. package/.next/static/chunks/app/(developers)/api/raw/[locale]/[slug]/[version]/docs/[...path]/route-eba70bf796216d88.js +1 -0
  98. package/.next/static/chunks/app/(developers)/api/raw/[locale]/[slug]/[version]/docs/route-eba70bf796216d88.js +1 -0
  99. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/content/[id]/error-cc5fa2b9c723e531.js +1 -0
  100. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/content/[id]/not-found-e2c159a89dd766a0.js +1 -0
  101. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/content/[id]/page-a4e67a1a9927e482.js +1 -0
  102. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/content/error-3d602b631b90ddba.js +1 -0
  103. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/content/not-found-e2c159a89dd766a0.js +1 -0
  104. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/content/{page-9be9cb3294aa2ea2.js → page-4a5e64d731a5f7fc.js} +1 -1
  105. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/docs/[...path]/error-fb074cefeb4df365.js +1 -0
  106. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/docs/[...path]/not-found-e2c159a89dd766a0.js +1 -0
  107. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/docs/[...path]/{page-66bd37d4cbebbeba.js → page-ba3f0b7b6ef67c78.js} +1 -1
  108. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/docs/error-ef18547df8fa1cd6.js +1 -0
  109. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/docs/not-found-e2c159a89dd766a0.js +1 -0
  110. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/docs/page-0f9867704414b457.js +1 -0
  111. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/layout-4721eb369302b3db.js +1 -0
  112. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/llms.txt/route-eba70bf796216d88.js +1 -0
  113. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/page-d1de27298a90e3c1.js +1 -0
  114. package/.next/static/chunks/app/[locale]/layout-496b76cbf43bb94d.js +1 -0
  115. package/.next/static/chunks/app/[locale]/not-found-7a358268112a56b4.js +1 -0
  116. package/.next/static/chunks/app/[locale]/page-c84bd2f6052f6b73.js +1 -0
  117. package/.next/static/chunks/app/_not-found/page-40b909e614212341.js +1 -0
  118. package/.next/static/chunks/app/{error-071f9f60fcee43d3.js → error-d01f9991f666feeb.js} +1 -1
  119. package/.next/static/chunks/app/llms.txt/route-40b909e614212341.js +1 -0
  120. package/.next/static/chunks/app/not-found-f434e3d8796c5d25.js +1 -0
  121. package/.next/static/chunks/app/opengraph-image/route-40b909e614212341.js +1 -0
  122. package/.next/static/chunks/app/robots.txt/route-40b909e614212341.js +1 -0
  123. package/.next/static/chunks/app/sitemap.xml/route-40b909e614212341.js +1 -0
  124. package/.next/static/chunks/main-e6ab5aa1cddf93db.js +1 -0
  125. package/package.json +1 -1
  126. package/public/blog-assets/compact_page.png +0 -0
  127. package/public/blog-assets/custom_md_props.png +0 -0
  128. package/public/blog-assets/figure_example.png +0 -0
  129. package/.next/server/chunks/3938.js +0 -1
  130. package/.next/server/chunks/4068.js +0 -1
  131. package/.next/server/chunks/4903.js +0 -1
  132. package/.next/server/chunks/5413.js +0 -10
  133. package/.next/server/chunks/5943.js +0 -159
  134. package/.next/server/chunks/6064.js +0 -54
  135. package/.next/server/chunks/7212.js +0 -1
  136. package/.next/server/chunks/7748.js +0 -1
  137. package/.next/server/chunks/7772.js +0 -1
  138. package/.next/server/chunks/981.js +0 -1
  139. package/.next/static/chunks/357-e28f1a542e1d123a.js +0 -1
  140. package/.next/static/chunks/4021-4ed620e833362864.js +0 -1
  141. package/.next/static/chunks/4467-e5439059ac57bbc1.js +0 -2
  142. package/.next/static/chunks/8047-a76bedee28fa3855.js +0 -1
  143. package/.next/static/chunks/8503-18e014294c240db0.js +0 -1
  144. package/.next/static/chunks/9538-0952ccc1cdc43aab.js +0 -1
  145. package/.next/static/chunks/app/(developers)/api/docs/[slug]/asset/[id]/route-2eb1e2f7ef7dbda5.js +0 -1
  146. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/content/[id]/error-824b5f552a464508.js +0 -1
  147. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/content/[id]/not-found-9a5a8c873fe218c8.js +0 -1
  148. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/content/[id]/page-7caa12c64304cf05.js +0 -1
  149. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/content/error-379b997ddc90bcb1.js +0 -1
  150. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/content/not-found-9a5a8c873fe218c8.js +0 -1
  151. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/docs/[...path]/error-c27832382d942bf9.js +0 -1
  152. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/docs/[...path]/not-found-9a5a8c873fe218c8.js +0 -1
  153. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/docs/error-2adf1c543db3b129.js +0 -1
  154. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/docs/not-found-9a5a8c873fe218c8.js +0 -1
  155. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/docs/page-d0de8ac366a22bb4.js +0 -1
  156. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/layout-c35f1c7c35789f59.js +0 -1
  157. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/page-5edab0f76527d8be.js +0 -1
  158. package/.next/static/chunks/app/[locale]/layout-bc721f680058d307.js +0 -1
  159. package/.next/static/chunks/app/[locale]/not-found-a5c82dda280be116.js +0 -1
  160. package/.next/static/chunks/app/[locale]/page-4e0567f9f6f7f014.js +0 -1
  161. package/.next/static/chunks/app/_not-found/page-a7d6d8b2540658b2.js +0 -1
  162. package/.next/static/chunks/app/not-found-ea05d09b42b69998.js +0 -1
  163. package/.next/static/chunks/app/opengraph-image/route-a7d6d8b2540658b2.js +0 -1
  164. package/.next/static/chunks/app/robots.txt/route-a7d6d8b2540658b2.js +0 -1
  165. package/.next/static/chunks/app/sitemap.xml/route-a7d6d8b2540658b2.js +0 -1
  166. package/.next/static/chunks/main-c8dfadc3bb2249ef.js +0 -1
  167. package/.next/static/nCMPmJHmoeQrp7fyfYS_W/_buildManifest.js +0 -1
  168. /package/.next/static/{nCMPmJHmoeQrp7fyfYS_W → Uh_7iky5Kcx69gUoxK7Er}/_ssgManifest.js +0 -0
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/sitemap.xml/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"1273":{"*":{"id":"72712","name":"*","chunks":[],"async":false}},"5903":{"*":{"id":"72765","name":"*","chunks":[],"async":false}},"9078":{"*":{"id":"29872","name":"*","chunks":[],"async":false}},"9864":{"*":{"id":"24194","name":"*","chunks":[],"async":false}},"13432":{"*":{"id":"68388","name":"*","chunks":[],"async":false}},"16774":{"*":{"id":"79876","name":"*","chunks":[],"async":false}},"18526":{"*":{"id":"4902","name":"*","chunks":[],"async":false}},"18622":{"*":{"id":"78079","name":"*","chunks":[],"async":false}},"18888":{"*":{"id":"91688","name":"*","chunks":[],"async":false}},"19668":{"*":{"id":"24500","name":"*","chunks":[],"async":false}},"19957":{"*":{"id":"3065","name":"*","chunks":[],"async":false}},"20249":{"*":{"id":"50667","name":"*","chunks":[],"async":false}},"20826":{"*":{"id":"80756","name":"*","chunks":[],"async":false}},"21559":{"*":{"id":"43029","name":"*","chunks":[],"async":false}},"24989":{"*":{"id":"8039","name":"*","chunks":[],"async":false}},"25644":{"*":{"id":"82312","name":"*","chunks":[],"async":false}},"28139":{"*":{"id":"24641","name":"*","chunks":[],"async":false}},"28243":{"*":{"id":"99014","name":"*","chunks":[],"async":false}},"28663":{"*":{"id":"5888","name":"*","chunks":[],"async":false}},"30607":{"*":{"id":"86907","name":"*","chunks":[],"async":false}},"30674":{"*":{"id":"67904","name":"*","chunks":[],"async":false}},"32265":{"*":{"id":"23057","name":"*","chunks":[],"async":false}},"33951":{"*":{"id":"82095","name":"*","chunks":[],"async":false}},"38880":{"*":{"id":"27084","name":"*","chunks":[],"async":false}},"39389":{"*":{"id":"41049","name":"*","chunks":[],"async":false}},"40491":{"*":{"id":"84339","name":"*","chunks":[],"async":false}},"41736":{"*":{"id":"77806","name":"*","chunks":[],"async":false}},"44064":{"*":{"id":"32330","name":"*","chunks":[],"async":false}},"44431":{"*":{"id":"60197","name":"*","chunks":[],"async":false}},"45088":{"*":{"id":"25281","name":"*","chunks":[],"async":false}},"45585":{"*":{"id":"92609","name":"*","chunks":[],"async":false}},"50021":{"*":{"id":"79011","name":"*","chunks":[],"async":false}},"52643":{"*":{"id":"40005","name":"*","chunks":[],"async":false}},"55242":{"*":{"id":"64714","name":"*","chunks":[],"async":false}},"57850":{"*":{"id":"33244","name":"*","chunks":[],"async":false}},"58453":{"*":{"id":"73042","name":"*","chunks":[],"async":false}},"60784":{"*":{"id":"40484","name":"*","chunks":[],"async":false}},"62078":{"*":{"id":"12686","name":"*","chunks":[],"async":false}},"62598":{"*":{"id":"50362","name":"*","chunks":[],"async":false}},"63914":{"*":{"id":"52432","name":"*","chunks":[],"async":false}},"65028":{"*":{"id":"47926","name":"*","chunks":[],"async":false}},"65066":{"*":{"id":"23332","name":"*","chunks":[],"async":false}},"67820":{"*":{"id":"39442","name":"*","chunks":[],"async":false}},"71678":{"*":{"id":"23036","name":"*","chunks":[],"async":false}},"72103":{"*":{"id":"60765","name":"*","chunks":[],"async":false}},"73517":{"*":{"id":"41607","name":"*","chunks":[],"async":false}},"75450":{"*":{"id":"33014","name":"*","chunks":[],"async":false}},"77139":{"*":{"id":"73513","name":"*","chunks":[],"async":false}},"78177":{"*":{"id":"17859","name":"*","chunks":[],"async":false}},"78888":{"*":{"id":"91596","name":"*","chunks":[],"async":false}},"78890":{"*":{"id":"35006","name":"*","chunks":[],"async":false}},"80123":{"*":{"id":"84531","name":"*","chunks":[],"async":false}},"81460":{"*":{"id":"67776","name":"*","chunks":[],"async":false}},"81883":{"*":{"id":"97317","name":"*","chunks":[],"async":false}},"83457":{"*":{"id":"60180","name":"*","chunks":[],"async":false}},"86089":{"*":{"id":"57908","name":"*","chunks":[],"async":false}},"86373":{"*":{"id":"90433","name":"*","chunks":[],"async":false}},"87257":{"*":{"id":"92053","name":"*","chunks":[],"async":false}},"92014":{"*":{"id":"51660","name":"*","chunks":[],"async":false}},"92434":{"*":{"id":"32514","name":"*","chunks":[],"async":false}},"92897":{"*":{"id":"60069","name":"*","chunks":[],"async":false}},"93656":{"*":{"id":"6444","name":"*","chunks":[],"async":false}},"94513":{"*":{"id":"94473","name":"*","chunks":[],"async":false}},"94806":{"*":{"id":"28073","name":"*","chunks":[],"async":false}},"95301":{"*":{"id":"9610","name":"*","chunks":[],"async":false}},"96015":{"*":{"id":"94183","name":"*","chunks":[],"async":false}},"96090":{"*":{"id":"26712","name":"*","chunks":[],"async":false}},"96462":{"*":{"id":"63300","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/Wiki/Wiki/build/previewer/node_modules/.pnpm/next@15.5.23_@babel+core@7.29.7_@opentelemetry+api@1.9.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/client-page.js":{"id":92897,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/node_modules/.pnpm/next@15.5.23_@babel+core@7.29.7_@opentelemetry+api@1.9.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/esm/client/components/client-page.js":{"id":92897,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/node_modules/.pnpm/next@15.5.23_@babel+core@7.29.7_@opentelemetry+api@1.9.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/client-segment.js":{"id":81883,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/node_modules/.pnpm/next@15.5.23_@babel+core@7.29.7_@opentelemetry+api@1.9.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/esm/client/components/client-segment.js":{"id":81883,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/node_modules/.pnpm/next@15.5.23_@babel+core@7.29.7_@opentelemetry+api@1.9.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":38880,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/node_modules/.pnpm/next@15.5.23_@babel+core@7.29.7_@opentelemetry+api@1.9.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":38880,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/node_modules/.pnpm/next@15.5.23_@babel+core@7.29.7_@opentelemetry+api@1.9.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/layout-router.js":{"id":19668,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/node_modules/.pnpm/next@15.5.23_@babel+core@7.29.7_@opentelemetry+api@1.9.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/esm/client/components/layout-router.js":{"id":19668,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/node_modules/.pnpm/next@15.5.23_@babel+core@7.29.7_@opentelemetry+api@1.9.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":25644,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/node_modules/.pnpm/next@15.5.23_@babel+core@7.29.7_@opentelemetry+api@1.9.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":25644,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/node_modules/.pnpm/next@15.5.23_@babel+core@7.29.7_@opentelemetry+api@1.9.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/render-from-template-context.js":{"id":30674,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/node_modules/.pnpm/next@15.5.23_@babel+core@7.29.7_@opentelemetry+api@1.9.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":30674,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/node_modules/.pnpm/next@15.5.23_@babel+core@7.29.7_@opentelemetry+api@1.9.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/framework/boundary-components.js":{"id":94513,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/node_modules/.pnpm/next@15.5.23_@babel+core@7.29.7_@opentelemetry+api@1.9.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":94513,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/node_modules/.pnpm/next@15.5.23_@babel+core@7.29.7_@opentelemetry+api@1.9.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":81460,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/node_modules/.pnpm/next@15.5.23_@babel+core@7.29.7_@opentelemetry+api@1.9.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":81460,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/node_modules/.pnpm/lucide-react@1.37.0_react@19.1.0/node_modules/lucide-react/dist/esm/context.mjs":{"id":67820,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/node_modules/.pnpm/lucide-react@1.37.0_react@19.1.0/node_modules/lucide-react/dist/esm/Icon.mjs":{"id":96462,"name":"*","chunks":["9957","static/chunks/9957-f2551dce9714ec05.js","4345","static/chunks/app/not-found-ea05d09b42b69998.js"],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/app/global-error.tsx":{"id":9078,"name":"*","chunks":["9585","static/chunks/9585-1b3d4db6576d361c.js","4219","static/chunks/app/global-error-ce091b1452efe213.js"],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/node_modules/.pnpm/next@15.5.23_@babel+core@7.29.7_@opentelemetry+api@1.9.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/app-dir/link.js":{"id":19957,"name":"*","chunks":["9957","static/chunks/9957-f2551dce9714ec05.js","4345","static/chunks/app/not-found-ea05d09b42b69998.js"],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/node_modules/.pnpm/next@15.5.23_@babel+core@7.29.7_@opentelemetry+api@1.9.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/esm/client/app-dir/link.js":{"id":19957,"name":"*","chunks":["9957","static/chunks/9957-f2551dce9714ec05.js","4345","static/chunks/app/not-found-ea05d09b42b69998.js"],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/node_modules/.pnpm/next@15.5.23_@babel+core@7.29.7_@opentelemetry+api@1.9.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"]}],\"variableName\":\"inter\"}":{"id":88363,"name":"*","chunks":["7671","static/chunks/7671-a057238de3da6733.js","7177","static/chunks/app/layout-3165efcf5806a69a.js"],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/node_modules/.pnpm/nuqs@2.10.1_next@15.5.23_@babel+core@7.29.7_@opentelemetry+api@1.9.1_react-dom@19.1.0_r_a8b987eac47ecca531639ac6975224f9/node_modules/nuqs/dist/adapters/next/app.js":{"id":94806,"name":"*","chunks":["7671","static/chunks/7671-a057238de3da6733.js","7177","static/chunks/app/layout-3165efcf5806a69a.js"],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/app/styles/globals.css":{"id":75196,"name":"*","chunks":["7671","static/chunks/7671-a057238de3da6733.js","7177","static/chunks/app/layout-3165efcf5806a69a.js"],"async":false},"/home/runner/work/Wiki/Wiki/packages/ui/src/navigation/NavProgressBar.tsx":{"id":62078,"name":"*","chunks":["7671","static/chunks/7671-a057238de3da6733.js","7177","static/chunks/app/layout-3165efcf5806a69a.js"],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/app/error.tsx":{"id":86089,"name":"*","chunks":["9957","static/chunks/9957-f2551dce9714ec05.js","4021","static/chunks/4021-4ed620e833362864.js","8039","static/chunks/app/error-071f9f60fcee43d3.js"],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/node_modules/.pnpm/next-intl@4.14.1_next@15.5.23_@babel+core@7.29.7_@opentelemetry+api@1.9.1_react-dom@19._82a3a79f824ae6261efdbde8e00930c6/node_modules/next-intl/dist/esm/production/navigation/shared/BaseLink.js":{"id":9864,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/node_modules/.pnpm/next-intl@4.14.1_next@15.5.23_@babel+core@7.29.7_@opentelemetry+api@1.9.1_react-dom@19._82a3a79f824ae6261efdbde8e00930c6/node_modules/next-intl/dist/esm/production/shared/NextIntlClientProvider.js":{"id":13432,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/cookies/CookieConsentContextProvider.tsx":{"id":86373,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/cookies/ManageCookiesButton.tsx":{"id":20249,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/navigation/header/HeaderBase.tsx":{"id":60784,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/navigation/header/MobileNav.tsx":{"id":73517,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/navigation/header/style.module.css":{"id":65028,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/navigation/LanguageSelect.tsx":{"id":28243,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/navigation/search/DocsSearchBar.tsx":{"id":52643,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/navigation/search/MobileDocsSearch.tsx":{"id":92434,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/navigation/search/SearchContext.tsx":{"id":71678,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/util/SocialButtons.tsx":{"id":58453,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/packages/ui/src/components/sonner.tsx":{"id":62598,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/app/[locale]/(main)/LocalWatcher.tsx":{"id":50021,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/node_modules/.pnpm/codehike@1.1.0/node_modules/codehike/dist/code/pre-ref.js":{"id":1273,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/node_modules/.pnpm/next@15.5.23_@babel+core@7.29.7_@opentelemetry+api@1.9.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/image-component.js":{"id":63914,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/node_modules/.pnpm/next@15.5.23_@babel+core@7.29.7_@opentelemetry+api@1.9.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/esm/client/image-component.js":{"id":63914,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/assets/crafting_background.png":{"id":83457,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/docs/layout/DocsLayoutClient.tsx":{"id":95301,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/docs/LinkAwareHeading.tsx":{"id":72103,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/docs/shared/asset/AssetDisplay.tsx":{"id":18526,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/docs/shared/asset/ItemAssetDisplay.tsx":{"id":80123,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/docs/shared/game/RotatingItemDisplaySlot.tsx":{"id":28663,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/docs/shared/game/UsageContentList.tsx":{"id":44064,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/docs/shared/util/TooltipText.tsx":{"id":78890,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/docs/shared/VideoEmbedPlaceholder.tsx":{"id":92014,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/docs/side/DocsSidebarContext.tsx":{"id":45585,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/docs/side/LeftSidebarContext.tsx":{"id":40491,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/navigation/search/LocalSearchSetter.tsx":{"id":5903,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/util/HoverContextProvider.tsx":{"id":41736,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/util/ResponsiveTable.tsx":{"id":55242,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/packages/ui/src/components/button/CopyButton.tsx":{"id":28139,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/packages/ui/src/components/tabs.tsx":{"id":39389,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/packages/ui/src/util/ToggleChevron.tsx":{"id":96090,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/app/[locale]/(main)/project/[slug]/[version]/docs/error.tsx":{"id":32265,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/docs/error/DocsPageNotFound.tsx":{"id":18888,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/app/[locale]/(main)/project/[slug]/[version]/docs/[...path]/error.tsx":{"id":96015,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/docs/layout/DocsFileTreeFolder.tsx":{"id":33951,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/docs/layout/DocsPageFooter.tsx":{"id":45088,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/docs/layout/DocsResponsiveHeader.tsx":{"id":78888,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/docs/side/DocsSidebarBase.tsx":{"id":21559,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/docs/side/guide/DocsGuideNonContentRightSidebarClient.tsx":{"id":65066,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/docs/side/ScrollableDocsSidebarBase.tsx":{"id":57850,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/docs/tabs/DocsEntryTabs.tsx":{"id":24989,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/docs/tabs/TabSwitchedDocsContent.tsx":{"id":93656,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/docs/util/DocsFileLink.tsx":{"id":18622,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/util/ImageWithFallback.tsx":{"id":87257,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/packages/ui/src/components/tooltip.tsx":{"id":20826,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/app/[locale]/(main)/project/[slug]/[version]/content/error.tsx":{"id":78177,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/app/[locale]/(main)/project/[slug]/[version]/content/[id]/error.tsx":{"id":30607,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/docs/content/TogglableContent.tsx":{"id":44431,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/docs/side/content/DocsContentTOCSidebar.tsx":{"id":77139,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/docs/util/ExpandableCategory.tsx":{"id":75450,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/docs/layout/ExpandableDescription.tsx":{"id":16774,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/home/runner/work/Wiki/Wiki/build/previewer/src/":[],"/home/runner/work/Wiki/Wiki/build/previewer/src/app/global-error":[],"/home/runner/work/Wiki/Wiki/build/previewer/src/app/not-found":[],"/home/runner/work/Wiki/Wiki/build/previewer/src/app/layout":[{"inlined":false,"path":"static/css/7e7d96b1e6991756.css"},{"inlined":false,"path":"static/css/20595f616e05de4b.css"}],"/home/runner/work/Wiki/Wiki/build/previewer/src/app/error":[],"/home/runner/work/Wiki/Wiki/build/previewer/src/app/sitemap.xml/route":[]},"rscModuleMapping":{"1273":{"*":{"id":"99887","name":"*","chunks":[],"async":false}},"5903":{"*":{"id":"60227","name":"*","chunks":[],"async":false}},"9078":{"*":{"id":"11150","name":"*","chunks":[],"async":false}},"9864":{"*":{"id":"96172","name":"*","chunks":[],"async":false}},"13432":{"*":{"id":"15042","name":"*","chunks":[],"async":false}},"16774":{"*":{"id":"8266","name":"*","chunks":[],"async":false}},"18526":{"*":{"id":"27152","name":"*","chunks":[],"async":false}},"18622":{"*":{"id":"33951","name":"*","chunks":[],"async":false}},"18888":{"*":{"id":"92851","name":"*","chunks":[],"async":false}},"19668":{"*":{"id":"40350","name":"*","chunks":[],"async":false}},"19957":{"*":{"id":"8591","name":"*","chunks":[],"async":false}},"20249":{"*":{"id":"76605","name":"*","chunks":[],"async":false}},"20826":{"*":{"id":"79742","name":"*","chunks":[],"async":false}},"21559":{"*":{"id":"98300","name":"*","chunks":[],"async":false}},"24989":{"*":{"id":"39017","name":"*","chunks":[],"async":false}},"25644":{"*":{"id":"98546","name":"*","chunks":[],"async":false}},"28139":{"*":{"id":"51391","name":"*","chunks":[],"async":false}},"28243":{"*":{"id":"78000","name":"*","chunks":[],"async":false}},"28663":{"*":{"id":"58563","name":"*","chunks":[],"async":false}},"30607":{"*":{"id":"62893","name":"*","chunks":[],"async":false}},"30674":{"*":{"id":"24378","name":"*","chunks":[],"async":false}},"32265":{"*":{"id":"94199","name":"*","chunks":[],"async":false}},"33951":{"*":{"id":"42709","name":"*","chunks":[],"async":false}},"38880":{"*":{"id":"76138","name":"*","chunks":[],"async":false}},"39389":{"*":{"id":"68711","name":"*","chunks":[],"async":false}},"40491":{"*":{"id":"12461","name":"*","chunks":[],"async":false}},"41736":{"*":{"id":"43956","name":"*","chunks":[],"async":false}},"44064":{"*":{"id":"5404","name":"*","chunks":[],"async":false}},"44431":{"*":{"id":"78211","name":"*","chunks":[],"async":false}},"45088":{"*":{"id":"93259","name":"*","chunks":[],"async":false}},"45585":{"*":{"id":"36275","name":"*","chunks":[],"async":false}},"50021":{"*":{"id":"47729","name":"*","chunks":[],"async":false}},"52643":{"*":{"id":"30551","name":"*","chunks":[],"async":false}},"55242":{"*":{"id":"21736","name":"*","chunks":[],"async":false}},"57850":{"*":{"id":"60378","name":"*","chunks":[],"async":false}},"58453":{"*":{"id":"99086","name":"*","chunks":[],"async":false}},"60784":{"*":{"id":"13262","name":"*","chunks":[],"async":false}},"62078":{"*":{"id":"35872","name":"*","chunks":[],"async":false}},"62598":{"*":{"id":"93148","name":"*","chunks":[],"async":false}},"63914":{"*":{"id":"81138","name":"*","chunks":[],"async":false}},"65028":{"*":{"id":"84878","name":"*","chunks":[],"async":false}},"65066":{"*":{"id":"71494","name":"*","chunks":[],"async":false}},"67820":{"*":{"id":"57640","name":"*","chunks":[],"async":false}},"71678":{"*":{"id":"89686","name":"*","chunks":[],"async":false}},"72103":{"*":{"id":"88703","name":"*","chunks":[],"async":false}},"73517":{"*":{"id":"33121","name":"*","chunks":[],"async":false}},"75196":{"*":{"id":"39038","name":"*","chunks":[],"async":false}},"75450":{"*":{"id":"6192","name":"*","chunks":[],"async":false}},"77139":{"*":{"id":"95919","name":"*","chunks":[],"async":false}},"78177":{"*":{"id":"5289","name":"*","chunks":[],"async":false}},"78888":{"*":{"id":"16274","name":"*","chunks":[],"async":false}},"78890":{"*":{"id":"17436","name":"*","chunks":[],"async":false}},"80123":{"*":{"id":"72357","name":"*","chunks":[],"async":false}},"81460":{"*":{"id":"74378","name":"*","chunks":[],"async":false}},"81883":{"*":{"id":"13959","name":"*","chunks":[],"async":false}},"83457":{"*":{"id":"23796","name":"*","chunks":[],"async":false}},"86089":{"*":{"id":"86618","name":"*","chunks":[],"async":false}},"86373":{"*":{"id":"78153","name":"*","chunks":[],"async":false}},"87257":{"*":{"id":"71071","name":"*","chunks":[],"async":false}},"92014":{"*":{"id":"25970","name":"*","chunks":[],"async":false}},"92434":{"*":{"id":"95312","name":"*","chunks":[],"async":false}},"92897":{"*":{"id":"74283","name":"*","chunks":[],"async":false}},"93656":{"*":{"id":"85058","name":"*","chunks":[],"async":false}},"94513":{"*":{"id":"69887","name":"*","chunks":[],"async":false}},"94806":{"*":{"id":"38372","name":"*","chunks":[],"async":false}},"95301":{"*":{"id":"99040","name":"*","chunks":[],"async":false}},"96015":{"*":{"id":"97129","name":"*","chunks":[],"async":false}},"96090":{"*":{"id":"98978","name":"*","chunks":[],"async":false}},"96462":{"*":{"id":"62800","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{"20826":{"*":{"id":"80756","name":"*","chunks":[],"async":false}},"28139":{"*":{"id":"24641","name":"*","chunks":[],"async":false}},"39389":{"*":{"id":"41049","name":"*","chunks":[],"async":false}},"62078":{"*":{"id":"12686","name":"*","chunks":[],"async":false}},"62598":{"*":{"id":"50362","name":"*","chunks":[],"async":false}},"96090":{"*":{"id":"26712","name":"*","chunks":[],"async":false}}}}
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/sitemap.xml/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"1273":{"*":{"id":"72712","name":"*","chunks":[],"async":false}},"5903":{"*":{"id":"72765","name":"*","chunks":[],"async":false}},"9078":{"*":{"id":"29872","name":"*","chunks":[],"async":false}},"9864":{"*":{"id":"24194","name":"*","chunks":[],"async":false}},"13432":{"*":{"id":"68388","name":"*","chunks":[],"async":false}},"16774":{"*":{"id":"79876","name":"*","chunks":[],"async":false}},"18526":{"*":{"id":"4902","name":"*","chunks":[],"async":false}},"18622":{"*":{"id":"78079","name":"*","chunks":[],"async":false}},"19668":{"*":{"id":"24500","name":"*","chunks":[],"async":false}},"19957":{"*":{"id":"3065","name":"*","chunks":[],"async":false}},"20249":{"*":{"id":"50667","name":"*","chunks":[],"async":false}},"20826":{"*":{"id":"80756","name":"*","chunks":[],"async":false}},"21559":{"*":{"id":"43029","name":"*","chunks":[],"async":false}},"22105":{"*":{"id":"91127","name":"*","chunks":[],"async":false}},"24989":{"*":{"id":"8039","name":"*","chunks":[],"async":false}},"25644":{"*":{"id":"82312","name":"*","chunks":[],"async":false}},"28139":{"*":{"id":"24641","name":"*","chunks":[],"async":false}},"28243":{"*":{"id":"99014","name":"*","chunks":[],"async":false}},"28663":{"*":{"id":"5888","name":"*","chunks":[],"async":false}},"30607":{"*":{"id":"86907","name":"*","chunks":[],"async":false}},"30674":{"*":{"id":"67904","name":"*","chunks":[],"async":false}},"32265":{"*":{"id":"23057","name":"*","chunks":[],"async":false}},"33951":{"*":{"id":"82095","name":"*","chunks":[],"async":false}},"38880":{"*":{"id":"27084","name":"*","chunks":[],"async":false}},"39389":{"*":{"id":"41049","name":"*","chunks":[],"async":false}},"40491":{"*":{"id":"84339","name":"*","chunks":[],"async":false}},"41736":{"*":{"id":"77806","name":"*","chunks":[],"async":false}},"44064":{"*":{"id":"32330","name":"*","chunks":[],"async":false}},"44431":{"*":{"id":"60197","name":"*","chunks":[],"async":false}},"45585":{"*":{"id":"92609","name":"*","chunks":[],"async":false}},"49715":{"*":{"id":"14960","name":"*","chunks":[],"async":false}},"50021":{"*":{"id":"79011","name":"*","chunks":[],"async":false}},"52643":{"*":{"id":"40005","name":"*","chunks":[],"async":false}},"55242":{"*":{"id":"64714","name":"*","chunks":[],"async":false}},"57850":{"*":{"id":"33244","name":"*","chunks":[],"async":false}},"58453":{"*":{"id":"73042","name":"*","chunks":[],"async":false}},"60784":{"*":{"id":"40484","name":"*","chunks":[],"async":false}},"62078":{"*":{"id":"12686","name":"*","chunks":[],"async":false}},"62598":{"*":{"id":"50362","name":"*","chunks":[],"async":false}},"63914":{"*":{"id":"52432","name":"*","chunks":[],"async":false}},"65028":{"*":{"id":"47926","name":"*","chunks":[],"async":false}},"65066":{"*":{"id":"23332","name":"*","chunks":[],"async":false}},"71678":{"*":{"id":"23036","name":"*","chunks":[],"async":false}},"72103":{"*":{"id":"60765","name":"*","chunks":[],"async":false}},"73517":{"*":{"id":"41607","name":"*","chunks":[],"async":false}},"75450":{"*":{"id":"33014","name":"*","chunks":[],"async":false}},"77139":{"*":{"id":"73513","name":"*","chunks":[],"async":false}},"78177":{"*":{"id":"17859","name":"*","chunks":[],"async":false}},"78890":{"*":{"id":"35006","name":"*","chunks":[],"async":false}},"80123":{"*":{"id":"84531","name":"*","chunks":[],"async":false}},"81460":{"*":{"id":"67776","name":"*","chunks":[],"async":false}},"81883":{"*":{"id":"97317","name":"*","chunks":[],"async":false}},"83457":{"*":{"id":"60180","name":"*","chunks":[],"async":false}},"85285":{"*":{"id":"41899","name":"*","chunks":[],"async":false}},"86373":{"*":{"id":"90433","name":"*","chunks":[],"async":false}},"87257":{"*":{"id":"92053","name":"*","chunks":[],"async":false}},"87939":{"*":{"id":"43992","name":"*","chunks":[],"async":false}},"92014":{"*":{"id":"51660","name":"*","chunks":[],"async":false}},"92434":{"*":{"id":"32514","name":"*","chunks":[],"async":false}},"92897":{"*":{"id":"60069","name":"*","chunks":[],"async":false}},"93656":{"*":{"id":"6444","name":"*","chunks":[],"async":false}},"94513":{"*":{"id":"94473","name":"*","chunks":[],"async":false}},"94806":{"*":{"id":"28073","name":"*","chunks":[],"async":false}},"95301":{"*":{"id":"9610","name":"*","chunks":[],"async":false}},"95449":{"*":{"id":"57908","name":"*","chunks":[],"async":false}},"96015":{"*":{"id":"94183","name":"*","chunks":[],"async":false}},"96090":{"*":{"id":"26712","name":"*","chunks":[],"async":false}},"98215":{"*":{"id":"31469","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/Wiki/Wiki/build/previewer/node_modules/.pnpm/next@15.5.23_@babel+core@7.29.7_@opentelemetry+api@1.9.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/client-page.js":{"id":92897,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/node_modules/.pnpm/next@15.5.23_@babel+core@7.29.7_@opentelemetry+api@1.9.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/esm/client/components/client-page.js":{"id":92897,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/node_modules/.pnpm/next@15.5.23_@babel+core@7.29.7_@opentelemetry+api@1.9.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/client-segment.js":{"id":81883,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/node_modules/.pnpm/next@15.5.23_@babel+core@7.29.7_@opentelemetry+api@1.9.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/esm/client/components/client-segment.js":{"id":81883,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/node_modules/.pnpm/next@15.5.23_@babel+core@7.29.7_@opentelemetry+api@1.9.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":38880,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/node_modules/.pnpm/next@15.5.23_@babel+core@7.29.7_@opentelemetry+api@1.9.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":38880,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/node_modules/.pnpm/next@15.5.23_@babel+core@7.29.7_@opentelemetry+api@1.9.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/layout-router.js":{"id":19668,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/node_modules/.pnpm/next@15.5.23_@babel+core@7.29.7_@opentelemetry+api@1.9.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/esm/client/components/layout-router.js":{"id":19668,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/node_modules/.pnpm/next@15.5.23_@babel+core@7.29.7_@opentelemetry+api@1.9.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":25644,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/node_modules/.pnpm/next@15.5.23_@babel+core@7.29.7_@opentelemetry+api@1.9.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":25644,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/node_modules/.pnpm/next@15.5.23_@babel+core@7.29.7_@opentelemetry+api@1.9.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/render-from-template-context.js":{"id":30674,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/node_modules/.pnpm/next@15.5.23_@babel+core@7.29.7_@opentelemetry+api@1.9.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":30674,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/node_modules/.pnpm/next@15.5.23_@babel+core@7.29.7_@opentelemetry+api@1.9.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/framework/boundary-components.js":{"id":94513,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/node_modules/.pnpm/next@15.5.23_@babel+core@7.29.7_@opentelemetry+api@1.9.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":94513,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/node_modules/.pnpm/next@15.5.23_@babel+core@7.29.7_@opentelemetry+api@1.9.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":81460,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/node_modules/.pnpm/next@15.5.23_@babel+core@7.29.7_@opentelemetry+api@1.9.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":81460,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/node_modules/.pnpm/lucide-react@1.38.0_react@19.1.0/node_modules/lucide-react/dist/esm/context.mjs":{"id":98215,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/node_modules/.pnpm/lucide-react@1.38.0_react@19.1.0/node_modules/lucide-react/dist/esm/Icon.mjs":{"id":22105,"name":"*","chunks":["9957","static/chunks/9957-f2551dce9714ec05.js","4345","static/chunks/app/not-found-f434e3d8796c5d25.js"],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/app/global-error.tsx":{"id":9078,"name":"*","chunks":["9585","static/chunks/9585-1b3d4db6576d361c.js","4219","static/chunks/app/global-error-ce091b1452efe213.js"],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/node_modules/.pnpm/next@15.5.23_@babel+core@7.29.7_@opentelemetry+api@1.9.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/app-dir/link.js":{"id":19957,"name":"*","chunks":["9957","static/chunks/9957-f2551dce9714ec05.js","4345","static/chunks/app/not-found-f434e3d8796c5d25.js"],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/node_modules/.pnpm/next@15.5.23_@babel+core@7.29.7_@opentelemetry+api@1.9.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/esm/client/app-dir/link.js":{"id":19957,"name":"*","chunks":["9957","static/chunks/9957-f2551dce9714ec05.js","4345","static/chunks/app/not-found-f434e3d8796c5d25.js"],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/node_modules/.pnpm/next@15.5.23_@babel+core@7.29.7_@opentelemetry+api@1.9.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"]}],\"variableName\":\"inter\"}":{"id":88363,"name":"*","chunks":["7671","static/chunks/7671-a057238de3da6733.js","7177","static/chunks/app/layout-3165efcf5806a69a.js"],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/node_modules/.pnpm/nuqs@2.10.1_next@15.5.23_@babel+core@7.29.7_@opentelemetry+api@1.9.1_react-dom@19.1.0_r_a8b987eac47ecca531639ac6975224f9/node_modules/nuqs/dist/adapters/next/app.js":{"id":94806,"name":"*","chunks":["7671","static/chunks/7671-a057238de3da6733.js","7177","static/chunks/app/layout-3165efcf5806a69a.js"],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/app/styles/globals.css":{"id":75196,"name":"*","chunks":["7671","static/chunks/7671-a057238de3da6733.js","7177","static/chunks/app/layout-3165efcf5806a69a.js"],"async":false},"/home/runner/work/Wiki/Wiki/packages/ui/src/navigation/NavProgressBar.tsx":{"id":62078,"name":"*","chunks":["7671","static/chunks/7671-a057238de3da6733.js","7177","static/chunks/app/layout-3165efcf5806a69a.js"],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/app/error.tsx":{"id":95449,"name":"*","chunks":["9957","static/chunks/9957-f2551dce9714ec05.js","9230","static/chunks/9230-b616869976d6130e.js","8039","static/chunks/app/error-d01f9991f666feeb.js"],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/node_modules/.pnpm/codehike@1.1.0/node_modules/codehike/dist/code/pre-ref.js":{"id":1273,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/node_modules/.pnpm/next-intl@4.14.1_next@15.5.23_@babel+core@7.29.7_@opentelemetry+api@1.9.1_react-dom@19._82a3a79f824ae6261efdbde8e00930c6/node_modules/next-intl/dist/esm/production/navigation/shared/BaseLink.js":{"id":9864,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/node_modules/.pnpm/next-intl@4.14.1_next@15.5.23_@babel+core@7.29.7_@opentelemetry+api@1.9.1_react-dom@19._82a3a79f824ae6261efdbde8e00930c6/node_modules/next-intl/dist/esm/production/shared/NextIntlClientProvider.js":{"id":13432,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/node_modules/.pnpm/next@15.5.23_@babel+core@7.29.7_@opentelemetry+api@1.9.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/image-component.js":{"id":63914,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/node_modules/.pnpm/next@15.5.23_@babel+core@7.29.7_@opentelemetry+api@1.9.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/esm/client/image-component.js":{"id":63914,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/assets/crafting_background.png":{"id":83457,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/docs/LinkAwareHeading.tsx":{"id":72103,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/docs/shared/asset/AssetDisplay.tsx":{"id":18526,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/docs/shared/asset/ItemAssetDisplay.tsx":{"id":80123,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/docs/shared/game/RotatingItemDisplaySlot.tsx":{"id":28663,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/docs/shared/game/UsageContentList.tsx":{"id":44064,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/docs/shared/util/TooltipText.tsx":{"id":78890,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/docs/shared/VideoEmbedPlaceholder.tsx":{"id":92014,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/util/HoverContextProvider.tsx":{"id":41736,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/util/ResponsiveTable.tsx":{"id":55242,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/packages/ui/src/components/button/CopyButton.tsx":{"id":28139,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/packages/ui/src/components/tabs.tsx":{"id":39389,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/packages/ui/src/util/ToggleChevron.tsx":{"id":96090,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/cookies/CookieConsentContextProvider.tsx":{"id":86373,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/cookies/ManageCookiesButton.tsx":{"id":20249,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/navigation/header/HeaderBase.tsx":{"id":60784,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/navigation/header/MobileNav.tsx":{"id":73517,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/navigation/header/style.module.css":{"id":65028,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/navigation/LanguageSelect.tsx":{"id":28243,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/navigation/search/DocsSearchBar.tsx":{"id":52643,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/navigation/search/MobileDocsSearch.tsx":{"id":92434,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/navigation/search/SearchContext.tsx":{"id":71678,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/util/SocialButtons.tsx":{"id":58453,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/packages/ui/src/components/sonner.tsx":{"id":62598,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/app/[locale]/(main)/LocalWatcher.tsx":{"id":50021,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/docs/layout/DocsLayoutClient.tsx":{"id":95301,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/docs/side/DocsSidebarContext.tsx":{"id":45585,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/docs/side/LeftSidebarContext.tsx":{"id":40491,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/navigation/search/LocalSearchSetter.tsx":{"id":5903,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/app/[locale]/(main)/project/[slug]/[version]/content/error.tsx":{"id":78177,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/docs/error/DocsPageNotFound.tsx":{"id":85285,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/app/[locale]/(main)/project/[slug]/[version]/content/[id]/error.tsx":{"id":30607,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/docs/content/TogglableContent.tsx":{"id":44431,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/docs/side/content/DocsContentTOCSidebar.tsx":{"id":77139,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/docs/tabs/DocsEntryTabs.tsx":{"id":24989,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/docs/tabs/TabSwitchedDocsContent.tsx":{"id":93656,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/docs/util/ExpandableCategory.tsx":{"id":75450,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/util/ImageWithFallback.tsx":{"id":87257,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/packages/ui/src/components/tooltip.tsx":{"id":20826,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/docs/layout/ExpandableDescription.tsx":{"id":16774,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/app/[locale]/(main)/project/[slug]/[version]/docs/error.tsx":{"id":32265,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/app/[locale]/(main)/project/[slug]/[version]/docs/[...path]/error.tsx":{"id":96015,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/docs/layout/DocsFileTreeFolder.tsx":{"id":33951,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/docs/layout/DocsPageFooter.tsx":{"id":49715,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/docs/layout/DocsResponsiveHeader.tsx":{"id":87939,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/docs/side/DocsSidebarBase.tsx":{"id":21559,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/docs/side/guide/DocsGuideNonContentRightSidebarClient.tsx":{"id":65066,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/docs/side/ScrollableDocsSidebarBase.tsx":{"id":57850,"name":"*","chunks":[],"async":false},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/docs/util/DocsFileLink.tsx":{"id":18622,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/home/runner/work/Wiki/Wiki/build/previewer/src/":[],"/home/runner/work/Wiki/Wiki/build/previewer/src/app/global-error":[],"/home/runner/work/Wiki/Wiki/build/previewer/src/app/not-found":[],"/home/runner/work/Wiki/Wiki/build/previewer/src/app/layout":[{"inlined":false,"path":"static/css/7e7d96b1e6991756.css"},{"inlined":false,"path":"static/css/20595f616e05de4b.css"}],"/home/runner/work/Wiki/Wiki/build/previewer/src/app/error":[],"/home/runner/work/Wiki/Wiki/build/previewer/src/app/sitemap.xml/route":[]},"rscModuleMapping":{"1273":{"*":{"id":"99887","name":"*","chunks":[],"async":false}},"5903":{"*":{"id":"60227","name":"*","chunks":[],"async":false}},"9078":{"*":{"id":"11150","name":"*","chunks":[],"async":false}},"9864":{"*":{"id":"96172","name":"*","chunks":[],"async":false}},"13432":{"*":{"id":"15042","name":"*","chunks":[],"async":false}},"16774":{"*":{"id":"8266","name":"*","chunks":[],"async":false}},"18526":{"*":{"id":"27152","name":"*","chunks":[],"async":false}},"18622":{"*":{"id":"33951","name":"*","chunks":[],"async":false}},"19668":{"*":{"id":"40350","name":"*","chunks":[],"async":false}},"19957":{"*":{"id":"8591","name":"*","chunks":[],"async":false}},"20249":{"*":{"id":"76605","name":"*","chunks":[],"async":false}},"20826":{"*":{"id":"79742","name":"*","chunks":[],"async":false}},"21559":{"*":{"id":"98300","name":"*","chunks":[],"async":false}},"22105":{"*":{"id":"15641","name":"*","chunks":[],"async":false}},"24989":{"*":{"id":"39017","name":"*","chunks":[],"async":false}},"25644":{"*":{"id":"98546","name":"*","chunks":[],"async":false}},"28139":{"*":{"id":"51391","name":"*","chunks":[],"async":false}},"28243":{"*":{"id":"78000","name":"*","chunks":[],"async":false}},"28663":{"*":{"id":"58563","name":"*","chunks":[],"async":false}},"30607":{"*":{"id":"62893","name":"*","chunks":[],"async":false}},"30674":{"*":{"id":"24378","name":"*","chunks":[],"async":false}},"32265":{"*":{"id":"94199","name":"*","chunks":[],"async":false}},"33951":{"*":{"id":"42709","name":"*","chunks":[],"async":false}},"38880":{"*":{"id":"76138","name":"*","chunks":[],"async":false}},"39389":{"*":{"id":"68711","name":"*","chunks":[],"async":false}},"40491":{"*":{"id":"12461","name":"*","chunks":[],"async":false}},"41736":{"*":{"id":"43956","name":"*","chunks":[],"async":false}},"44064":{"*":{"id":"5404","name":"*","chunks":[],"async":false}},"44431":{"*":{"id":"78211","name":"*","chunks":[],"async":false}},"45585":{"*":{"id":"36275","name":"*","chunks":[],"async":false}},"49715":{"*":{"id":"93259","name":"*","chunks":[],"async":false}},"50021":{"*":{"id":"47729","name":"*","chunks":[],"async":false}},"52643":{"*":{"id":"30551","name":"*","chunks":[],"async":false}},"55242":{"*":{"id":"21736","name":"*","chunks":[],"async":false}},"57850":{"*":{"id":"60378","name":"*","chunks":[],"async":false}},"58453":{"*":{"id":"99086","name":"*","chunks":[],"async":false}},"60784":{"*":{"id":"13262","name":"*","chunks":[],"async":false}},"62078":{"*":{"id":"35872","name":"*","chunks":[],"async":false}},"62598":{"*":{"id":"93148","name":"*","chunks":[],"async":false}},"63914":{"*":{"id":"81138","name":"*","chunks":[],"async":false}},"65028":{"*":{"id":"84878","name":"*","chunks":[],"async":false}},"65066":{"*":{"id":"71494","name":"*","chunks":[],"async":false}},"71678":{"*":{"id":"89686","name":"*","chunks":[],"async":false}},"72103":{"*":{"id":"88703","name":"*","chunks":[],"async":false}},"73517":{"*":{"id":"33121","name":"*","chunks":[],"async":false}},"75196":{"*":{"id":"39038","name":"*","chunks":[],"async":false}},"75450":{"*":{"id":"6192","name":"*","chunks":[],"async":false}},"77139":{"*":{"id":"95919","name":"*","chunks":[],"async":false}},"78177":{"*":{"id":"5289","name":"*","chunks":[],"async":false}},"78890":{"*":{"id":"17436","name":"*","chunks":[],"async":false}},"80123":{"*":{"id":"72357","name":"*","chunks":[],"async":false}},"81460":{"*":{"id":"74378","name":"*","chunks":[],"async":false}},"81883":{"*":{"id":"13959","name":"*","chunks":[],"async":false}},"83457":{"*":{"id":"23796","name":"*","chunks":[],"async":false}},"85285":{"*":{"id":"92851","name":"*","chunks":[],"async":false}},"86373":{"*":{"id":"78153","name":"*","chunks":[],"async":false}},"87257":{"*":{"id":"71071","name":"*","chunks":[],"async":false}},"87939":{"*":{"id":"16274","name":"*","chunks":[],"async":false}},"92014":{"*":{"id":"25970","name":"*","chunks":[],"async":false}},"92434":{"*":{"id":"95312","name":"*","chunks":[],"async":false}},"92897":{"*":{"id":"74283","name":"*","chunks":[],"async":false}},"93656":{"*":{"id":"85058","name":"*","chunks":[],"async":false}},"94513":{"*":{"id":"69887","name":"*","chunks":[],"async":false}},"94806":{"*":{"id":"38372","name":"*","chunks":[],"async":false}},"95301":{"*":{"id":"99040","name":"*","chunks":[],"async":false}},"95449":{"*":{"id":"86618","name":"*","chunks":[],"async":false}},"96015":{"*":{"id":"97129","name":"*","chunks":[],"async":false}},"96090":{"*":{"id":"98978","name":"*","chunks":[],"async":false}},"98215":{"*":{"id":"91231","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{"20826":{"*":{"id":"80756","name":"*","chunks":[],"async":false}},"28139":{"*":{"id":"24641","name":"*","chunks":[],"async":false}},"39389":{"*":{"id":"41049","name":"*","chunks":[],"async":false}},"62078":{"*":{"id":"12686","name":"*","chunks":[],"async":false}},"62598":{"*":{"id":"50362","name":"*","chunks":[],"async":false}},"96090":{"*":{"id":"26712","name":"*","chunks":[],"async":false}}}}
@@ -1,14 +1,19 @@
1
1
  {
2
2
  "/(developers)/api/docs/[slug]/asset/[id]/route": "app/(developers)/api/docs/[slug]/asset/[id]/route.js",
3
3
  "/_not-found/page": "app/_not-found/page.js",
4
- "/robots.txt/route": "app/robots.txt/route.js",
4
+ "/(developers)/api/raw/[locale]/[slug]/[version]/content/[id]/route": "app/(developers)/api/raw/[locale]/[slug]/[version]/content/[id]/route.js",
5
+ "/(developers)/api/raw/[locale]/[slug]/[version]/docs/[...path]/route": "app/(developers)/api/raw/[locale]/[slug]/[version]/docs/[...path]/route.js",
6
+ "/(developers)/api/raw/[locale]/[slug]/[version]/docs/route": "app/(developers)/api/raw/[locale]/[slug]/[version]/docs/route.js",
7
+ "/[locale]/(main)/project/[slug]/[version]/llms.txt/route": "app/[locale]/(main)/project/[slug]/[version]/llms.txt/route.js",
8
+ "/llms.txt/route": "app/llms.txt/route.js",
5
9
  "/favicon.ico/route": "app/favicon.ico/route.js",
10
+ "/robots.txt/route": "app/robots.txt/route.js",
6
11
  "/sitemap.xml/route": "app/sitemap.xml/route.js",
7
12
  "/[locale]/page": "app/[locale]/page.js",
8
- "/[locale]/(main)/project/[slug]/[version]/docs/[...path]/page": "app/[locale]/(main)/project/[slug]/[version]/docs/[...path]/page.js",
9
- "/[locale]/(main)/project/[slug]/[version]/content/page": "app/[locale]/(main)/project/[slug]/[version]/content/page.js",
10
13
  "/[locale]/(main)/project/[slug]/[version]/content/[id]/page": "app/[locale]/(main)/project/[slug]/[version]/content/[id]/page.js",
11
- "/[locale]/(main)/project/[slug]/[version]/docs/page": "app/[locale]/(main)/project/[slug]/[version]/docs/page.js",
12
14
  "/[locale]/(main)/project/[slug]/[version]/page": "app/[locale]/(main)/project/[slug]/[version]/page.js",
15
+ "/[locale]/(main)/project/[slug]/[version]/docs/[...path]/page": "app/[locale]/(main)/project/[slug]/[version]/docs/[...path]/page.js",
16
+ "/[locale]/(main)/project/[slug]/[version]/docs/page": "app/[locale]/(main)/project/[slug]/[version]/docs/page.js",
17
+ "/[locale]/(main)/project/[slug]/[version]/content/page": "app/[locale]/(main)/project/[slug]/[version]/content/page.js",
13
18
  "/opengraph-image/route": "app/opengraph-image/route.js"
14
19
  }
@@ -0,0 +1 @@
1
+ exports.id=1375,exports.ids=[1375],exports.modules={14960:(a,b,c)=>{"use strict";c.d(b,{default:()=>r});var d=c(67258);c(83459);var e=c(90650),f=c(80756),g=c(42525),h=c(27939);let i=(0,h.A)("flag",[["path",{d:"M4 22V4a1 1 0 0 1 .4-.8A6 6 0 0 1 8 2c3 0 5 2 7.333 2q2 0 3.067-.8A1 1 0 0 1 20 4v10a1 1 0 0 1-.4.8A6 6 0 0 1 16 16c-3 0-5-2-8-2a6 6 0 0 0-4 1.528",key:"1jaruq"}]]);var j=c(46763),k=c(13661),l=c(42590);function m({local:a,type:b,project:c,path:h,preview:m,full:n}){let o=(0,e.c)("PageEditControls"),p=function(a,b,c){let d=(0,k.cT)({project:a,type:b,path:c});return`/report?${d}`}(c,b,h?.join("/")??null),q=(0,d.jsx)(g.$,{asChild:!0,variant:"outline",size:"sm",className:"font-normal text-secondary hover:bg-transparent sm:h-fit sm:border-none sm:p-0",children:(0,d.jsxs)(l.k,{href:p,children:[(0,d.jsx)(i,{className:(0,j.cn)("mr-2 h-4 w-4",!n&&"sm:mr-0")}),(0,d.jsx)("span",{className:(0,j.cn)(!n&&"sm:hidden"),children:o("report_button")})]})});return!m&&!a&&c&&h&&(n?q:(0,d.jsx)(f.TooltipProvider,{children:(0,d.jsxs)(f.Tooltip,{children:[(0,d.jsx)(f.TooltipTrigger,{asChild:!0,children:q}),(0,d.jsx)(f.TooltipContent,{children:o("report")})]})}))}let n=(0,h.A)("square-pen",[["path",{d:"M12 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7",key:"1m0v6g"}],["path",{d:"M18.375 2.625a1 1 0 0 1 3 3l-9.013 9.014a2 2 0 0 1-.853.505l-2.873.84a.5.5 0 0 1-.62-.62l.84-2.873a2 2 0 0 1 .506-.852z",key:"ohrbg2"}]]);function o({editUrl:a}){let b=(0,e.c)("PageEditControls");return a&&(0,d.jsxs)(l.k,{href:a,className:"flex items-center rounded-md border border-quaternary px-3 py-2 text-sm text-secondary hover:text-primary-alt sm:border-none sm:p-0",children:[(0,d.jsx)(n,{className:"mr-2 h-4 w-4"}),b("edit_gh")]})}function p({slug:a,path:b,editUrl:c,local:e,preview:f}){return(0,d.jsxs)("div",{className:"flex w-full flex-row justify-between sm:max-w-5xl",children:[(0,d.jsx)("div",{className:"hidden flex-row flex-nowrap items-center justify-start gap-4 sm:flex",children:(0,d.jsx)(m,{type:"docs",local:e,project:a,path:b,preview:f})}),(0,d.jsx)("div",{className:"hidden flex-row flex-nowrap items-center justify-start gap-4 sm:flex",children:(0,d.jsx)("div",{className:"flex flex-col items-end gap-y-3 sm:flex-row sm:items-center sm:gap-x-4 sm:gap-y-0",children:(0,d.jsx)(o,{editUrl:c})})})]})}function q({local:a,slug:b,path:c,editUrl:e,preview:f}){return(0,d.jsx)("div",{className:"flex flex-col gap-3 sm:hidden",children:(0,d.jsxs)("div",{className:"flex flex-row flex-wrap justify-between gap-2",children:[(0,d.jsx)(m,{type:"docs",local:a,project:b,path:c,preview:f}),(0,d.jsx)(o,{editUrl:e})]})})}function r(a){return(0,d.jsxs)("footer",{className:"relative flex w-full shrink-0 flex-col-reverse justify-between gap-y-3 border-t border-border bg-primary px-1 py-3 text-sm text-secondary sm:h-16 sm:flex-row sm:items-center sm:justify-center sm:gap-y-0 sm:px-4",children:[(0,d.jsx)(p,{...a}),(0,d.jsx)(q,{...a})]})}},16274:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(9968).registerClientReference)(function(){throw Error("Attempted to call the default export of \"/home/runner/work/Wiki/Wiki/build/previewer/src/components/docs/layout/DocsResponsiveHeader.tsx\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/docs/layout/DocsResponsiveHeader.tsx","default")},22299:(a,b,c)=>{"use strict";c.d(b,{A:()=>d});let d=(0,c(70329).A)("folder",[["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}]])},23057:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>f});var d=c(67258);c(83459);var e=c(41899);function f({error:a}){return(0,d.jsx)(e.default,{})}},23332:(a,b,c)=>{"use strict";c.d(b,{default:()=>f});var d=c(67258),e=c(42701);function f({headings:a}){return(0,d.jsx)(e.A,{headings:a,type:"right",className:"right-0 w-[96vw] sm:w-64"})}},31362:(a,b,c)=>{Promise.resolve().then(c.bind(c,23057))},33244:(a,b,c)=>{"use strict";c.d(b,{default:()=>i});var d=c(67258),e=c(83459),f=c(45580),g=c(84339),h=c(43029);function i(a){let{scrollPos:b,setScrollPos:c}=(0,e.useContext)(g.$),i=(0,e.useRef)(null);return(0,f.usePathname)(),(0,d.jsx)(h.default,{...a,ref:i})}},33951:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(9968).registerClientReference)(function(){throw Error("Attempted to call the default export of \"/home/runner/work/Wiki/Wiki/build/previewer/src/components/docs/util/DocsFileLink.tsx\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/docs/util/DocsFileLink.tsx","default")},34927:(a,b,c)=>{"use strict";c.d(b,{A:()=>g});var d=c(60492),e=c(71494),f=c(50691);async function g({headings:a}){return(0,d.jsx)(f.A,{keys:["DocsNonContentRightSidebar"],children:(0,d.jsx)(e.default,{headings:a})})}},42709:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(9968).registerClientReference)(function(){throw Error("Attempted to call the default export of \"/home/runner/work/Wiki/Wiki/build/previewer/src/components/docs/layout/DocsFileTreeFolder.tsx\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/docs/layout/DocsFileTreeFolder.tsx","default")},43992:(a,b,c)=>{"use strict";c.d(b,{default:()=>l});var d=c(67258),e=c(83459),f=c(92609),g=c(14327),h=c(27939);let i=(0,h.A)("menu",[["path",{d:"M4 5h16",key:"1tepv9"}],["path",{d:"M4 12h16",key:"1lakjw"}],["path",{d:"M4 19h16",key:"1djgab"}]]),j=(0,h.A)("info",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 16v-4",key:"1dtifu"}],["path",{d:"M12 8h.01",key:"e9boi3"}]]);var k=c(46763);function l({showRightSidebar:a,children:b}){let{open:c,setOpen:h}=(0,e.useContext)(f.p);return(0,d.jsxs)("header",{className:"flex w-full items-center justify-between border-b border-tertiary px-0 pt-1 pb-2 lg:hidden",children:[(0,d.jsx)("button",{onClick:()=>h("left"==c?"none":"left"),className:"text-primary",children:"left"===c?(0,d.jsx)(g.A,{className:"h-6 w-6"}):(0,d.jsx)(i,{className:"h-6 w-6"})}),(0,d.jsx)("h1",{className:"text-lg font-bold",children:b}),(0,d.jsx)("button",{onClick:()=>h("right"==c?"none":"right"),className:(0,k.cn)("text-primary",!1===a&&"invisible"),children:"right"===c?(0,d.jsx)(g.A,{className:"h-6 w-6"}):(0,d.jsx)(j,{className:"h-6 w-6"})})]})}},55429:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>f});var d=c(60492),e=c(92851);function f(){return(0,d.jsx)(e.default,{})}},60378:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(9968).registerClientReference)(function(){throw Error("Attempted to call the default export of \"/home/runner/work/Wiki/Wiki/build/previewer/src/components/docs/side/ScrollableDocsSidebarBase.tsx\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/docs/side/ScrollableDocsSidebarBase.tsx","default")},62906:(a,b,c)=>{Promise.resolve().then(c.bind(c,94199))},71494:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(9968).registerClientReference)(function(){throw Error("Attempted to call the default export of \"/home/runner/work/Wiki/Wiki/build/previewer/src/components/docs/side/guide/DocsGuideNonContentRightSidebarClient.tsx\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/docs/side/guide/DocsGuideNonContentRightSidebarClient.tsx","default")},78079:(a,b,c)=>{"use strict";c.d(b,{default:()=>h});var d=c(67258),e=c(46763),f=c(99688);let g=(0,c(83459).forwardRef)(function({prefetch:a=!1,...b},c){return(0,d.jsx)(f.XO,{prefetch:a,...b,ref:c})});function h({href:a,children:b}){let c=(0,f.a8)();return(0,d.jsx)(g,{href:a,className:(0,e.cn)("flex items-center rounded-md px-3 py-2 text-sm text-secondary hover:bg-secondary hover:text-primary-alt",c===a&&"bg-secondary text-primary-alt"),children:b})}},80903:(a,b,c)=>{"use strict";c.d(b,{A:()=>q});var d=c(60492),e=c(22299),f=c(43061),g=c(33951),h=c(42709),i=c(97933),j=c(83739),k=c(60378),l=c(37474);async function m({slug:a,version:b,file:e}){let f=await Promise.all([c.e(733),c.e(6655)]).then(c.bind(c,86655)),h=e.icon?f[e.icon+"Icon"]:null;return(0,d.jsxs)(g.default,{href:`/project/${a}/${b}/docs/${e.path}`,children:[h&&(0,d.jsx)(h,{className:"mr-2 h-4 w-4 shrink-0"}),e.name]},e.path)}async function n({slug:a,version:b,tree:f,level:g}){let i=e.A,j=await Promise.all([c.e(733),c.e(6655)]).then(c.bind(c,86655));return f.map(c=>{if("dir"==c.type){let e=c.icon===l.D$?null:(c.icon?j[c.icon]:i)||i;return(0,d.jsx)(h.default,{name:c.name,path:c.path,level:g,icon:e&&(0,d.jsx)(e,{className:"mr-2 h-4 w-4 shrink-0"}),children:(0,d.jsx)(n,{slug:a,version:b,tree:c.children,level:g+1})},c.path)}return(0,d.jsx)(m,{slug:a,version:b,file:c},c.path)})}function o({slug:a,version:b,tree:c}){let e=(0,j.A)("DocsLeftSidebar");return(0,d.jsxs)(k.default,{type:"left",title:e("title"),className:(0,i.cn)("left-0 shrink-0","w-[96vw] sm:w-64"),innerClassName:"overscroll-contain",tagName:"nav",children:[(0,d.jsxs)(g.default,{href:`/project/${a}/${b}/docs`,children:[(0,d.jsx)(f.A,{className:"mr-2 h-4 w-4"}),e("homepage")]}),(0,d.jsx)("hr",{}),(0,d.jsx)(n,{slug:a,version:b,tree:c,level:1})]})}c(19061);var p=c(16274);function q({title:a,project:b,version:c,rightSidebar:e,footer:f,tree:g,showRightSidebar:h,children:j}){return(0,d.jsxs)(d.Fragment,{children:[(0,d.jsx)(p.default,{showRightSidebar:h,children:a}),(0,d.jsxs)("div",{className:"flex w-full max-w-[1632px] flex-1 flex-row justify-between gap-4",children:[(0,d.jsx)(o,{slug:b.id,version:c,tree:g}),(0,d.jsx)("main",{className:(0,i.cn)("mt-4 min-h-[86vh] flex-1 overflow-auto px-2 pb-6 sm:mt-0 sm:min-h-[auto] sm:max-w-5xl sm:pt-4 lg:px-0"),children:j}),e]}),f]})}},82095:(a,b,c)=>{"use strict";c.d(b,{default:()=>j});var d=c(67258),e=c(18899),f=c(83459),g=c(46763),h=c(99688),i=c(84339);function j({name:a,path:b,icon:c,level:j,children:k}){let{folderStates:l,setFolderStates:m}=(0,f.useContext)(i.$),n=(0,h.a8)().split("/").slice(5).join("/"),o=n.length>0&&n.startsWith(b+"/"),p=(0,f.useRef)(!1),[q,r]=(0,f.useState)(!p.current&&o||l[j]===b);return(0,d.jsxs)("div",{className:(0,g.cn)("accordion flex flex-col",q&&"open"),children:[(0,d.jsxs)("button",{onClick:function(){m(a=>{let c={...a,[j]:q?void 0:b};return q&&Object.keys(c).filter(a=>Number(a)>j).forEach(a=>delete c[a]),c})},"data-state":q?"open":"closed",className:(0,g.cn)("flex items-center rounded-md px-3 py-2 text-sm text-secondary hover:bg-secondary","hover:text-primary-alt [&[data-state=open]>svg:last-child]:rotate-180"),children:[c,a,(0,d.jsx)(e.A,{className:"ml-auto h-4 w-4 shrink-0 transition-transform duration-200"})]}),(0,d.jsx)("div",{className:"accordion-body",style:{paddingLeft:`${j}rem`},children:(0,d.jsx)("div",{children:(0,d.jsx)("div",{className:"mt-2 flex flex-col gap-2",children:k})})})]})}},93259:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(9968).registerClientReference)(function(){throw Error("Attempted to call the default export of \"/home/runner/work/Wiki/Wiki/build/previewer/src/components/docs/layout/DocsPageFooter.tsx\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"/home/runner/work/Wiki/Wiki/build/previewer/src/components/docs/layout/DocsPageFooter.tsx","default")},94199:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>d});let d=(0,c(9968).registerClientReference)(function(){throw Error("Attempted to call the default export of \"/home/runner/work/Wiki/Wiki/build/previewer/src/app/[locale]/(main)/project/[slug]/[version]/docs/error.tsx\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"/home/runner/work/Wiki/Wiki/build/previewer/src/app/[locale]/(main)/project/[slug]/[version]/docs/error.tsx","default")}};