@sinytra/wiki-previewer 0.1.135 → 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 (165) hide show
  1. package/.next/BUILD_ID +1 -1
  2. package/.next/app-build-manifest.json +140 -77
  3. package/.next/app-path-routes-manifest.json +9 -4
  4. package/.next/build-manifest.json +4 -4
  5. package/.next/prerender-manifest.json +3 -3
  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} +13 -13
  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/.next/server/chunks/3938.js +0 -1
  127. package/.next/server/chunks/3954.js +0 -159
  128. package/.next/server/chunks/4068.js +0 -1
  129. package/.next/server/chunks/4903.js +0 -1
  130. package/.next/server/chunks/5413.js +0 -10
  131. package/.next/server/chunks/6064.js +0 -54
  132. package/.next/server/chunks/7212.js +0 -1
  133. package/.next/server/chunks/7748.js +0 -1
  134. package/.next/server/chunks/7772.js +0 -1
  135. package/.next/server/chunks/981.js +0 -1
  136. package/.next/static/chunks/357-e28f1a542e1d123a.js +0 -1
  137. package/.next/static/chunks/4021-4ed620e833362864.js +0 -1
  138. package/.next/static/chunks/4467-e5439059ac57bbc1.js +0 -2
  139. package/.next/static/chunks/8047-a76bedee28fa3855.js +0 -1
  140. package/.next/static/chunks/8503-18e014294c240db0.js +0 -1
  141. package/.next/static/chunks/9538-0952ccc1cdc43aab.js +0 -1
  142. package/.next/static/chunks/app/(developers)/api/docs/[slug]/asset/[id]/route-2eb1e2f7ef7dbda5.js +0 -1
  143. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/content/[id]/error-824b5f552a464508.js +0 -1
  144. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/content/[id]/not-found-9a5a8c873fe218c8.js +0 -1
  145. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/content/[id]/page-7caa12c64304cf05.js +0 -1
  146. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/content/error-379b997ddc90bcb1.js +0 -1
  147. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/content/not-found-9a5a8c873fe218c8.js +0 -1
  148. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/docs/[...path]/error-c27832382d942bf9.js +0 -1
  149. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/docs/[...path]/not-found-9a5a8c873fe218c8.js +0 -1
  150. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/docs/error-2adf1c543db3b129.js +0 -1
  151. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/docs/not-found-9a5a8c873fe218c8.js +0 -1
  152. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/docs/page-d0de8ac366a22bb4.js +0 -1
  153. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/layout-c35f1c7c35789f59.js +0 -1
  154. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/page-5edab0f76527d8be.js +0 -1
  155. package/.next/static/chunks/app/[locale]/layout-bc721f680058d307.js +0 -1
  156. package/.next/static/chunks/app/[locale]/not-found-a5c82dda280be116.js +0 -1
  157. package/.next/static/chunks/app/[locale]/page-4e0567f9f6f7f014.js +0 -1
  158. package/.next/static/chunks/app/_not-found/page-a7d6d8b2540658b2.js +0 -1
  159. package/.next/static/chunks/app/not-found-ea05d09b42b69998.js +0 -1
  160. package/.next/static/chunks/app/opengraph-image/route-a7d6d8b2540658b2.js +0 -1
  161. package/.next/static/chunks/app/robots.txt/route-a7d6d8b2540658b2.js +0 -1
  162. package/.next/static/chunks/app/sitemap.xml/route-a7d6d8b2540658b2.js +0 -1
  163. package/.next/static/chunks/main-c8dfadc3bb2249ef.js +0 -1
  164. package/.next/static/xDKbBla0KxoYLX5JK78cG/_buildManifest.js +0 -1
  165. /package/.next/static/{xDKbBla0KxoYLX5JK78cG → Uh_7iky5Kcx69gUoxK7Er}/_ssgManifest.js +0 -0
package/.next/BUILD_ID CHANGED
@@ -1 +1 @@
1
- xDKbBla0KxoYLX5JK78cG
1
+ Uh_7iky5Kcx69gUoxK7Er
@@ -5,7 +5,14 @@
5
5
  "static/chunks/f09a7b3f-0881157292385d93.js",
6
6
  "static/chunks/9029-351988b104898677.js",
7
7
  "static/chunks/main-app-3dc09e85d508d671.js",
8
- "static/chunks/app/_not-found/page-a7d6d8b2540658b2.js"
8
+ "static/chunks/app/_not-found/page-40b909e614212341.js"
9
+ ],
10
+ "/(developers)/api/docs/[slug]/asset/[id]/route": [
11
+ "static/chunks/webpack-7a8a7ce50d8a8bf1.js",
12
+ "static/chunks/f09a7b3f-0881157292385d93.js",
13
+ "static/chunks/9029-351988b104898677.js",
14
+ "static/chunks/main-app-3dc09e85d508d671.js",
15
+ "static/chunks/app/(developers)/api/docs/[slug]/asset/[id]/route-adcaaf134324196c.js"
9
16
  ],
10
17
  "/global-error": [
11
18
  "static/chunks/webpack-7a8a7ce50d8a8bf1.js",
@@ -21,7 +28,7 @@
21
28
  "static/chunks/9029-351988b104898677.js",
22
29
  "static/chunks/main-app-3dc09e85d508d671.js",
23
30
  "static/chunks/9957-f2551dce9714ec05.js",
24
- "static/chunks/app/not-found-ea05d09b42b69998.js"
31
+ "static/chunks/app/not-found-f434e3d8796c5d25.js"
25
32
  ],
26
33
  "/layout": [
27
34
  "static/chunks/webpack-7a8a7ce50d8a8bf1.js",
@@ -39,29 +46,85 @@
39
46
  "static/chunks/9029-351988b104898677.js",
40
47
  "static/chunks/main-app-3dc09e85d508d671.js",
41
48
  "static/chunks/9957-f2551dce9714ec05.js",
42
- "static/chunks/4021-4ed620e833362864.js",
43
- "static/chunks/app/error-071f9f60fcee43d3.js"
49
+ "static/chunks/9230-b616869976d6130e.js",
50
+ "static/chunks/app/error-d01f9991f666feeb.js"
44
51
  ],
45
- "/(developers)/api/docs/[slug]/asset/[id]/route": [
52
+ "/(developers)/api/raw/[locale]/[slug]/[version]/content/[id]/route": [
53
+ "static/chunks/webpack-7a8a7ce50d8a8bf1.js",
54
+ "static/chunks/f09a7b3f-0881157292385d93.js",
55
+ "static/chunks/9029-351988b104898677.js",
56
+ "static/chunks/main-app-3dc09e85d508d671.js",
57
+ "static/css/db2e80439506b5eb.css",
58
+ "static/chunks/9957-f2551dce9714ec05.js",
59
+ "static/chunks/7580-d063082dd77b05a2.js",
60
+ "static/chunks/9230-b616869976d6130e.js",
61
+ "static/chunks/3859-776bce5eb3934558.js",
62
+ "static/chunks/1789-049743797a75226d.js",
63
+ "static/chunks/103-0561095c3788a308.js",
64
+ "static/chunks/app/(developers)/api/raw/[locale]/[slug]/[version]/content/[id]/route-eba70bf796216d88.js"
65
+ ],
66
+ "/(developers)/api/raw/[locale]/[slug]/[version]/docs/[...path]/route": [
46
67
  "static/chunks/webpack-7a8a7ce50d8a8bf1.js",
47
68
  "static/chunks/f09a7b3f-0881157292385d93.js",
48
69
  "static/chunks/9029-351988b104898677.js",
49
70
  "static/chunks/main-app-3dc09e85d508d671.js",
50
- "static/chunks/app/(developers)/api/docs/[slug]/asset/[id]/route-2eb1e2f7ef7dbda5.js"
71
+ "static/css/db2e80439506b5eb.css",
72
+ "static/chunks/9957-f2551dce9714ec05.js",
73
+ "static/chunks/7580-d063082dd77b05a2.js",
74
+ "static/chunks/9230-b616869976d6130e.js",
75
+ "static/chunks/3859-776bce5eb3934558.js",
76
+ "static/chunks/1789-049743797a75226d.js",
77
+ "static/chunks/103-0561095c3788a308.js",
78
+ "static/chunks/app/(developers)/api/raw/[locale]/[slug]/[version]/docs/[...path]/route-eba70bf796216d88.js"
79
+ ],
80
+ "/(developers)/api/raw/[locale]/[slug]/[version]/docs/route": [
81
+ "static/chunks/webpack-7a8a7ce50d8a8bf1.js",
82
+ "static/chunks/f09a7b3f-0881157292385d93.js",
83
+ "static/chunks/9029-351988b104898677.js",
84
+ "static/chunks/main-app-3dc09e85d508d671.js",
85
+ "static/css/db2e80439506b5eb.css",
86
+ "static/chunks/9957-f2551dce9714ec05.js",
87
+ "static/chunks/7580-d063082dd77b05a2.js",
88
+ "static/chunks/9230-b616869976d6130e.js",
89
+ "static/chunks/3859-776bce5eb3934558.js",
90
+ "static/chunks/1789-049743797a75226d.js",
91
+ "static/chunks/103-0561095c3788a308.js",
92
+ "static/chunks/app/(developers)/api/raw/[locale]/[slug]/[version]/docs/route-eba70bf796216d88.js"
93
+ ],
94
+ "/[locale]/(main)/project/[slug]/[version]/llms.txt/route": [
95
+ "static/chunks/webpack-7a8a7ce50d8a8bf1.js",
96
+ "static/chunks/f09a7b3f-0881157292385d93.js",
97
+ "static/chunks/9029-351988b104898677.js",
98
+ "static/chunks/main-app-3dc09e85d508d671.js",
99
+ "static/css/db2e80439506b5eb.css",
100
+ "static/chunks/9957-f2551dce9714ec05.js",
101
+ "static/chunks/7580-d063082dd77b05a2.js",
102
+ "static/chunks/9230-b616869976d6130e.js",
103
+ "static/chunks/3859-776bce5eb3934558.js",
104
+ "static/chunks/1789-049743797a75226d.js",
105
+ "static/chunks/103-0561095c3788a308.js",
106
+ "static/chunks/app/[locale]/(main)/project/[slug]/[version]/llms.txt/route-eba70bf796216d88.js"
107
+ ],
108
+ "/llms.txt/route": [
109
+ "static/chunks/webpack-7a8a7ce50d8a8bf1.js",
110
+ "static/chunks/f09a7b3f-0881157292385d93.js",
111
+ "static/chunks/9029-351988b104898677.js",
112
+ "static/chunks/main-app-3dc09e85d508d671.js",
113
+ "static/chunks/app/llms.txt/route-40b909e614212341.js"
51
114
  ],
52
115
  "/robots.txt/route": [
53
116
  "static/chunks/webpack-7a8a7ce50d8a8bf1.js",
54
117
  "static/chunks/f09a7b3f-0881157292385d93.js",
55
118
  "static/chunks/9029-351988b104898677.js",
56
119
  "static/chunks/main-app-3dc09e85d508d671.js",
57
- "static/chunks/app/robots.txt/route-a7d6d8b2540658b2.js"
120
+ "static/chunks/app/robots.txt/route-40b909e614212341.js"
58
121
  ],
59
122
  "/sitemap.xml/route": [
60
123
  "static/chunks/webpack-7a8a7ce50d8a8bf1.js",
61
124
  "static/chunks/f09a7b3f-0881157292385d93.js",
62
125
  "static/chunks/9029-351988b104898677.js",
63
126
  "static/chunks/main-app-3dc09e85d508d671.js",
64
- "static/chunks/app/sitemap.xml/route-a7d6d8b2540658b2.js"
127
+ "static/chunks/app/sitemap.xml/route-40b909e614212341.js"
65
128
  ],
66
129
  "/[locale]/layout": [
67
130
  "static/chunks/webpack-7a8a7ce50d8a8bf1.js",
@@ -73,13 +136,13 @@
73
136
  "static/chunks/dd4c4bf0-96a26eda28cf66af.js",
74
137
  "static/chunks/9957-f2551dce9714ec05.js",
75
138
  "static/chunks/7580-d063082dd77b05a2.js",
76
- "static/chunks/4021-4ed620e833362864.js",
77
- "static/chunks/9538-0952ccc1cdc43aab.js",
139
+ "static/chunks/9230-b616869976d6130e.js",
140
+ "static/chunks/3859-776bce5eb3934558.js",
78
141
  "static/chunks/7671-a057238de3da6733.js",
79
- "static/chunks/357-e28f1a542e1d123a.js",
80
- "static/chunks/8503-18e014294c240db0.js",
81
- "static/chunks/595-540f36fc4bd1eca9.js",
82
- "static/chunks/app/[locale]/layout-bc721f680058d307.js"
142
+ "static/chunks/5906-091657bd6dc60021.js",
143
+ "static/chunks/4905-17da119bb6ca7366.js",
144
+ "static/chunks/595-2c38864b670b4e24.js",
145
+ "static/chunks/app/[locale]/layout-496b76cbf43bb94d.js"
83
146
  ],
84
147
  "/[locale]/not-found": [
85
148
  "static/chunks/webpack-7a8a7ce50d8a8bf1.js",
@@ -88,7 +151,7 @@
88
151
  "static/chunks/main-app-3dc09e85d508d671.js",
89
152
  "static/chunks/9957-f2551dce9714ec05.js",
90
153
  "static/chunks/7580-d063082dd77b05a2.js",
91
- "static/chunks/app/[locale]/not-found-a5c82dda280be116.js"
154
+ "static/chunks/app/[locale]/not-found-7a358268112a56b4.js"
92
155
  ],
93
156
  "/[locale]/page": [
94
157
  "static/chunks/webpack-7a8a7ce50d8a8bf1.js",
@@ -97,7 +160,7 @@
97
160
  "static/chunks/main-app-3dc09e85d508d671.js",
98
161
  "static/chunks/9957-f2551dce9714ec05.js",
99
162
  "static/chunks/7580-d063082dd77b05a2.js",
100
- "static/chunks/app/[locale]/page-4e0567f9f6f7f014.js"
163
+ "static/chunks/app/[locale]/page-c84bd2f6052f6b73.js"
101
164
  ],
102
165
  "/[locale]/(main)/layout": [
103
166
  "static/chunks/webpack-7a8a7ce50d8a8bf1.js",
@@ -117,15 +180,15 @@
117
180
  "static/chunks/32c979c4-b6ecead4570178fb.js",
118
181
  "static/chunks/9957-f2551dce9714ec05.js",
119
182
  "static/chunks/7580-d063082dd77b05a2.js",
120
- "static/chunks/4021-4ed620e833362864.js",
121
- "static/chunks/9538-0952ccc1cdc43aab.js",
122
- "static/chunks/8047-a76bedee28fa3855.js",
183
+ "static/chunks/9230-b616869976d6130e.js",
184
+ "static/chunks/3859-776bce5eb3934558.js",
185
+ "static/chunks/1789-049743797a75226d.js",
123
186
  "static/chunks/7671-a057238de3da6733.js",
124
- "static/chunks/357-e28f1a542e1d123a.js",
125
- "static/chunks/9956-b1e9ab15956e370e.js",
126
- "static/chunks/103-46cfa8ff07310382.js",
127
- "static/chunks/595-540f36fc4bd1eca9.js",
128
- "static/chunks/app/[locale]/(main)/project/[slug]/[version]/layout-c35f1c7c35789f59.js"
187
+ "static/chunks/5906-091657bd6dc60021.js",
188
+ "static/chunks/8581-701814526d03a782.js",
189
+ "static/chunks/103-0561095c3788a308.js",
190
+ "static/chunks/595-2c38864b670b4e24.js",
191
+ "static/chunks/app/[locale]/(main)/project/[slug]/[version]/layout-4721eb369302b3db.js"
129
192
  ],
130
193
  "/[locale]/(main)/project/[slug]/[version]/content/error": [
131
194
  "static/chunks/webpack-7a8a7ce50d8a8bf1.js",
@@ -134,8 +197,8 @@
134
197
  "static/chunks/main-app-3dc09e85d508d671.js",
135
198
  "static/chunks/9957-f2551dce9714ec05.js",
136
199
  "static/chunks/7580-d063082dd77b05a2.js",
137
- "static/chunks/4021-4ed620e833362864.js",
138
- "static/chunks/app/[locale]/(main)/project/[slug]/[version]/content/error-379b997ddc90bcb1.js"
200
+ "static/chunks/9230-b616869976d6130e.js",
201
+ "static/chunks/app/[locale]/(main)/project/[slug]/[version]/content/error-3d602b631b90ddba.js"
139
202
  ],
140
203
  "/[locale]/(main)/project/[slug]/[version]/content/not-found": [
141
204
  "static/chunks/webpack-7a8a7ce50d8a8bf1.js",
@@ -144,8 +207,8 @@
144
207
  "static/chunks/main-app-3dc09e85d508d671.js",
145
208
  "static/chunks/9957-f2551dce9714ec05.js",
146
209
  "static/chunks/7580-d063082dd77b05a2.js",
147
- "static/chunks/4021-4ed620e833362864.js",
148
- "static/chunks/app/[locale]/(main)/project/[slug]/[version]/content/not-found-9a5a8c873fe218c8.js"
210
+ "static/chunks/9230-b616869976d6130e.js",
211
+ "static/chunks/app/[locale]/(main)/project/[slug]/[version]/content/not-found-e2c159a89dd766a0.js"
149
212
  ],
150
213
  "/[locale]/(main)/project/[slug]/[version]/content/[id]/error": [
151
214
  "static/chunks/webpack-7a8a7ce50d8a8bf1.js",
@@ -154,8 +217,8 @@
154
217
  "static/chunks/main-app-3dc09e85d508d671.js",
155
218
  "static/chunks/9957-f2551dce9714ec05.js",
156
219
  "static/chunks/7580-d063082dd77b05a2.js",
157
- "static/chunks/4021-4ed620e833362864.js",
158
- "static/chunks/app/[locale]/(main)/project/[slug]/[version]/content/[id]/error-824b5f552a464508.js"
220
+ "static/chunks/9230-b616869976d6130e.js",
221
+ "static/chunks/app/[locale]/(main)/project/[slug]/[version]/content/[id]/error-cc5fa2b9c723e531.js"
159
222
  ],
160
223
  "/[locale]/(main)/project/[slug]/[version]/content/[id]/not-found": [
161
224
  "static/chunks/webpack-7a8a7ce50d8a8bf1.js",
@@ -164,8 +227,8 @@
164
227
  "static/chunks/main-app-3dc09e85d508d671.js",
165
228
  "static/chunks/9957-f2551dce9714ec05.js",
166
229
  "static/chunks/7580-d063082dd77b05a2.js",
167
- "static/chunks/4021-4ed620e833362864.js",
168
- "static/chunks/app/[locale]/(main)/project/[slug]/[version]/content/[id]/not-found-9a5a8c873fe218c8.js"
230
+ "static/chunks/9230-b616869976d6130e.js",
231
+ "static/chunks/app/[locale]/(main)/project/[slug]/[version]/content/[id]/not-found-e2c159a89dd766a0.js"
169
232
  ],
170
233
  "/[locale]/(main)/project/[slug]/[version]/content/[id]/page": [
171
234
  "static/chunks/webpack-7a8a7ce50d8a8bf1.js",
@@ -176,15 +239,15 @@
176
239
  "static/chunks/32c979c4-b6ecead4570178fb.js",
177
240
  "static/chunks/9957-f2551dce9714ec05.js",
178
241
  "static/chunks/7580-d063082dd77b05a2.js",
179
- "static/chunks/4021-4ed620e833362864.js",
180
- "static/chunks/9538-0952ccc1cdc43aab.js",
181
- "static/chunks/8047-a76bedee28fa3855.js",
182
- "static/chunks/4467-e5439059ac57bbc1.js",
183
- "static/chunks/103-46cfa8ff07310382.js",
184
- "static/chunks/8616-cd5800f66cc48e07.js",
185
- "static/chunks/app/[locale]/(main)/project/[slug]/[version]/content/[id]/page-7caa12c64304cf05.js"
242
+ "static/chunks/9230-b616869976d6130e.js",
243
+ "static/chunks/3859-776bce5eb3934558.js",
244
+ "static/chunks/1789-049743797a75226d.js",
245
+ "static/chunks/1441-f7a7bcb828cad81e.js",
246
+ "static/chunks/103-0561095c3788a308.js",
247
+ "static/chunks/8616-3c9c00eb966ec5a3.js",
248
+ "static/chunks/app/[locale]/(main)/project/[slug]/[version]/content/[id]/page-a4e67a1a9927e482.js"
186
249
  ],
187
- "/[locale]/(main)/project/[slug]/[version]/content/page": [
250
+ "/[locale]/(main)/project/[slug]/[version]/page": [
188
251
  "static/chunks/webpack-7a8a7ce50d8a8bf1.js",
189
252
  "static/chunks/f09a7b3f-0881157292385d93.js",
190
253
  "static/chunks/9029-351988b104898677.js",
@@ -192,11 +255,12 @@
192
255
  "static/css/db2e80439506b5eb.css",
193
256
  "static/chunks/9957-f2551dce9714ec05.js",
194
257
  "static/chunks/7580-d063082dd77b05a2.js",
195
- "static/chunks/4021-4ed620e833362864.js",
196
- "static/chunks/9538-0952ccc1cdc43aab.js",
197
- "static/chunks/8047-a76bedee28fa3855.js",
198
- "static/chunks/103-46cfa8ff07310382.js",
199
- "static/chunks/app/[locale]/(main)/project/[slug]/[version]/content/page-9be9cb3294aa2ea2.js"
258
+ "static/chunks/9230-b616869976d6130e.js",
259
+ "static/chunks/3859-776bce5eb3934558.js",
260
+ "static/chunks/1789-049743797a75226d.js",
261
+ "static/chunks/1441-f7a7bcb828cad81e.js",
262
+ "static/chunks/103-0561095c3788a308.js",
263
+ "static/chunks/app/[locale]/(main)/project/[slug]/[version]/page-d1de27298a90e3c1.js"
200
264
  ],
201
265
  "/[locale]/(main)/project/[slug]/[version]/docs/error": [
202
266
  "static/chunks/webpack-7a8a7ce50d8a8bf1.js",
@@ -205,8 +269,8 @@
205
269
  "static/chunks/main-app-3dc09e85d508d671.js",
206
270
  "static/chunks/9957-f2551dce9714ec05.js",
207
271
  "static/chunks/7580-d063082dd77b05a2.js",
208
- "static/chunks/4021-4ed620e833362864.js",
209
- "static/chunks/app/[locale]/(main)/project/[slug]/[version]/docs/error-2adf1c543db3b129.js"
272
+ "static/chunks/9230-b616869976d6130e.js",
273
+ "static/chunks/app/[locale]/(main)/project/[slug]/[version]/docs/error-ef18547df8fa1cd6.js"
210
274
  ],
211
275
  "/[locale]/(main)/project/[slug]/[version]/docs/not-found": [
212
276
  "static/chunks/webpack-7a8a7ce50d8a8bf1.js",
@@ -215,8 +279,8 @@
215
279
  "static/chunks/main-app-3dc09e85d508d671.js",
216
280
  "static/chunks/9957-f2551dce9714ec05.js",
217
281
  "static/chunks/7580-d063082dd77b05a2.js",
218
- "static/chunks/4021-4ed620e833362864.js",
219
- "static/chunks/app/[locale]/(main)/project/[slug]/[version]/docs/not-found-9a5a8c873fe218c8.js"
282
+ "static/chunks/9230-b616869976d6130e.js",
283
+ "static/chunks/app/[locale]/(main)/project/[slug]/[version]/docs/not-found-e2c159a89dd766a0.js"
220
284
  ],
221
285
  "/[locale]/(main)/project/[slug]/[version]/docs/[...path]/error": [
222
286
  "static/chunks/webpack-7a8a7ce50d8a8bf1.js",
@@ -225,8 +289,8 @@
225
289
  "static/chunks/main-app-3dc09e85d508d671.js",
226
290
  "static/chunks/9957-f2551dce9714ec05.js",
227
291
  "static/chunks/7580-d063082dd77b05a2.js",
228
- "static/chunks/4021-4ed620e833362864.js",
229
- "static/chunks/app/[locale]/(main)/project/[slug]/[version]/docs/[...path]/error-c27832382d942bf9.js"
292
+ "static/chunks/9230-b616869976d6130e.js",
293
+ "static/chunks/app/[locale]/(main)/project/[slug]/[version]/docs/[...path]/error-fb074cefeb4df365.js"
230
294
  ],
231
295
  "/[locale]/(main)/project/[slug]/[version]/docs/[...path]/not-found": [
232
296
  "static/chunks/webpack-7a8a7ce50d8a8bf1.js",
@@ -235,8 +299,8 @@
235
299
  "static/chunks/main-app-3dc09e85d508d671.js",
236
300
  "static/chunks/9957-f2551dce9714ec05.js",
237
301
  "static/chunks/7580-d063082dd77b05a2.js",
238
- "static/chunks/4021-4ed620e833362864.js",
239
- "static/chunks/app/[locale]/(main)/project/[slug]/[version]/docs/[...path]/not-found-9a5a8c873fe218c8.js"
302
+ "static/chunks/9230-b616869976d6130e.js",
303
+ "static/chunks/app/[locale]/(main)/project/[slug]/[version]/docs/[...path]/not-found-e2c159a89dd766a0.js"
240
304
  ],
241
305
  "/[locale]/(main)/project/[slug]/[version]/docs/[...path]/page": [
242
306
  "static/chunks/webpack-7a8a7ce50d8a8bf1.js",
@@ -247,52 +311,51 @@
247
311
  "static/chunks/32c979c4-b6ecead4570178fb.js",
248
312
  "static/chunks/9957-f2551dce9714ec05.js",
249
313
  "static/chunks/7580-d063082dd77b05a2.js",
250
- "static/chunks/4021-4ed620e833362864.js",
251
- "static/chunks/9538-0952ccc1cdc43aab.js",
252
- "static/chunks/8047-a76bedee28fa3855.js",
253
- "static/chunks/4467-e5439059ac57bbc1.js",
254
- "static/chunks/103-46cfa8ff07310382.js",
255
- "static/chunks/8616-cd5800f66cc48e07.js",
256
- "static/chunks/app/[locale]/(main)/project/[slug]/[version]/docs/[...path]/page-66bd37d4cbebbeba.js"
314
+ "static/chunks/9230-b616869976d6130e.js",
315
+ "static/chunks/3859-776bce5eb3934558.js",
316
+ "static/chunks/1789-049743797a75226d.js",
317
+ "static/chunks/1441-f7a7bcb828cad81e.js",
318
+ "static/chunks/103-0561095c3788a308.js",
319
+ "static/chunks/8616-3c9c00eb966ec5a3.js",
320
+ "static/chunks/app/[locale]/(main)/project/[slug]/[version]/docs/[...path]/page-ba3f0b7b6ef67c78.js"
257
321
  ],
258
- "/[locale]/(main)/project/[slug]/[version]/page": [
322
+ "/[locale]/(main)/project/[slug]/[version]/docs/page": [
259
323
  "static/chunks/webpack-7a8a7ce50d8a8bf1.js",
260
324
  "static/chunks/f09a7b3f-0881157292385d93.js",
261
325
  "static/chunks/9029-351988b104898677.js",
262
326
  "static/chunks/main-app-3dc09e85d508d671.js",
263
327
  "static/css/db2e80439506b5eb.css",
328
+ "static/chunks/32c979c4-b6ecead4570178fb.js",
264
329
  "static/chunks/9957-f2551dce9714ec05.js",
265
330
  "static/chunks/7580-d063082dd77b05a2.js",
266
- "static/chunks/4021-4ed620e833362864.js",
267
- "static/chunks/9538-0952ccc1cdc43aab.js",
268
- "static/chunks/8047-a76bedee28fa3855.js",
269
- "static/chunks/4467-e5439059ac57bbc1.js",
270
- "static/chunks/103-46cfa8ff07310382.js",
271
- "static/chunks/app/[locale]/(main)/project/[slug]/[version]/page-5edab0f76527d8be.js"
331
+ "static/chunks/9230-b616869976d6130e.js",
332
+ "static/chunks/3859-776bce5eb3934558.js",
333
+ "static/chunks/1789-049743797a75226d.js",
334
+ "static/chunks/1441-f7a7bcb828cad81e.js",
335
+ "static/chunks/103-0561095c3788a308.js",
336
+ "static/chunks/8616-3c9c00eb966ec5a3.js",
337
+ "static/chunks/app/[locale]/(main)/project/[slug]/[version]/docs/page-0f9867704414b457.js"
272
338
  ],
273
- "/[locale]/(main)/project/[slug]/[version]/docs/page": [
339
+ "/[locale]/(main)/project/[slug]/[version]/content/page": [
274
340
  "static/chunks/webpack-7a8a7ce50d8a8bf1.js",
275
341
  "static/chunks/f09a7b3f-0881157292385d93.js",
276
342
  "static/chunks/9029-351988b104898677.js",
277
343
  "static/chunks/main-app-3dc09e85d508d671.js",
278
344
  "static/css/db2e80439506b5eb.css",
279
- "static/chunks/32c979c4-b6ecead4570178fb.js",
280
345
  "static/chunks/9957-f2551dce9714ec05.js",
281
346
  "static/chunks/7580-d063082dd77b05a2.js",
282
- "static/chunks/4021-4ed620e833362864.js",
283
- "static/chunks/9538-0952ccc1cdc43aab.js",
284
- "static/chunks/8047-a76bedee28fa3855.js",
285
- "static/chunks/4467-e5439059ac57bbc1.js",
286
- "static/chunks/103-46cfa8ff07310382.js",
287
- "static/chunks/8616-cd5800f66cc48e07.js",
288
- "static/chunks/app/[locale]/(main)/project/[slug]/[version]/docs/page-d0de8ac366a22bb4.js"
347
+ "static/chunks/9230-b616869976d6130e.js",
348
+ "static/chunks/3859-776bce5eb3934558.js",
349
+ "static/chunks/1789-049743797a75226d.js",
350
+ "static/chunks/103-0561095c3788a308.js",
351
+ "static/chunks/app/[locale]/(main)/project/[slug]/[version]/content/page-4a5e64d731a5f7fc.js"
289
352
  ],
290
353
  "/opengraph-image/route": [
291
354
  "static/chunks/webpack-7a8a7ce50d8a8bf1.js",
292
355
  "static/chunks/f09a7b3f-0881157292385d93.js",
293
356
  "static/chunks/9029-351988b104898677.js",
294
357
  "static/chunks/main-app-3dc09e85d508d671.js",
295
- "static/chunks/app/opengraph-image/route-a7d6d8b2540658b2.js"
358
+ "static/chunks/app/opengraph-image/route-40b909e614212341.js"
296
359
  ]
297
360
  }
298
361
  }
@@ -1,14 +1,19 @@
1
1
  {
2
- "/_not-found/page": "/_not-found",
3
2
  "/(developers)/api/docs/[slug]/asset/[id]/route": "/api/docs/[slug]/asset/[id]",
4
- "/robots.txt/route": "/robots.txt",
3
+ "/_not-found/page": "/_not-found",
4
+ "/(developers)/api/raw/[locale]/[slug]/[version]/content/[id]/route": "/api/raw/[locale]/[slug]/[version]/content/[id]",
5
+ "/(developers)/api/raw/[locale]/[slug]/[version]/docs/[...path]/route": "/api/raw/[locale]/[slug]/[version]/docs/[...path]",
6
+ "/(developers)/api/raw/[locale]/[slug]/[version]/docs/route": "/api/raw/[locale]/[slug]/[version]/docs",
7
+ "/[locale]/(main)/project/[slug]/[version]/llms.txt/route": "/[locale]/project/[slug]/[version]/llms.txt",
8
+ "/llms.txt/route": "/llms.txt",
5
9
  "/favicon.ico/route": "/favicon.ico",
10
+ "/robots.txt/route": "/robots.txt",
6
11
  "/sitemap.xml/route": "/sitemap.xml",
7
12
  "/[locale]/page": "/[locale]",
8
13
  "/[locale]/(main)/project/[slug]/[version]/content/[id]/page": "/[locale]/project/[slug]/[version]/content/[id]",
9
- "/[locale]/(main)/project/[slug]/[version]/content/page": "/[locale]/project/[slug]/[version]/content",
10
- "/[locale]/(main)/project/[slug]/[version]/docs/[...path]/page": "/[locale]/project/[slug]/[version]/docs/[...path]",
11
14
  "/[locale]/(main)/project/[slug]/[version]/page": "/[locale]/project/[slug]/[version]",
15
+ "/[locale]/(main)/project/[slug]/[version]/docs/[...path]/page": "/[locale]/project/[slug]/[version]/docs/[...path]",
12
16
  "/[locale]/(main)/project/[slug]/[version]/docs/page": "/[locale]/project/[slug]/[version]/docs",
17
+ "/[locale]/(main)/project/[slug]/[version]/content/page": "/[locale]/project/[slug]/[version]/content",
13
18
  "/opengraph-image/route": "/opengraph-image"
14
19
  }
@@ -5,8 +5,8 @@
5
5
  "devFiles": [],
6
6
  "ampDevFiles": [],
7
7
  "lowPriorityFiles": [
8
- "static/xDKbBla0KxoYLX5JK78cG/_buildManifest.js",
9
- "static/xDKbBla0KxoYLX5JK78cG/_ssgManifest.js"
8
+ "static/Uh_7iky5Kcx69gUoxK7Er/_buildManifest.js",
9
+ "static/Uh_7iky5Kcx69gUoxK7Er/_ssgManifest.js"
10
10
  ],
11
11
  "rootMainFiles": [
12
12
  "static/chunks/webpack-7a8a7ce50d8a8bf1.js",
@@ -19,13 +19,13 @@
19
19
  "/_app": [
20
20
  "static/chunks/webpack-7a8a7ce50d8a8bf1.js",
21
21
  "static/chunks/framework-5133fb0fc71835c7.js",
22
- "static/chunks/main-c8dfadc3bb2249ef.js",
22
+ "static/chunks/main-e6ab5aa1cddf93db.js",
23
23
  "static/chunks/pages/_app-16852d725be4f9d4.js"
24
24
  ],
25
25
  "/_error": [
26
26
  "static/chunks/webpack-7a8a7ce50d8a8bf1.js",
27
27
  "static/chunks/framework-5133fb0fc71835c7.js",
28
- "static/chunks/main-c8dfadc3bb2249ef.js",
28
+ "static/chunks/main-e6ab5aa1cddf93db.js",
29
29
  "static/chunks/pages/_error-bb68fa12ffbbfe8f.js"
30
30
  ]
31
31
  },
@@ -117,8 +117,8 @@
117
117
  "dynamicRoutes": {},
118
118
  "notFoundRoutes": [],
119
119
  "preview": {
120
- "previewModeId": "aa124b7dcbf6b2e9502a691d14941a06",
121
- "previewModeSigningKey": "a21031de422811f0345e918e0bc1a4912df81fa7948e7426f6230758e6f567d2",
122
- "previewModeEncryptionKey": "086f9da2ccafc811ccaa258e4ebf0d08618c917c8fe6cd3372ffb7f71e0b2070"
120
+ "previewModeId": "2cdf51f5e2ea9365059bddb34100e56a",
121
+ "previewModeSigningKey": "d535d58f49dfd54a398086fc308047aac8403cf75d533e44a7ee8a66fca9d68b",
122
+ "previewModeEncryptionKey": "9d6293d3e8d7bc2983331d86af2c998bbc942ed8642c2a9d73ea9f4bba104878"
123
123
  }
124
124
  }
@@ -52,6 +52,38 @@
52
52
  },
53
53
  "namedRegex": "^/api/docs/(?<nxtPslug>[^/]+?)/asset/(?<nxtPid>[^/]+?)(?:/)?$"
54
54
  },
55
+ {
56
+ "page": "/api/raw/[locale]/[slug]/[version]/content/[id]",
57
+ "regex": "^/api/raw/([^/]+?)/([^/]+?)/([^/]+?)/content/([^/]+?)(?:/)?$",
58
+ "routeKeys": {
59
+ "nxtPlocale": "nxtPlocale",
60
+ "nxtPslug": "nxtPslug",
61
+ "nxtPversion": "nxtPversion",
62
+ "nxtPid": "nxtPid"
63
+ },
64
+ "namedRegex": "^/api/raw/(?<nxtPlocale>[^/]+?)/(?<nxtPslug>[^/]+?)/(?<nxtPversion>[^/]+?)/content/(?<nxtPid>[^/]+?)(?:/)?$"
65
+ },
66
+ {
67
+ "page": "/api/raw/[locale]/[slug]/[version]/docs",
68
+ "regex": "^/api/raw/([^/]+?)/([^/]+?)/([^/]+?)/docs(?:/)?$",
69
+ "routeKeys": {
70
+ "nxtPlocale": "nxtPlocale",
71
+ "nxtPslug": "nxtPslug",
72
+ "nxtPversion": "nxtPversion"
73
+ },
74
+ "namedRegex": "^/api/raw/(?<nxtPlocale>[^/]+?)/(?<nxtPslug>[^/]+?)/(?<nxtPversion>[^/]+?)/docs(?:/)?$"
75
+ },
76
+ {
77
+ "page": "/api/raw/[locale]/[slug]/[version]/docs/[...path]",
78
+ "regex": "^/api/raw/([^/]+?)/([^/]+?)/([^/]+?)/docs/(.+?)(?:/)?$",
79
+ "routeKeys": {
80
+ "nxtPlocale": "nxtPlocale",
81
+ "nxtPslug": "nxtPslug",
82
+ "nxtPversion": "nxtPversion",
83
+ "nxtPpath": "nxtPpath"
84
+ },
85
+ "namedRegex": "^/api/raw/(?<nxtPlocale>[^/]+?)/(?<nxtPslug>[^/]+?)/(?<nxtPversion>[^/]+?)/docs/(?<nxtPpath>.+?)(?:/)?$"
86
+ },
55
87
  {
56
88
  "page": "/[locale]",
57
89
  "regex": "^/([^/]+?)(?:/)?$",
@@ -111,6 +143,16 @@
111
143
  "nxtPpath": "nxtPpath"
112
144
  },
113
145
  "namedRegex": "^/(?<nxtPlocale>[^/]+?)/project/(?<nxtPslug>[^/]+?)/(?<nxtPversion>[^/]+?)/docs/(?<nxtPpath>.+?)(?:/)?$"
146
+ },
147
+ {
148
+ "page": "/[locale]/project/[slug]/[version]/llms.txt",
149
+ "regex": "^/([^/]+?)/project/([^/]+?)/([^/]+?)/llms\\.txt(?:/)?$",
150
+ "routeKeys": {
151
+ "nxtPlocale": "nxtPlocale",
152
+ "nxtPslug": "nxtPslug",
153
+ "nxtPversion": "nxtPversion"
154
+ },
155
+ "namedRegex": "^/(?<nxtPlocale>[^/]+?)/project/(?<nxtPslug>[^/]+?)/(?<nxtPversion>[^/]+?)/llms\\.txt(?:/)?$"
114
156
  }
115
157
  ],
116
158
  "staticRoutes": [
@@ -126,6 +168,12 @@
126
168
  "routeKeys": {},
127
169
  "namedRegex": "^/favicon\\.ico(?:/)?$"
128
170
  },
171
+ {
172
+ "page": "/llms.txt",
173
+ "regex": "^/llms\\.txt(?:/)?$",
174
+ "routeKeys": {},
175
+ "namedRegex": "^/llms\\.txt(?:/)?$"
176
+ },
129
177
  {
130
178
  "page": "/opengraph-image",
131
179
  "regex": "^/opengraph\\-image(?:/)?$",
@@ -1 +1 @@
1
- (()=>{var a={};a.id=3857,a.ids=[3857],a.modules={261:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/app-paths")},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},8086:a=>{"use strict";a.exports=require("module")},9968:(a,b,c)=>{"use strict";a.exports=c(48876).vendored["react-rsc"].ReactServerDOMWebpackServer},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},11723:a=>{"use strict";a.exports=require("querystring")},12412:a=>{"use strict";a.exports=require("assert")},13440:a=>{"use strict";a.exports=require("util/types")},19571:(a,b,c)=>{Promise.resolve().then(c.bind(c,57640)),Promise.resolve().then(c.bind(c,62800))},19771:a=>{"use strict";a.exports=require("process")},26763:(a,b,c)=>{"use strict";Object.defineProperty(b,"I",{enumerable:!0,get:function(){return g}});let d=c(30707),e=c(53762),f=c(42705);async function g(a,b,c,g){if((0,d.isNodeNextResponse)(b)){var h;b.statusCode=c.status,b.statusMessage=c.statusText;let d=["set-cookie","www-authenticate","proxy-authenticate","vary"];null==(h=c.headers)||h.forEach((a,c)=>{if("x-middleware-set-cookie"!==c.toLowerCase())if("set-cookie"===c.toLowerCase())for(let d of(0,f.splitCookiesString)(a))b.appendHeader(c,d);else{let e=void 0!==b.getHeader(c);(d.includes(c.toLowerCase())||!e)&&b.appendHeader(c,a)}});let{originalResponse:i}=b;c.body&&"HEAD"!==a.method?await (0,e.pipeToNodeResponse)(c.body,i,g):i.end()}}},27910:a=>{"use strict";a.exports=require("stream")},28354:a=>{"use strict";a.exports=require("util")},29021:a=>{"use strict";a.exports=require("fs")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},33873:a=>{"use strict";a.exports=require("path")},34631:a=>{"use strict";a.exports=require("tls")},36686:a=>{"use strict";a.exports=require("diagnostics_channel")},39442:(a,b,c)=>{"use strict";c.d(b,{LucideProvider:()=>f,useLucideContext:()=>g});var d=c(83459);let e=(0,d.createContext)({});function f({children:a,size:b,color:c,strokeWidth:f,absoluteStrokeWidth:g,className:h}){let i=(0,d.useMemo)(()=>({size:b,color:c,strokeWidth:f,absoluteStrokeWidth:g,className:h}),[b,c,f,g,h]);return(0,d.createElement)(e.Provider,{value:i},a)}let g=()=>(0,d.useContext)(e)},40965:(a,b,c)=>{"use strict";c.r(b),c.d(b,{handler:()=>J,patchFetch:()=>I,routeModule:()=>E,serverHooks:()=>H,workAsyncStorage:()=>F,workUnitAsyncStorage:()=>G});var d={};c.r(d),c.d(d,{GET:()=>D});var e=c(90346),f=c(24403),g=c(25394),h=c(95812),i=c(3882),j=c(261),k=c(33260),l=c(89926),m=c(7262),n=c(80701),o=c(26763),p=c(42705),q=c(34311),r=c(44912),s=c(86439),t=c(72142),u=c(52313),v=c(19660),w=c(29021),x=c.n(w),y=c(33873),z=c.n(y),A=c(27910),B=c(98312);let C={".ogg":"audio/ogg",".wav":"audio/wav",".mp3":"audio/mpeg",".flac":"audio/flac",".png":"image/png",".jpg":"image/jpeg",".jpeg":"image/jpeg",".gif":"image/gif",".webp":"image/webp",".svg":"image/svg+xml"};async function D(a,b){if(null==B.A.getLocalDocsRoots())return Response.json({error:"asset not found"},{status:404});let c=await b.params,d={id:decodeURIComponent(c.slug),locale:null,version:null},e=v.A.parse(decodeURIComponent(c.id));if(!e)return Response.json({error:"invalid resource location"},{status:404});let f=await u.dv.getLocalAssetFile(e,d);if(!f)return Response.json({error:"asset not found"},{status:404});let g=await x().promises.stat(f),h=C[z().extname(f).toLowerCase()]??"application/octet-stream";return new Response(A.Readable.toWeb(x().createReadStream(f)),{headers:{"Content-Type":h,"Content-Length":g.size.toString()}})}let E=new e.AppRouteRouteModule({definition:{kind:f.RouteKind.APP_ROUTE,page:"/(developers)/api/docs/[slug]/asset/[id]/route",pathname:"/api/docs/[slug]/asset/[id]",filename:"route",bundlePath:"app/(developers)/api/docs/[slug]/asset/[id]/route"},distDir:".next",relativeProjectDir:"",resolvedPagePath:"/home/runner/work/Wiki/Wiki/build/previewer/src/app/(developers)/api/docs/[slug]/asset/[id]/route.ts",nextConfigOutput:"standalone",userland:d}),{workAsyncStorage:F,workUnitAsyncStorage:G,serverHooks:H}=E;function I(){return(0,g.patchFetch)({workAsyncStorage:F,workUnitAsyncStorage:G})}async function J(a,b,c){var d;let e="/(developers)/api/docs/[slug]/asset/[id]/route";"/index"===e&&(e="/");let g=await E.prepare(a,b,{srcPage:e,multiZoneDraftMode:!1});if(!g)return b.statusCode=400,b.end("Bad Request"),null==c.waitUntil||c.waitUntil.call(c,Promise.resolve()),null;let{buildId:u,params:v,nextConfig:w,isDraftMode:x,prerenderManifest:y,routerServerContext:z,isOnDemandRevalidate:A,revalidateOnlyGenerated:B,resolvedPathname:C}=g,D=(0,j.normalizeAppPath)(e),F=!!(y.dynamicRoutes[D]||y.routes[C]);if(F&&!x){let a=!!y.routes[C],b=y.dynamicRoutes[D];if(b&&!1===b.fallback&&!a)throw new s.NoFallbackError}let G=null;!F||E.isDev||x||(G="/index"===(G=C)?"/":G);let H=!0===E.isDev||!F,I=F&&!H,J=a.method||"GET",K=(0,i.getTracer)(),L=K.getActiveScopeSpan(),M={params:v,prerenderManifest:y,renderOpts:{experimental:{cacheComponents:!!w.experimental.cacheComponents,authInterrupts:!!w.experimental.authInterrupts},supportsDynamicResponse:H,incrementalCache:(0,h.getRequestMeta)(a,"incrementalCache"),cacheLifeProfiles:null==(d=w.experimental)?void 0:d.cacheLife,isRevalidate:I,waitUntil:c.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:void 0,onInstrumentationRequestError:(b,c,d)=>E.onRequestError(a,b,d,z)},sharedContext:{buildId:u}},N=new k.NodeNextRequest(a),O=new k.NodeNextResponse(b),P=l.NextRequestAdapter.fromNodeNextRequest(N,(0,l.signalFromNodeResponse)(b));try{let d=async c=>E.handle(P,M).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let d=K.getRootSpanAttributes();if(!d)return;if(d.get("next.span_type")!==m.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${d.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=d.get("next.route");if(e){let a=`${J} ${e}`;c.setAttributes({"next.route":e,"http.route":e,"next.span_name":a}),c.updateName(a)}else c.updateName(`${J} ${a.url}`)}),g=async g=>{var i,j;let k=async({previousCacheEntry:f})=>{try{if(!(0,h.getRequestMeta)(a,"minimalMode")&&A&&B&&!f)return b.statusCode=404,b.setHeader("x-nextjs-cache","REVALIDATED"),b.end("This page could not be found"),null;let e=await d(g);a.fetchMetrics=M.renderOpts.fetchMetrics;let i=M.renderOpts.pendingWaitUntil;i&&c.waitUntil&&(c.waitUntil(i),i=void 0);let j=M.renderOpts.collectedTags;if(!F)return await (0,o.I)(N,O,e,M.renderOpts.pendingWaitUntil),null;{let a=await e.blob(),b=(0,p.toNodeOutgoingHttpHeaders)(e.headers);j&&(b[r.NEXT_CACHE_TAGS_HEADER]=j),!b["content-type"]&&a.type&&(b["content-type"]=a.type);let c=void 0!==M.renderOpts.collectedRevalidate&&!(M.renderOpts.collectedRevalidate>=r.INFINITE_CACHE)&&M.renderOpts.collectedRevalidate,d=void 0===M.renderOpts.collectedExpire||M.renderOpts.collectedExpire>=r.INFINITE_CACHE?void 0:M.renderOpts.collectedExpire;return{value:{kind:t.CachedRouteKind.APP_ROUTE,status:e.status,body:Buffer.from(await a.arrayBuffer()),headers:b},cacheControl:{revalidate:c,expire:d}}}}catch(b){throw(null==f?void 0:f.isStale)&&await E.onRequestError(a,b,{routerKind:"App Router",routePath:e,routeType:"route",revalidateReason:(0,n.c)({isRevalidate:I,isOnDemandRevalidate:A})},z),b}},l=await E.handleResponse({req:a,nextConfig:w,cacheKey:G,routeKind:f.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:y,isRoutePPREnabled:!1,isOnDemandRevalidate:A,revalidateOnlyGenerated:B,responseGenerator:k,waitUntil:c.waitUntil});if(!F)return null;if((null==l||null==(i=l.value)?void 0:i.kind)!==t.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==l||null==(j=l.value)?void 0:j.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});(0,h.getRequestMeta)(a,"minimalMode")||b.setHeader("x-nextjs-cache",A?"REVALIDATED":l.isMiss?"MISS":l.isStale?"STALE":"HIT"),x&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let m=(0,p.fromNodeOutgoingHttpHeaders)(l.value.headers);return(0,h.getRequestMeta)(a,"minimalMode")&&F||m.delete(r.NEXT_CACHE_TAGS_HEADER),!l.cacheControl||b.getHeader("Cache-Control")||m.get("Cache-Control")||m.set("Cache-Control",(0,q.getCacheControlHeader)(l.cacheControl)),await (0,o.I)(N,O,new Response(l.value.body,{headers:m,status:l.value.status||200})),null};L?await g(L):await K.withPropagatedContext(a.headers,()=>K.trace(m.BaseServerSpan.handleRequest,{spanName:`${J} ${a.url}`,kind:i.SpanKind.SERVER,attributes:{"http.method":J,"http.target":a.url}},g))}catch(b){if(b instanceof s.NoFallbackError||await E.onRequestError(a,b,{routerKind:"App Router",routePath:D,routeType:"route",revalidateReason:(0,n.c)({isRevalidate:I,isOnDemandRevalidate:A})}),F)throw b;return await (0,o.I)(N,O,new Response(null,{status:500})),null}}},40974:(a,b)=>{"use strict";function c(a){return"("===a[0]&&a.endsWith(")")}function d(a){return a.startsWith("@")&&"@children"!==a}function e(a,b){if(a.includes(f)){let a=JSON.stringify(b);return"{}"!==a?f+"?"+a:f}return a}Object.defineProperty(b,"__esModule",{value:!0}),!function(a,b){for(var c in b)Object.defineProperty(a,c,{enumerable:!0,get:b[c]})}(b,{DEFAULT_SEGMENT_KEY:function(){return g},PAGE_SEGMENT_KEY:function(){return f},addSearchParamsIfPageSegment:function(){return e},isGroupSegment:function(){return c},isParallelRouteSegment:function(){return d}});let f="__PAGE__",g="__DEFAULT__"},41204:a=>{"use strict";a.exports=require("string_decoder")},44870:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},54287:a=>{"use strict";a.exports=require("console")},55511:a=>{"use strict";a.exports=require("crypto")},55591:a=>{"use strict";a.exports=require("https")},56523:(a,b,c)=>{Promise.resolve().then(c.bind(c,39442)),Promise.resolve().then(c.bind(c,63300))},60492:(a,b,c)=>{"use strict";a.exports=c(48876).vendored["react-rsc"].ReactJsxRuntime},62800:(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/node_modules/.pnpm/lucide-react@1.37.0_react@19.1.0/node_modules/lucide-react/dist/esm/Icon.mjs\" 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/node_modules/.pnpm/lucide-react@1.37.0_react@19.1.0/node_modules/lucide-react/dist/esm/Icon.mjs","default")},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},63300:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>h});var d=c(83459),e={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"},f=c(91906),g=c(39442);let h=(0,d.forwardRef)(({color:a,size:b,strokeWidth:c,absoluteStrokeWidth:h,className:i="",children:j,iconNode:k,...l},m)=>{let{size:n=24,strokeWidth:o=2,absoluteStrokeWidth:p=!1,color:q="currentColor",className:r=""}=(0,g.useLucideContext)()??{},s=h??p?24*Number(c??o)/Number(b??n):c??o;return(0,d.createElement)("svg",{ref:m,...e,width:b??n??e.width,height:b??n??e.height,stroke:a??q,strokeWidth:s,className:(0,f.z)("lucide",r,i),...!j&&!(a=>{for(let b in a)if(b.startsWith("aria-")||"role"===b||"title"===b)return!0;return!1})(l)&&{"aria-hidden":"true"},...l},[...k.map(([a,b])=>(0,d.createElement)(a,b)),...Array.isArray(j)?j:[j]])})},67874:(a,b,c)=>{"use strict";a.exports=c(10846)},73136:a=>{"use strict";a.exports=require("node:url")},73496:a=>{"use strict";a.exports=require("http2")},73566:a=>{"use strict";a.exports=require("worker_threads")},74075:a=>{"use strict";a.exports=require("zlib")},74998:a=>{"use strict";a.exports=require("perf_hooks")},76760:a=>{"use strict";a.exports=require("node:path")},77414:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),!function(a,b){for(var c in b)Object.defineProperty(a,c,{enumerable:!0,get:b[c]})}(b,{INTERCEPTION_ROUTE_MARKERS:function(){return e},extractInterceptionRouteInformation:function(){return g},isInterceptionRouteAppPath:function(){return f}});let d=c(93541),e=["(..)(..)","(.)","(..)","(...)"];function f(a){return void 0!==a.split("/").find(a=>e.find(b=>a.startsWith(b)))}function g(a){let b,c,f;for(let d of a.split("/"))if(c=e.find(a=>d.startsWith(a))){[b,f]=a.split(c,2);break}if(!b||!c||!f)throw Object.defineProperty(Error("Invalid interception route: "+a+". Must be in the format /<intercepting route>/(..|...|..)(..)/<intercepted route>"),"__NEXT_ERROR_CODE",{value:"E269",enumerable:!1,configurable:!0});switch(b=(0,d.normalizeAppPath)(b),c){case"(.)":f="/"===b?"/"+f:b+"/"+f;break;case"(..)":if("/"===b)throw Object.defineProperty(Error("Invalid interception route: "+a+". Cannot use (..) marker at the root level, use (.) instead."),"__NEXT_ERROR_CODE",{value:"E207",enumerable:!1,configurable:!0});f=b.split("/").slice(0,-1).concat(f).join("/");break;case"(...)":f="/"+f;break;case"(..)(..)":let g=b.split("/");if(g.length<=2)throw Object.defineProperty(Error("Invalid interception route: "+a+". Cannot use (..)(..) marker at the root level or one level up."),"__NEXT_ERROR_CODE",{value:"E486",enumerable:!1,configurable:!0});f=g.slice(0,-2).concat(f).join("/");break;default:throw Object.defineProperty(Error("Invariant: unexpected marker"),"__NEXT_ERROR_CODE",{value:"E112",enumerable:!1,configurable:!0})}return{interceptingRoute:b,interceptedRoute:f}}},79327:a=>{"use strict";a.exports=require("node:process")},79428:a=>{"use strict";a.exports=require("buffer")},79551:a=>{"use strict";a.exports=require("url")},81630:a=>{"use strict";a.exports=require("http")},82620:(a,b)=>{"use strict";function c(a){return a.startsWith("/")?a:"/"+a}Object.defineProperty(b,"__esModule",{value:!0}),Object.defineProperty(b,"ensureLeadingSlash",{enumerable:!0,get:function(){return c}})},83459:(a,b,c)=>{"use strict";a.exports=c(67874).vendored["react-ssr"].React},84297:a=>{"use strict";a.exports=require("async_hooks")},86439:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external")},90346:(a,b,c)=>{"use strict";a.exports=c(44870)},91645:a=>{"use strict";a.exports=require("net")},91906:(a,b,c)=>{"use strict";c.d(b,{z:()=>d});let d=(...a)=>a.filter((a,b,c)=>!!a&&""!==a.trim()&&c.indexOf(a)===b).join(" ").trim()},93541:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),!function(a,b){for(var c in b)Object.defineProperty(a,c,{enumerable:!0,get:b[c]})}(b,{normalizeAppPath:function(){return f},normalizeRscURL:function(){return g}});let d=c(82620),e=c(40974);function f(a){return(0,d.ensureLeadingSlash)(a.split("/").reduce((a,b,c,d)=>!b||(0,e.isGroupSegment)(b)||"@"===b[0]||("page"===b||"route"===b)&&c===d.length-1?a:a+"/"+b,""))}function g(a){return a.replace(/\.rsc($|\?)/,"$1")}},94175:a=>{"use strict";a.exports=require("stream/web")},94735:a=>{"use strict";a.exports=require("events")}};var b=require("../../../../../../../webpack-runtime.js");b.C(a);var c=b.X(0,[6618,4120,2408,9228,2313],()=>b(b.s=40965));module.exports=c})();
1
+ (()=>{var a={};a.id=3857,a.ids=[3857],a.modules={261:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/app-paths")},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},8086:a=>{"use strict";a.exports=require("module")},8845:(a,b,c)=>{Promise.resolve().then(c.bind(c,31469)),Promise.resolve().then(c.bind(c,91127))},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},11723:a=>{"use strict";a.exports=require("querystring")},12412:a=>{"use strict";a.exports=require("assert")},13440:a=>{"use strict";a.exports=require("util/types")},19771:a=>{"use strict";a.exports=require("process")},26763:(a,b,c)=>{"use strict";Object.defineProperty(b,"I",{enumerable:!0,get:function(){return g}});let d=c(30707),e=c(53762),f=c(42705);async function g(a,b,c,g){if((0,d.isNodeNextResponse)(b)){var h;b.statusCode=c.status,b.statusMessage=c.statusText;let d=["set-cookie","www-authenticate","proxy-authenticate","vary"];null==(h=c.headers)||h.forEach((a,c)=>{if("x-middleware-set-cookie"!==c.toLowerCase())if("set-cookie"===c.toLowerCase())for(let d of(0,f.splitCookiesString)(a))b.appendHeader(c,d);else{let e=void 0!==b.getHeader(c);(d.includes(c.toLowerCase())||!e)&&b.appendHeader(c,a)}});let{originalResponse:i}=b;c.body&&"HEAD"!==a.method?await (0,e.pipeToNodeResponse)(c.body,i,g):i.end()}}},27910:a=>{"use strict";a.exports=require("stream")},28354:a=>{"use strict";a.exports=require("util")},29021:a=>{"use strict";a.exports=require("fs")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},33873:a=>{"use strict";a.exports=require("path")},34631:a=>{"use strict";a.exports=require("tls")},36686:a=>{"use strict";a.exports=require("diagnostics_channel")},40965:(a,b,c)=>{"use strict";c.r(b),c.d(b,{handler:()=>J,patchFetch:()=>I,routeModule:()=>E,serverHooks:()=>H,workAsyncStorage:()=>F,workUnitAsyncStorage:()=>G});var d={};c.r(d),c.d(d,{GET:()=>D});var e=c(90346),f=c(24403),g=c(25394),h=c(95812),i=c(3882),j=c(261),k=c(33260),l=c(89926),m=c(7262),n=c(80701),o=c(26763),p=c(42705),q=c(34311),r=c(44912),s=c(86439),t=c(72142),u=c(52313),v=c(19660),w=c(29021),x=c.n(w),y=c(33873),z=c.n(y),A=c(27910),B=c(98312);let C={".ogg":"audio/ogg",".wav":"audio/wav",".mp3":"audio/mpeg",".flac":"audio/flac",".png":"image/png",".jpg":"image/jpeg",".jpeg":"image/jpeg",".gif":"image/gif",".webp":"image/webp",".svg":"image/svg+xml"};async function D(a,b){if(null==B.A.getLocalDocsRoots())return Response.json({error:"asset not found"},{status:404});let c=await b.params,d={id:decodeURIComponent(c.slug),locale:null,version:null},e=v.A.parse(decodeURIComponent(c.id));if(!e)return Response.json({error:"invalid resource location"},{status:404});let f=await u.dv.getLocalAssetFile(e,d);if(!f)return Response.json({error:"asset not found"},{status:404});let g=await x().promises.stat(f),h=C[z().extname(f).toLowerCase()]??"application/octet-stream";return new Response(A.Readable.toWeb(x().createReadStream(f)),{headers:{"Content-Type":h,"Content-Length":g.size.toString()}})}let E=new e.AppRouteRouteModule({definition:{kind:f.RouteKind.APP_ROUTE,page:"/(developers)/api/docs/[slug]/asset/[id]/route",pathname:"/api/docs/[slug]/asset/[id]",filename:"route",bundlePath:"app/(developers)/api/docs/[slug]/asset/[id]/route"},distDir:".next",relativeProjectDir:"",resolvedPagePath:"/home/runner/work/Wiki/Wiki/build/previewer/src/app/(developers)/api/docs/[slug]/asset/[id]/route.ts",nextConfigOutput:"standalone",userland:d}),{workAsyncStorage:F,workUnitAsyncStorage:G,serverHooks:H}=E;function I(){return(0,g.patchFetch)({workAsyncStorage:F,workUnitAsyncStorage:G})}async function J(a,b,c){var d;let e="/(developers)/api/docs/[slug]/asset/[id]/route";"/index"===e&&(e="/");let g=await E.prepare(a,b,{srcPage:e,multiZoneDraftMode:!1});if(!g)return b.statusCode=400,b.end("Bad Request"),null==c.waitUntil||c.waitUntil.call(c,Promise.resolve()),null;let{buildId:u,params:v,nextConfig:w,isDraftMode:x,prerenderManifest:y,routerServerContext:z,isOnDemandRevalidate:A,revalidateOnlyGenerated:B,resolvedPathname:C}=g,D=(0,j.normalizeAppPath)(e),F=!!(y.dynamicRoutes[D]||y.routes[C]);if(F&&!x){let a=!!y.routes[C],b=y.dynamicRoutes[D];if(b&&!1===b.fallback&&!a)throw new s.NoFallbackError}let G=null;!F||E.isDev||x||(G="/index"===(G=C)?"/":G);let H=!0===E.isDev||!F,I=F&&!H,J=a.method||"GET",K=(0,i.getTracer)(),L=K.getActiveScopeSpan(),M={params:v,prerenderManifest:y,renderOpts:{experimental:{cacheComponents:!!w.experimental.cacheComponents,authInterrupts:!!w.experimental.authInterrupts},supportsDynamicResponse:H,incrementalCache:(0,h.getRequestMeta)(a,"incrementalCache"),cacheLifeProfiles:null==(d=w.experimental)?void 0:d.cacheLife,isRevalidate:I,waitUntil:c.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:void 0,onInstrumentationRequestError:(b,c,d)=>E.onRequestError(a,b,d,z)},sharedContext:{buildId:u}},N=new k.NodeNextRequest(a),O=new k.NodeNextResponse(b),P=l.NextRequestAdapter.fromNodeNextRequest(N,(0,l.signalFromNodeResponse)(b));try{let d=async c=>E.handle(P,M).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let d=K.getRootSpanAttributes();if(!d)return;if(d.get("next.span_type")!==m.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${d.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=d.get("next.route");if(e){let a=`${J} ${e}`;c.setAttributes({"next.route":e,"http.route":e,"next.span_name":a}),c.updateName(a)}else c.updateName(`${J} ${a.url}`)}),g=async g=>{var i,j;let k=async({previousCacheEntry:f})=>{try{if(!(0,h.getRequestMeta)(a,"minimalMode")&&A&&B&&!f)return b.statusCode=404,b.setHeader("x-nextjs-cache","REVALIDATED"),b.end("This page could not be found"),null;let e=await d(g);a.fetchMetrics=M.renderOpts.fetchMetrics;let i=M.renderOpts.pendingWaitUntil;i&&c.waitUntil&&(c.waitUntil(i),i=void 0);let j=M.renderOpts.collectedTags;if(!F)return await (0,o.I)(N,O,e,M.renderOpts.pendingWaitUntil),null;{let a=await e.blob(),b=(0,p.toNodeOutgoingHttpHeaders)(e.headers);j&&(b[r.NEXT_CACHE_TAGS_HEADER]=j),!b["content-type"]&&a.type&&(b["content-type"]=a.type);let c=void 0!==M.renderOpts.collectedRevalidate&&!(M.renderOpts.collectedRevalidate>=r.INFINITE_CACHE)&&M.renderOpts.collectedRevalidate,d=void 0===M.renderOpts.collectedExpire||M.renderOpts.collectedExpire>=r.INFINITE_CACHE?void 0:M.renderOpts.collectedExpire;return{value:{kind:t.CachedRouteKind.APP_ROUTE,status:e.status,body:Buffer.from(await a.arrayBuffer()),headers:b},cacheControl:{revalidate:c,expire:d}}}}catch(b){throw(null==f?void 0:f.isStale)&&await E.onRequestError(a,b,{routerKind:"App Router",routePath:e,routeType:"route",revalidateReason:(0,n.c)({isRevalidate:I,isOnDemandRevalidate:A})},z),b}},l=await E.handleResponse({req:a,nextConfig:w,cacheKey:G,routeKind:f.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:y,isRoutePPREnabled:!1,isOnDemandRevalidate:A,revalidateOnlyGenerated:B,responseGenerator:k,waitUntil:c.waitUntil});if(!F)return null;if((null==l||null==(i=l.value)?void 0:i.kind)!==t.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==l||null==(j=l.value)?void 0:j.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});(0,h.getRequestMeta)(a,"minimalMode")||b.setHeader("x-nextjs-cache",A?"REVALIDATED":l.isMiss?"MISS":l.isStale?"STALE":"HIT"),x&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let m=(0,p.fromNodeOutgoingHttpHeaders)(l.value.headers);return(0,h.getRequestMeta)(a,"minimalMode")&&F||m.delete(r.NEXT_CACHE_TAGS_HEADER),!l.cacheControl||b.getHeader("Cache-Control")||m.get("Cache-Control")||m.set("Cache-Control",(0,q.getCacheControlHeader)(l.cacheControl)),await (0,o.I)(N,O,new Response(l.value.body,{headers:m,status:l.value.status||200})),null};L?await g(L):await K.withPropagatedContext(a.headers,()=>K.trace(m.BaseServerSpan.handleRequest,{spanName:`${J} ${a.url}`,kind:i.SpanKind.SERVER,attributes:{"http.method":J,"http.target":a.url}},g))}catch(b){if(b instanceof s.NoFallbackError||await E.onRequestError(a,b,{routerKind:"App Router",routePath:D,routeType:"route",revalidateReason:(0,n.c)({isRevalidate:I,isOnDemandRevalidate:A})}),F)throw b;return await (0,o.I)(N,O,new Response(null,{status:500})),null}}},41204:a=>{"use strict";a.exports=require("string_decoder")},44870:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},54287:a=>{"use strict";a.exports=require("console")},55511:a=>{"use strict";a.exports=require("crypto")},55591:a=>{"use strict";a.exports=require("https")},61581:(a,b,c)=>{Promise.resolve().then(c.bind(c,91231)),Promise.resolve().then(c.bind(c,15641))},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},73136:a=>{"use strict";a.exports=require("node:url")},73496:a=>{"use strict";a.exports=require("http2")},73566:a=>{"use strict";a.exports=require("worker_threads")},74075:a=>{"use strict";a.exports=require("zlib")},74998:a=>{"use strict";a.exports=require("perf_hooks")},76760:a=>{"use strict";a.exports=require("node:path")},79327:a=>{"use strict";a.exports=require("node:process")},79428:a=>{"use strict";a.exports=require("buffer")},79551:a=>{"use strict";a.exports=require("url")},81630:a=>{"use strict";a.exports=require("http")},84297:a=>{"use strict";a.exports=require("async_hooks")},86439:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external")},90346:(a,b,c)=>{"use strict";a.exports=c(44870)},91645:a=>{"use strict";a.exports=require("net")},94175:a=>{"use strict";a.exports=require("stream/web")},94735:a=>{"use strict";a.exports=require("events")}};var b=require("../../../../../../../webpack-runtime.js");b.C(a);var c=b.X(0,[8029,4120,2408,7184,2313],()=>b(b.s=40965));module.exports=c})();