@modern-js/main-doc 2.8.0 → 2.9.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1079) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/README.md +15 -18
  3. package/docs/en/apis/app/hooks/api/framework/lambda.mdx +57 -0
  4. package/docs/en/apis/app/hooks/api/functions/api.mdx +81 -0
  5. package/docs/en/apis/app/hooks/src/routes.mdx +90 -0
  6. package/docs/en/apis/app/hooks/src/server.mdx +34 -0
  7. package/docs/en/apis/app/runtime/router/router.mdx +262 -0
  8. package/docs/en/apis/app/runtime/web-server/hook.mdx +133 -0
  9. package/docs/en/apis/app/runtime/web-server/middleware.mdx +134 -0
  10. package/docs/en/components/enable-bff.mdx +31 -0
  11. package/docs/en/components/init-app.mdx +43 -0
  12. package/docs/en/components/init-rspack-app.mdx +7 -0
  13. package/docs/en/components/prerequisites.mdx +18 -0
  14. package/docs/en/configure/app/dev/asset-prefix.mdx +13 -0
  15. package/docs/en/configure/app/dev/before-start-url.mdx +13 -0
  16. package/docs/en/configure/app/dev/hmr.mdx +13 -0
  17. package/docs/en/configure/app/dev/host.mdx +13 -0
  18. package/docs/en/configure/app/dev/https.mdx +13 -0
  19. package/docs/en/configure/app/dev/port.mdx +13 -0
  20. package/docs/en/configure/app/dev/progress-bar.mdx +13 -0
  21. package/docs/en/configure/app/dev/start-url.mdx +13 -0
  22. package/docs/en/configure/app/experiments/lazy-compilation.mdx +13 -0
  23. package/docs/en/configure/app/html/app-icon.mdx +13 -0
  24. package/docs/en/configure/app/html/crossorigin.mdx +13 -0
  25. package/docs/en/configure/app/html/disable-html-folder.mdx +13 -0
  26. package/docs/en/configure/app/html/favicon-by-entries.mdx +13 -0
  27. package/docs/en/configure/app/html/favicon.mdx +13 -0
  28. package/docs/en/configure/app/html/inject-by-entries.mdx +13 -0
  29. package/docs/en/configure/app/html/inject.mdx +13 -0
  30. package/docs/en/configure/app/html/meta-by-entries.mdx +13 -0
  31. package/docs/en/configure/app/html/meta.mdx +13 -0
  32. package/docs/en/configure/app/html/mount-id.mdx +13 -0
  33. package/docs/en/configure/app/html/tags-by-entries.mdx +13 -0
  34. package/docs/en/configure/app/html/tags.mdx +13 -0
  35. package/docs/en/configure/app/html/template-by-entries.mdx +13 -0
  36. package/docs/en/configure/app/html/template-parameters-by-entries.mdx +13 -0
  37. package/docs/en/configure/app/html/template-parameters.mdx +13 -0
  38. package/docs/en/configure/app/html/template.mdx +13 -0
  39. package/docs/en/configure/app/html/title-by-entries.mdx +13 -0
  40. package/docs/en/configure/app/html/title.mdx +13 -0
  41. package/docs/en/configure/app/output/asset-prefix.mdx +13 -0
  42. package/docs/en/configure/app/output/assets-retry.mdx +13 -0
  43. package/docs/en/configure/app/output/charset.mdx +13 -0
  44. package/docs/en/configure/app/output/clean-dist-path.mdx +13 -0
  45. package/docs/en/configure/app/output/convert-to-rem.mdx +13 -0
  46. package/docs/en/configure/app/output/copy.mdx +13 -0
  47. package/docs/en/configure/app/output/css-module-local-ident-name.mdx +13 -0
  48. package/docs/en/configure/app/output/data-uri-limit.mdx +13 -0
  49. package/docs/en/configure/app/output/disable-css-extract.mdx +13 -0
  50. package/docs/en/configure/app/output/disable-css-module-extension.mdx +13 -0
  51. package/docs/en/configure/app/output/disable-filename-hash.mdx +13 -0
  52. package/docs/en/configure/app/output/disable-inline-runtime-chunk.mdx +13 -0
  53. package/docs/en/configure/app/output/disable-minimize.mdx +13 -0
  54. package/docs/en/configure/app/output/disable-source-map.mdx +13 -0
  55. package/docs/en/configure/app/output/disable-ts-checker.mdx +13 -0
  56. package/docs/en/configure/app/output/dist-path.mdx +13 -0
  57. package/docs/en/configure/app/output/enable-asset-fallback.mdx +13 -0
  58. package/docs/en/configure/app/output/enable-asset-manifest.mdx +13 -0
  59. package/docs/en/configure/app/output/enable-css-module-tsdeclaration.mdx +13 -0
  60. package/docs/en/configure/app/output/enable-inline-scripts.mdx +13 -0
  61. package/docs/en/configure/app/output/enable-inline-styles.mdx +13 -0
  62. package/docs/en/configure/app/output/enable-latest-decorators.mdx +13 -0
  63. package/docs/en/configure/app/output/externals.mdx +13 -0
  64. package/docs/en/configure/app/output/filename.mdx +13 -0
  65. package/docs/en/configure/app/output/legal-comments.mdx +13 -0
  66. package/docs/en/configure/app/output/override-browserslist.mdx +13 -0
  67. package/docs/en/configure/app/output/polyfill.mdx +13 -0
  68. package/docs/en/configure/app/output/ssg.mdx +196 -0
  69. package/docs/en/configure/app/output/svg-default-export.mdx +13 -0
  70. package/docs/en/configure/app/performance/build-cache.mdx +13 -0
  71. package/docs/en/configure/app/performance/bundle-analyze.mdx +13 -0
  72. package/docs/en/configure/app/performance/chunk-split.mdx +13 -0
  73. package/docs/en/configure/app/performance/print-file-size.mdx +13 -0
  74. package/docs/en/configure/app/performance/profile.mdx +13 -0
  75. package/docs/en/configure/app/performance/remove-console.mdx +13 -0
  76. package/docs/en/configure/app/performance/remove-moment-locale.mdx +13 -0
  77. package/docs/en/configure/app/security/check-syntax.mdx +13 -0
  78. package/docs/en/configure/app/security/sri.mdx +13 -0
  79. package/docs/en/configure/app/server/public-routes.mdx +26 -0
  80. package/docs/en/configure/app/server/ssr.mdx +38 -0
  81. package/docs/en/configure/app/source/alias.mdx +13 -0
  82. package/docs/en/configure/app/source/compile-js-data-uri.mdx +13 -0
  83. package/docs/en/configure/app/source/define.mdx +13 -0
  84. package/docs/en/configure/app/source/design-system.mdx +1175 -0
  85. package/docs/en/configure/app/source/disable-entry-dirs.mdx +39 -0
  86. package/docs/en/configure/app/source/entries.mdx +123 -0
  87. package/docs/en/configure/app/source/exclude.mdx +13 -0
  88. package/docs/en/configure/app/source/global-vars.mdx +13 -0
  89. package/docs/en/configure/app/source/include.mdx +13 -0
  90. package/docs/en/configure/app/source/module-scopes.mdx +13 -0
  91. package/docs/en/configure/app/source/pre-entry.mdx +13 -0
  92. package/docs/en/configure/app/source/resolve-extension-prefix.mdx +13 -0
  93. package/docs/en/configure/app/source/resolve-main-fields.mdx +13 -0
  94. package/docs/en/configure/app/tools/autoprefixer.mdx +13 -0
  95. package/docs/en/configure/app/tools/babel.mdx +13 -0
  96. package/docs/en/configure/app/tools/css-extract.mdx +13 -0
  97. package/docs/en/configure/app/tools/css-loader.mdx +13 -0
  98. package/docs/en/configure/app/tools/dev-server.mdx +13 -0
  99. package/docs/en/configure/app/tools/html-plugin.mdx +13 -0
  100. package/docs/en/configure/app/tools/inspector.mdx +13 -0
  101. package/docs/en/configure/app/tools/less.mdx +13 -0
  102. package/docs/en/configure/app/tools/minify-css.mdx +13 -0
  103. package/docs/en/configure/app/tools/postcss.mdx +13 -0
  104. package/docs/en/configure/app/tools/pug.mdx +13 -0
  105. package/docs/en/configure/app/tools/rspack.mdx +13 -0
  106. package/docs/en/configure/app/tools/sass.mdx +13 -0
  107. package/docs/en/configure/app/tools/style-loader.mdx +13 -0
  108. package/docs/en/configure/app/tools/styled-components.mdx +13 -0
  109. package/docs/en/configure/app/tools/terser.mdx +13 -0
  110. package/docs/en/configure/app/tools/ts-checker.mdx +13 -0
  111. package/docs/en/configure/app/tools/ts-loader.mdx +13 -0
  112. package/docs/en/configure/app/tools/webpack-chain.mdx +13 -0
  113. package/docs/en/configure/app/tools/webpack.mdx +13 -0
  114. package/docs/en/guides/advanced-features/code-split.mdx +80 -0
  115. package/docs/en/guides/advanced-features/compatibility.mdx +78 -0
  116. package/docs/en/guides/advanced-features/eslint.mdx +148 -0
  117. package/docs/en/guides/advanced-features/rspack-start.mdx +61 -0
  118. package/docs/en/guides/advanced-features/ssg.mdx +116 -0
  119. package/docs/en/guides/advanced-features/ssr.mdx +518 -0
  120. package/docs/en/guides/advanced-features/testing.mdx +46 -0
  121. package/docs/en/guides/advanced-features/web-server.mdx +124 -0
  122. package/docs/en/guides/basic-features/data-fetch.mdx +404 -0
  123. package/docs/en/guides/basic-features/env-vars.mdx +174 -0
  124. package/docs/en/guides/basic-features/html.mdx +247 -0
  125. package/docs/en/guides/basic-features/proxy.mdx +61 -0
  126. package/docs/en/guides/get-started/introduction.mdx +50 -0
  127. package/docs/en/guides/get-started/quick-start.mdx +162 -0
  128. package/docs/en/guides/topic-detail/framework-plugin/extend.mdx +164 -0
  129. package/docs/en/guides/topic-detail/framework-plugin/hook-list.mdx +827 -0
  130. package/docs/en/guides/topic-detail/framework-plugin/hook.mdx +188 -0
  131. package/docs/en/guides/topic-detail/framework-plugin/implement.mdx +246 -0
  132. package/docs/en/guides/topic-detail/framework-plugin/relationship.mdx +119 -0
  133. package/docs/en/guides/topic-detail/generator/codesmith/api/npm.mdx +48 -0
  134. package/docs/en/guides/topic-detail/generator/codesmith/develop.mdx +53 -0
  135. package/docs/en/guides/topic-detail/generator/config/app.mdx +82 -0
  136. package/docs/en/guides/topic-detail/generator/plugin/api/input/addInputAfter.mdx +55 -0
  137. package/docs/en/guides/topic-detail/generator/plugin/api/input/addInputBefore.mdx +55 -0
  138. package/docs/en/guides/topic-detail/generator/plugin/api/npm/install.mdx +18 -0
  139. package/docs/en/guides/topic-detail/generator/plugin/develop.mdx +125 -0
  140. package/docs/en/guides/topic-detail/generator/project.mdx +118 -0
  141. package/docs/en/guides/topic-detail/micro-frontend/c03-main-app.mdx +282 -0
  142. package/docs/en/guides/topic-detail/micro-frontend/c04-communicate.mdx +57 -0
  143. package/docs/en/guides/topic-detail/model/computed-state.mdx +153 -0
  144. package/docs/en/guides/troubleshooting/cli.mdx +63 -0
  145. package/docs/en/tutorials/first-app/c03-css.mdx +323 -0
  146. package/docs/zh/apis/monorepo/commands/new.mdx +39 -0
  147. package/docs/zh/components/default-mwa-generate.mdx +5 -0
  148. package/docs/zh/components/init-app.mdx +44 -0
  149. package/docs/zh/components/init-rspack-app.mdx +7 -0
  150. package/docs/zh/components/prerequisites.mdx +18 -0
  151. package/docs/zh/configure/app/dev/asset-prefix.mdx +13 -0
  152. package/docs/zh/configure/app/dev/before-start-url.mdx +13 -0
  153. package/docs/zh/configure/app/dev/hmr.mdx +13 -0
  154. package/docs/zh/configure/app/dev/host.mdx +13 -0
  155. package/docs/zh/configure/app/dev/https.mdx +13 -0
  156. package/docs/zh/configure/app/dev/port.mdx +13 -0
  157. package/docs/zh/configure/app/dev/progress-bar.mdx +13 -0
  158. package/docs/zh/configure/app/dev/start-url.mdx +13 -0
  159. package/docs/zh/configure/app/experiments/lazy-compilation.mdx +13 -0
  160. package/docs/zh/configure/app/html/app-icon.mdx +13 -0
  161. package/docs/zh/configure/app/html/crossorigin.mdx +13 -0
  162. package/docs/zh/configure/app/html/disable-html-folder.mdx +13 -0
  163. package/docs/zh/configure/app/html/favicon-by-entries.mdx +13 -0
  164. package/docs/zh/configure/app/html/favicon.mdx +13 -0
  165. package/docs/zh/configure/app/html/inject-by-entries.mdx +13 -0
  166. package/docs/zh/configure/app/html/inject.mdx +13 -0
  167. package/docs/zh/configure/app/html/meta-by-entries.mdx +13 -0
  168. package/docs/zh/configure/app/html/meta.mdx +13 -0
  169. package/docs/zh/configure/app/html/mount-id.mdx +13 -0
  170. package/docs/zh/configure/app/html/tags-by-entries.mdx +13 -0
  171. package/docs/zh/configure/app/html/tags.mdx +13 -0
  172. package/docs/zh/configure/app/html/template-by-entries.mdx +13 -0
  173. package/docs/zh/configure/app/html/template-parameters-by-entries.mdx +13 -0
  174. package/docs/zh/configure/app/html/template-parameters.mdx +13 -0
  175. package/docs/zh/configure/app/html/template.mdx +13 -0
  176. package/docs/zh/configure/app/html/title-by-entries.mdx +13 -0
  177. package/docs/zh/configure/app/html/title.mdx +13 -0
  178. package/docs/zh/configure/app/output/asset-prefix.mdx +13 -0
  179. package/docs/zh/configure/app/output/assets-retry.mdx +13 -0
  180. package/docs/zh/configure/app/output/charset.mdx +13 -0
  181. package/docs/zh/configure/app/output/clean-dist-path.mdx +13 -0
  182. package/docs/zh/configure/app/output/convert-to-rem.mdx +13 -0
  183. package/docs/zh/configure/app/output/copy.mdx +13 -0
  184. package/docs/zh/configure/app/output/css-module-local-ident-name.mdx +13 -0
  185. package/docs/zh/configure/app/output/data-uri-limit.mdx +13 -0
  186. package/docs/zh/configure/app/output/disable-css-extract.mdx +13 -0
  187. package/docs/zh/configure/app/output/disable-css-module-extension.mdx +13 -0
  188. package/docs/zh/configure/app/output/disable-filename-hash.mdx +13 -0
  189. package/docs/zh/configure/app/output/disable-inline-runtime-chunk.mdx +13 -0
  190. package/docs/zh/configure/app/output/disable-minimize.mdx +13 -0
  191. package/docs/zh/configure/app/output/disable-source-map.mdx +13 -0
  192. package/docs/zh/configure/app/output/disable-ts-checker.mdx +13 -0
  193. package/docs/zh/configure/app/output/dist-path.mdx +13 -0
  194. package/docs/zh/configure/app/output/enable-asset-fallback.mdx +13 -0
  195. package/docs/zh/configure/app/output/enable-asset-manifest.mdx +13 -0
  196. package/docs/zh/configure/app/output/enable-css-module-tsdeclaration.mdx +13 -0
  197. package/docs/zh/configure/app/output/enable-inline-scripts.mdx +13 -0
  198. package/docs/zh/configure/app/output/enable-inline-styles.mdx +13 -0
  199. package/docs/zh/configure/app/output/enable-latest-decorators.mdx +13 -0
  200. package/docs/zh/configure/app/output/externals.mdx +13 -0
  201. package/docs/zh/configure/app/output/filename.mdx +13 -0
  202. package/docs/zh/configure/app/output/legal-comments.mdx +13 -0
  203. package/docs/zh/configure/app/output/override-browserslist.mdx +13 -0
  204. package/docs/zh/configure/app/output/polyfill.mdx +13 -0
  205. package/docs/zh/configure/app/output/svg-default-export.mdx +13 -0
  206. package/docs/zh/configure/app/performance/build-cache.mdx +13 -0
  207. package/docs/zh/configure/app/performance/bundle-analyze.mdx +13 -0
  208. package/docs/zh/configure/app/performance/chunk-split.mdx +13 -0
  209. package/docs/zh/configure/app/performance/print-file-size.mdx +13 -0
  210. package/docs/zh/configure/app/performance/profile.mdx +13 -0
  211. package/docs/zh/configure/app/performance/remove-console.mdx +13 -0
  212. package/docs/zh/configure/app/performance/remove-moment-locale.mdx +13 -0
  213. package/docs/zh/configure/app/security/check-syntax.mdx +13 -0
  214. package/docs/zh/configure/app/security/sri.mdx +13 -0
  215. package/docs/zh/configure/app/source/alias.mdx +13 -0
  216. package/docs/zh/configure/app/source/compile-js-data-uri.mdx +13 -0
  217. package/docs/zh/configure/app/source/define.mdx +13 -0
  218. package/docs/zh/configure/app/source/exclude.mdx +13 -0
  219. package/docs/zh/configure/app/source/global-vars.mdx +13 -0
  220. package/docs/zh/configure/app/source/include.mdx +13 -0
  221. package/docs/zh/configure/app/source/module-scopes.mdx +13 -0
  222. package/docs/zh/configure/app/source/pre-entry.mdx +13 -0
  223. package/docs/zh/configure/app/source/resolve-extension-prefix.mdx +13 -0
  224. package/docs/zh/configure/app/source/resolve-main-fields.mdx +13 -0
  225. package/docs/zh/configure/app/tools/autoprefixer.mdx +13 -0
  226. package/docs/zh/configure/app/tools/babel.mdx +13 -0
  227. package/docs/zh/configure/app/tools/css-extract.mdx +13 -0
  228. package/docs/zh/configure/app/tools/css-loader.mdx +13 -0
  229. package/docs/zh/configure/app/tools/dev-server.mdx +13 -0
  230. package/docs/zh/configure/app/tools/html-plugin.mdx +13 -0
  231. package/docs/zh/configure/app/tools/inspector.mdx +13 -0
  232. package/docs/zh/configure/app/tools/less.mdx +13 -0
  233. package/docs/zh/configure/app/tools/minify-css.mdx +13 -0
  234. package/docs/zh/configure/app/tools/postcss.mdx +13 -0
  235. package/docs/zh/configure/app/tools/pug.mdx +13 -0
  236. package/docs/zh/configure/app/tools/rspack.mdx +13 -0
  237. package/docs/zh/configure/app/tools/sass.mdx +13 -0
  238. package/docs/zh/configure/app/tools/style-loader.mdx +13 -0
  239. package/docs/zh/configure/app/tools/styled-components.mdx +13 -0
  240. package/docs/zh/configure/app/tools/terser.mdx +13 -0
  241. package/docs/zh/configure/app/tools/ts-checker.mdx +13 -0
  242. package/docs/zh/configure/app/tools/ts-loader.mdx +13 -0
  243. package/docs/zh/configure/app/tools/webpack-chain.mdx +13 -0
  244. package/docs/zh/configure/app/tools/webpack.mdx +13 -0
  245. package/docs/zh/guides/advanced-features/rspack-start.mdx +62 -0
  246. package/docs/zh/guides/advanced-features/ssr.mdx +507 -0
  247. package/docs/zh/guides/basic-features/mock.mdx +99 -0
  248. package/docs/zh/guides/get-started/introduction.mdx +47 -0
  249. package/docs/zh/guides/topic-detail/changesets/changelog.mdx +238 -0
  250. package/docs/zh/guides/topic-detail/changesets/commit.mdx +271 -0
  251. package/docs/zh/guides/topic-detail/changesets/release-note.mdx +259 -0
  252. package/docs/zh/guides/topic-detail/generator/plugin/develop.mdx +125 -0
  253. package/docs/zh/guides/topic-detail/monorepo/create-sub-project.mdx +67 -0
  254. package/docs/zh/guides/topic-detail/monorepo/sub-project-interface.mdx +179 -0
  255. package/docs/zh/index.md +4 -0
  256. package/en/configure/app/dev/asset-prefix.mdx +1 -1
  257. package/en/configure/app/dev/before-start-url.mdx +1 -1
  258. package/en/configure/app/dev/hmr.mdx +1 -1
  259. package/en/configure/app/dev/host.mdx +1 -1
  260. package/en/configure/app/dev/https.mdx +1 -1
  261. package/en/configure/app/dev/port.mdx +1 -1
  262. package/en/configure/app/dev/progress-bar.mdx +1 -1
  263. package/en/configure/app/dev/start-url.mdx +1 -1
  264. package/en/configure/app/experiments/lazy-compilation.mdx +1 -1
  265. package/en/configure/app/html/app-icon.mdx +1 -1
  266. package/en/configure/app/html/crossorigin.mdx +1 -1
  267. package/en/configure/app/html/disable-html-folder.mdx +1 -1
  268. package/en/configure/app/html/favicon-by-entries.mdx +1 -1
  269. package/en/configure/app/html/favicon.mdx +1 -1
  270. package/en/configure/app/html/inject-by-entries.mdx +1 -1
  271. package/en/configure/app/html/inject.mdx +1 -1
  272. package/en/configure/app/html/meta-by-entries.mdx +1 -1
  273. package/en/configure/app/html/meta.mdx +1 -1
  274. package/en/configure/app/html/mount-id.mdx +1 -1
  275. package/en/configure/app/html/tags-by-entries.mdx +1 -1
  276. package/en/configure/app/html/tags.mdx +1 -1
  277. package/en/configure/app/html/template-by-entries.mdx +1 -1
  278. package/en/configure/app/html/template-parameters-by-entries.mdx +1 -1
  279. package/en/configure/app/html/template-parameters.mdx +1 -1
  280. package/en/configure/app/html/template.mdx +1 -1
  281. package/en/configure/app/html/title-by-entries.mdx +1 -1
  282. package/en/configure/app/html/title.mdx +1 -1
  283. package/en/configure/app/output/asset-prefix.mdx +1 -1
  284. package/en/configure/app/output/assets-retry.mdx +1 -1
  285. package/en/configure/app/output/charset.mdx +1 -1
  286. package/en/configure/app/output/clean-dist-path.mdx +1 -1
  287. package/en/configure/app/output/convert-to-rem.mdx +1 -1
  288. package/en/configure/app/output/copy.mdx +1 -1
  289. package/en/configure/app/output/css-module-local-ident-name.mdx +1 -1
  290. package/en/configure/app/output/data-uri-limit.mdx +1 -1
  291. package/en/configure/app/output/disable-css-extract.mdx +1 -1
  292. package/en/configure/app/output/disable-css-module-extension.mdx +1 -1
  293. package/en/configure/app/output/disable-filename-hash.mdx +1 -1
  294. package/en/configure/app/output/disable-inline-runtime-chunk.mdx +1 -1
  295. package/en/configure/app/output/disable-minimize.mdx +1 -1
  296. package/en/configure/app/output/disable-source-map.mdx +1 -1
  297. package/en/configure/app/output/disable-ts-checker.mdx +1 -1
  298. package/en/configure/app/output/dist-path.mdx +1 -1
  299. package/en/configure/app/output/enable-asset-fallback.mdx +1 -1
  300. package/en/configure/app/output/enable-asset-manifest.mdx +1 -1
  301. package/en/configure/app/output/enable-css-module-tsdeclaration.mdx +1 -1
  302. package/en/configure/app/output/enable-inline-scripts.mdx +1 -1
  303. package/en/configure/app/output/enable-inline-styles.mdx +1 -1
  304. package/en/configure/app/output/enable-latest-decorators.mdx +1 -1
  305. package/en/configure/app/output/externals.mdx +1 -1
  306. package/en/configure/app/output/filename.mdx +1 -1
  307. package/en/configure/app/output/legal-comments.mdx +1 -1
  308. package/en/configure/app/output/override-browserslist.mdx +1 -1
  309. package/en/configure/app/output/polyfill.mdx +1 -1
  310. package/en/configure/app/output/svg-default-export.mdx +1 -1
  311. package/en/configure/app/performance/build-cache.mdx +1 -1
  312. package/en/configure/app/performance/bundle-analyze.mdx +1 -1
  313. package/en/configure/app/performance/chunk-split.mdx +1 -1
  314. package/en/configure/app/performance/print-file-size.mdx +1 -1
  315. package/en/configure/app/performance/profile.mdx +1 -1
  316. package/en/configure/app/performance/remove-console.mdx +1 -1
  317. package/en/configure/app/performance/remove-moment-locale.mdx +1 -1
  318. package/en/configure/app/security/check-syntax.mdx +1 -1
  319. package/en/configure/app/security/sri.mdx +1 -1
  320. package/en/configure/app/source/alias.mdx +1 -1
  321. package/en/configure/app/source/compile-js-data-uri.mdx +1 -1
  322. package/en/configure/app/source/define.mdx +1 -1
  323. package/en/configure/app/source/exclude.mdx +1 -1
  324. package/en/configure/app/source/global-vars.mdx +1 -1
  325. package/en/configure/app/source/include.mdx +1 -1
  326. package/en/configure/app/source/module-scopes.mdx +1 -1
  327. package/en/configure/app/source/pre-entry.mdx +1 -1
  328. package/en/configure/app/source/resolve-extension-prefix.mdx +1 -1
  329. package/en/configure/app/source/resolve-main-fields.mdx +1 -1
  330. package/en/configure/app/tools/autoprefixer.mdx +1 -1
  331. package/en/configure/app/tools/babel.mdx +1 -1
  332. package/en/configure/app/tools/css-extract.mdx +1 -1
  333. package/en/configure/app/tools/css-loader.mdx +1 -1
  334. package/en/configure/app/tools/dev-server.mdx +1 -1
  335. package/en/configure/app/tools/html-plugin.mdx +1 -1
  336. package/en/configure/app/tools/inspector.mdx +1 -1
  337. package/en/configure/app/tools/less.mdx +1 -1
  338. package/en/configure/app/tools/minify-css.mdx +1 -1
  339. package/en/configure/app/tools/postcss.mdx +1 -1
  340. package/en/configure/app/tools/pug.mdx +1 -1
  341. package/en/configure/app/tools/rspack.mdx +1 -1
  342. package/en/configure/app/tools/sass.mdx +1 -1
  343. package/en/configure/app/tools/style-loader.mdx +1 -1
  344. package/en/configure/app/tools/styled-components.mdx +1 -1
  345. package/en/configure/app/tools/terser.mdx +1 -1
  346. package/en/configure/app/tools/ts-checker.mdx +1 -1
  347. package/en/configure/app/tools/ts-loader.mdx +1 -1
  348. package/en/configure/app/tools/webpack-chain.mdx +1 -1
  349. package/en/configure/app/tools/webpack.mdx +1 -1
  350. package/modern.config.ts +157 -0
  351. package/package.json +14 -5
  352. package/src/components/ContentCard/index.module.scss +61 -0
  353. package/src/components/ContentCard/index.tsx +25 -0
  354. package/src/components/FeatureLayout/index.module.css +8 -0
  355. package/src/components/FeatureLayout/index.tsx +8 -0
  356. package/src/components/Footer/index.tsx +131 -0
  357. package/src/components/Footer/styles.module.scss +49 -0
  358. package/src/components/ListCard/index.module.css +58 -0
  359. package/src/components/ListCard/index.tsx +26 -0
  360. package/src/components/SecondaryTitle/index.module.css +14 -0
  361. package/src/components/SecondaryTitle/index.tsx +15 -0
  362. package/src/global.d.ts +28 -0
  363. package/src/i18n/enUS.ts +50 -0
  364. package/src/i18n/index.ts +18 -0
  365. package/src/i18n/zhCN.ts +50 -0
  366. package/src/index.ts +9 -0
  367. package/src/pages/index.module.scss +238 -0
  368. package/src/pages/index.tsx +162 -0
  369. package/static/img/favicon.ico +0 -0
  370. package/static/img/features/ai.svg +1 -0
  371. package/static/img/features/api.svg +1 -0
  372. package/static/img/features/app.svg +1 -0
  373. package/static/img/features/blocks.svg +1 -0
  374. package/static/img/features/browser.svg +12 -0
  375. package/static/img/features/cloud.svg +1 -0
  376. package/static/img/features/coding-backend.svg +1 -0
  377. package/static/img/features/compiler.svg +1 -0
  378. package/static/img/features/css-file.svg +1 -0
  379. package/static/img/features/customize.svg +1 -0
  380. package/static/img/features/developer.svg +1 -0
  381. package/static/img/features/dynamic.svg +1 -0
  382. package/static/img/features/editor.svg +1 -0
  383. package/static/img/features/framework-config.svg +1 -0
  384. package/static/img/features/framework.svg +1 -0
  385. package/static/img/features/frameworks.svg +1 -0
  386. package/static/img/features/html.svg +1 -0
  387. package/static/img/features/icon2.svg +1 -0
  388. package/static/img/features/javascript.svg +1 -0
  389. package/static/img/features/monorepo.svg +1 -0
  390. package/static/img/features/product.svg +1 -0
  391. package/static/img/features/server-network.svg +1 -0
  392. package/static/img/features/serverless.svg +1 -0
  393. package/static/img/features/test.svg +1 -0
  394. package/static/img/features/trinity.svg +1 -0
  395. package/static/img/features/unity.svg +1 -0
  396. package/static/img/features/url.svg +1 -0
  397. package/static/img/features/visual.svg +1 -0
  398. package/static/img/features/web-server.svg +1 -0
  399. package/zh/configure/app/dev/asset-prefix.mdx +1 -1
  400. package/zh/configure/app/dev/before-start-url.mdx +1 -1
  401. package/zh/configure/app/dev/hmr.mdx +1 -1
  402. package/zh/configure/app/dev/host.mdx +1 -1
  403. package/zh/configure/app/dev/https.mdx +1 -1
  404. package/zh/configure/app/dev/port.mdx +1 -1
  405. package/zh/configure/app/dev/progress-bar.mdx +1 -1
  406. package/zh/configure/app/dev/start-url.mdx +1 -1
  407. package/zh/configure/app/experiments/lazy-compilation.mdx +1 -1
  408. package/zh/configure/app/html/app-icon.mdx +1 -1
  409. package/zh/configure/app/html/crossorigin.mdx +1 -1
  410. package/zh/configure/app/html/disable-html-folder.mdx +1 -1
  411. package/zh/configure/app/html/favicon-by-entries.mdx +1 -1
  412. package/zh/configure/app/html/favicon.mdx +1 -1
  413. package/zh/configure/app/html/inject-by-entries.mdx +1 -1
  414. package/zh/configure/app/html/inject.mdx +1 -1
  415. package/zh/configure/app/html/meta-by-entries.mdx +1 -1
  416. package/zh/configure/app/html/meta.mdx +1 -1
  417. package/zh/configure/app/html/mount-id.mdx +1 -1
  418. package/zh/configure/app/html/tags-by-entries.mdx +1 -1
  419. package/zh/configure/app/html/tags.mdx +1 -1
  420. package/zh/configure/app/html/template-by-entries.mdx +1 -1
  421. package/zh/configure/app/html/template-parameters-by-entries.mdx +1 -1
  422. package/zh/configure/app/html/template-parameters.mdx +1 -1
  423. package/zh/configure/app/html/template.mdx +1 -1
  424. package/zh/configure/app/html/title-by-entries.mdx +1 -1
  425. package/zh/configure/app/html/title.mdx +1 -1
  426. package/zh/configure/app/output/asset-prefix.mdx +1 -1
  427. package/zh/configure/app/output/assets-retry.mdx +1 -1
  428. package/zh/configure/app/output/charset.mdx +1 -1
  429. package/zh/configure/app/output/clean-dist-path.mdx +1 -1
  430. package/zh/configure/app/output/convert-to-rem.mdx +1 -1
  431. package/zh/configure/app/output/copy.mdx +1 -1
  432. package/zh/configure/app/output/css-module-local-ident-name.mdx +1 -1
  433. package/zh/configure/app/output/data-uri-limit.mdx +1 -1
  434. package/zh/configure/app/output/disable-css-extract.mdx +1 -1
  435. package/zh/configure/app/output/disable-css-module-extension.mdx +1 -1
  436. package/zh/configure/app/output/disable-filename-hash.mdx +1 -1
  437. package/zh/configure/app/output/disable-inline-runtime-chunk.mdx +1 -1
  438. package/zh/configure/app/output/disable-minimize.mdx +1 -1
  439. package/zh/configure/app/output/disable-source-map.mdx +1 -1
  440. package/zh/configure/app/output/disable-ts-checker.mdx +1 -1
  441. package/zh/configure/app/output/dist-path.mdx +1 -1
  442. package/zh/configure/app/output/enable-asset-fallback.mdx +1 -1
  443. package/zh/configure/app/output/enable-asset-manifest.mdx +1 -1
  444. package/zh/configure/app/output/enable-css-module-tsdeclaration.mdx +1 -1
  445. package/zh/configure/app/output/enable-inline-scripts.mdx +1 -1
  446. package/zh/configure/app/output/enable-inline-styles.mdx +1 -1
  447. package/zh/configure/app/output/enable-latest-decorators.mdx +1 -1
  448. package/zh/configure/app/output/externals.mdx +1 -1
  449. package/zh/configure/app/output/filename.mdx +1 -1
  450. package/zh/configure/app/output/legal-comments.mdx +1 -1
  451. package/zh/configure/app/output/override-browserslist.mdx +1 -1
  452. package/zh/configure/app/output/polyfill.mdx +1 -1
  453. package/zh/configure/app/output/svg-default-export.mdx +1 -1
  454. package/zh/configure/app/performance/build-cache.mdx +1 -1
  455. package/zh/configure/app/performance/bundle-analyze.mdx +1 -1
  456. package/zh/configure/app/performance/chunk-split.mdx +1 -1
  457. package/zh/configure/app/performance/print-file-size.mdx +1 -1
  458. package/zh/configure/app/performance/profile.mdx +1 -1
  459. package/zh/configure/app/performance/remove-console.mdx +1 -1
  460. package/zh/configure/app/performance/remove-moment-locale.mdx +1 -1
  461. package/zh/configure/app/security/check-syntax.mdx +1 -1
  462. package/zh/configure/app/security/sri.mdx +1 -1
  463. package/zh/configure/app/source/alias.mdx +1 -1
  464. package/zh/configure/app/source/compile-js-data-uri.mdx +1 -1
  465. package/zh/configure/app/source/define.mdx +1 -1
  466. package/zh/configure/app/source/exclude.mdx +1 -1
  467. package/zh/configure/app/source/global-vars.mdx +1 -1
  468. package/zh/configure/app/source/include.mdx +1 -1
  469. package/zh/configure/app/source/module-scopes.mdx +1 -1
  470. package/zh/configure/app/source/pre-entry.mdx +1 -1
  471. package/zh/configure/app/source/resolve-extension-prefix.mdx +1 -1
  472. package/zh/configure/app/source/resolve-main-fields.mdx +1 -1
  473. package/zh/configure/app/tools/autoprefixer.mdx +1 -1
  474. package/zh/configure/app/tools/babel.mdx +1 -1
  475. package/zh/configure/app/tools/css-extract.mdx +1 -1
  476. package/zh/configure/app/tools/css-loader.mdx +1 -1
  477. package/zh/configure/app/tools/dev-server.mdx +1 -1
  478. package/zh/configure/app/tools/html-plugin.mdx +1 -1
  479. package/zh/configure/app/tools/inspector.mdx +1 -1
  480. package/zh/configure/app/tools/less.mdx +1 -1
  481. package/zh/configure/app/tools/minify-css.mdx +1 -1
  482. package/zh/configure/app/tools/postcss.mdx +1 -1
  483. package/zh/configure/app/tools/pug.mdx +1 -1
  484. package/zh/configure/app/tools/rspack.mdx +1 -1
  485. package/zh/configure/app/tools/sass.mdx +1 -1
  486. package/zh/configure/app/tools/style-loader.mdx +1 -1
  487. package/zh/configure/app/tools/styled-components.mdx +1 -1
  488. package/zh/configure/app/tools/terser.mdx +1 -1
  489. package/zh/configure/app/tools/ts-checker.mdx +1 -1
  490. package/zh/configure/app/tools/ts-loader.mdx +1 -1
  491. package/zh/configure/app/tools/webpack-chain.mdx +1 -1
  492. package/zh/configure/app/tools/webpack.mdx +1 -1
  493. package/.eslintrc.js +0 -12
  494. package/.turbo/turbo-build.log +0 -4
  495. package/en/apis/app/hooks/api/framework/lambda.mdx +0 -57
  496. package/en/apis/app/hooks/api/functions/api.mdx +0 -81
  497. package/en/apis/app/hooks/src/routes.mdx +0 -90
  498. package/en/apis/app/hooks/src/server.mdx +0 -34
  499. package/en/apis/app/runtime/router/router.mdx +0 -262
  500. package/en/apis/app/runtime/web-server/hook.mdx +0 -133
  501. package/en/apis/app/runtime/web-server/middleware.mdx +0 -134
  502. package/en/components/enable-bff.mdx +0 -31
  503. package/en/components/init-app.mdx +0 -43
  504. package/en/components/init-rspack-app.mdx +0 -7
  505. package/en/components/prerequisites.mdx +0 -20
  506. package/en/configure/app/output/ssg.mdx +0 -196
  507. package/en/configure/app/server/public-routes.mdx +0 -26
  508. package/en/configure/app/server/ssr.mdx +0 -38
  509. package/en/configure/app/source/design-system.mdx +0 -1175
  510. package/en/configure/app/source/disable-entry-dirs.mdx +0 -39
  511. package/en/configure/app/source/entries.mdx +0 -123
  512. package/en/guides/advanced-features/code-split.mdx +0 -80
  513. package/en/guides/advanced-features/compatibility.mdx +0 -78
  514. package/en/guides/advanced-features/eslint.mdx +0 -148
  515. package/en/guides/advanced-features/rspack-start.mdx +0 -65
  516. package/en/guides/advanced-features/ssg.mdx +0 -116
  517. package/en/guides/advanced-features/ssr.mdx +0 -513
  518. package/en/guides/advanced-features/testing.mdx +0 -46
  519. package/en/guides/advanced-features/web-server.mdx +0 -124
  520. package/en/guides/basic-features/data-fetch.mdx +0 -404
  521. package/en/guides/basic-features/env-vars.mdx +0 -174
  522. package/en/guides/basic-features/html.mdx +0 -247
  523. package/en/guides/basic-features/proxy.mdx +0 -61
  524. package/en/guides/get-started/introduction.mdx +0 -34
  525. package/en/guides/get-started/quick-start.mdx +0 -162
  526. package/en/guides/topic-detail/framework-plugin/extend.mdx +0 -164
  527. package/en/guides/topic-detail/framework-plugin/hook-list.mdx +0 -829
  528. package/en/guides/topic-detail/framework-plugin/hook.mdx +0 -188
  529. package/en/guides/topic-detail/framework-plugin/implement.mdx +0 -246
  530. package/en/guides/topic-detail/framework-plugin/relationship.mdx +0 -119
  531. package/en/guides/topic-detail/generator/codesmith/api/npm.mdx +0 -48
  532. package/en/guides/topic-detail/generator/codesmith/develop.mdx +0 -53
  533. package/en/guides/topic-detail/generator/config/app.mdx +0 -82
  534. package/en/guides/topic-detail/generator/plugin/api/input/addInputAfter.mdx +0 -55
  535. package/en/guides/topic-detail/generator/plugin/api/input/addInputBefore.mdx +0 -55
  536. package/en/guides/topic-detail/generator/plugin/api/npm/install.mdx +0 -18
  537. package/en/guides/topic-detail/generator/plugin/develop.mdx +0 -125
  538. package/en/guides/topic-detail/generator/project.mdx +0 -118
  539. package/en/guides/topic-detail/micro-frontend/c03-main-app.mdx +0 -282
  540. package/en/guides/topic-detail/micro-frontend/c04-communicate.mdx +0 -57
  541. package/en/guides/topic-detail/model/computed-state.mdx +0 -153
  542. package/en/guides/troubleshooting/cli.mdx +0 -63
  543. package/en/tutorials/first-app/c03-css.mdx +0 -323
  544. package/scripts/config.ts +0 -96
  545. package/scripts/summary.en.json +0 -1
  546. package/scripts/summary.zh.json +0 -1
  547. package/scripts/sync.ts +0 -57
  548. package/tsconfig.json +0 -7
  549. package/zh/apis/monorepo/commands/new.mdx +0 -39
  550. package/zh/components/default-mwa-generate.mdx +0 -5
  551. package/zh/components/init-app.mdx +0 -44
  552. package/zh/components/init-rspack-app.mdx +0 -7
  553. package/zh/components/prerequisites.mdx +0 -20
  554. package/zh/guides/advanced-features/rspack-start.mdx +0 -65
  555. package/zh/guides/advanced-features/ssr.mdx +0 -501
  556. package/zh/guides/basic-features/mock.mdx +0 -99
  557. package/zh/guides/get-started/introduction.mdx +0 -31
  558. package/zh/guides/topic-detail/changesets/changelog.mdx +0 -238
  559. package/zh/guides/topic-detail/changesets/commit.mdx +0 -271
  560. package/zh/guides/topic-detail/changesets/release-note.mdx +0 -259
  561. package/zh/guides/topic-detail/generator/plugin/develop.mdx +0 -125
  562. package/zh/guides/topic-detail/monorepo/create-sub-project.mdx +0 -67
  563. package/zh/guides/topic-detail/monorepo/sub-project-interface.mdx +0 -179
  564. package/zh/index.md +0 -4
  565. /package/{en → docs/en}/apis/app/commands.mdx +0 -0
  566. /package/{en → docs/en}/apis/app/hooks/_category_.json +0 -0
  567. /package/{en → docs/en}/apis/app/hooks/api/_category_.json +0 -0
  568. /package/{en → docs/en}/apis/app/hooks/api/framework/_category_.json +0 -0
  569. /package/{en → docs/en}/apis/app/hooks/api/functions/_category_.json +0 -0
  570. /package/{en → docs/en}/apis/app/hooks/api/functions/app.mdx +0 -0
  571. /package/{en → docs/en}/apis/app/hooks/api/functions/common.mdx +0 -0
  572. /package/{en → docs/en}/apis/app/hooks/api/test.mdx +0 -0
  573. /package/{en → docs/en}/apis/app/hooks/config/_category_.json +0 -0
  574. /package/{en → docs/en}/apis/app/hooks/config/html.mdx +0 -0
  575. /package/{en → docs/en}/apis/app/hooks/config/icon.mdx +0 -0
  576. /package/{en → docs/en}/apis/app/hooks/config/mock.mdx +0 -0
  577. /package/{en → docs/en}/apis/app/hooks/config/public.mdx +0 -0
  578. /package/{en → docs/en}/apis/app/hooks/config/storybook.mdx +0 -0
  579. /package/{en → docs/en}/apis/app/hooks/config/upload.mdx +0 -0
  580. /package/{en → docs/en}/apis/app/hooks/modern-config.mdx +0 -0
  581. /package/{en → docs/en}/apis/app/hooks/server/_category_.json +0 -0
  582. /package/{en → docs/en}/apis/app/hooks/server/index_.mdx +0 -0
  583. /package/{en → docs/en}/apis/app/hooks/server/test.mdx +0 -0
  584. /package/{en → docs/en}/apis/app/hooks/shared.mdx +0 -0
  585. /package/{en → docs/en}/apis/app/hooks/src/_category_.json +0 -0
  586. /package/{en → docs/en}/apis/app/hooks/src/app.mdx +0 -0
  587. /package/{en → docs/en}/apis/app/hooks/src/index_.mdx +0 -0
  588. /package/{en → docs/en}/apis/app/hooks/src/pages.mdx +0 -0
  589. /package/{en → docs/en}/apis/app/hooks/src/stories.mdx +0 -0
  590. /package/{en → docs/en}/apis/app/hooks/src/test.mdx +0 -0
  591. /package/{en → docs/en}/apis/app/runtime/_category_.json +0 -0
  592. /package/{en → docs/en}/apis/app/runtime/app/_category_.json +0 -0
  593. /package/{en → docs/en}/apis/app/runtime/app/define-config.mdx +0 -0
  594. /package/{en → docs/en}/apis/app/runtime/bff/_category_.json +0 -0
  595. /package/{en → docs/en}/apis/app/runtime/bff/hook.mdx +0 -0
  596. /package/{en → docs/en}/apis/app/runtime/bff/use-context.mdx +0 -0
  597. /package/{en → docs/en}/apis/app/runtime/core/_category_.json +0 -0
  598. /package/{en → docs/en}/apis/app/runtime/core/bootstrap.mdx +0 -0
  599. /package/{en → docs/en}/apis/app/runtime/core/create-app.mdx +0 -0
  600. /package/{en → docs/en}/apis/app/runtime/core/use-loader.mdx +0 -0
  601. /package/{en → docs/en}/apis/app/runtime/core/use-module-apps.mdx +0 -0
  602. /package/{en → docs/en}/apis/app/runtime/core/use-runtime-context.mdx +0 -0
  603. /package/{en → docs/en}/apis/app/runtime/model/Provider.mdx +0 -0
  604. /package/{en → docs/en}/apis/app/runtime/model/_category_.json +0 -0
  605. /package/{en → docs/en}/apis/app/runtime/model/auto-actions.mdx +0 -0
  606. /package/{en → docs/en}/apis/app/runtime/model/connect.mdx +0 -0
  607. /package/{en → docs/en}/apis/app/runtime/model/create-app.mdx +0 -0
  608. /package/{en → docs/en}/apis/app/runtime/model/create-store.mdx +0 -0
  609. /package/{en → docs/en}/apis/app/runtime/model/handle-effect.mdx +0 -0
  610. /package/{en → docs/en}/apis/app/runtime/model/model_.mdx +0 -0
  611. /package/{en → docs/en}/apis/app/runtime/model/use-local-model.mdx +0 -0
  612. /package/{en → docs/en}/apis/app/runtime/model/use-model.mdx +0 -0
  613. /package/{en → docs/en}/apis/app/runtime/model/use-static-model.mdx +0 -0
  614. /package/{en → docs/en}/apis/app/runtime/model/use-store.mdx +0 -0
  615. /package/{en → docs/en}/apis/app/runtime/router/_category_.json +0 -0
  616. /package/{en → docs/en}/apis/app/runtime/ssr/_category_.json +0 -0
  617. /package/{en → docs/en}/apis/app/runtime/ssr/no-ssr.mdx +0 -0
  618. /package/{en → docs/en}/apis/app/runtime/ssr/pre-render.mdx +0 -0
  619. /package/{en → docs/en}/apis/app/runtime/testing/_category_.json +0 -0
  620. /package/{en → docs/en}/apis/app/runtime/testing/act.mdx +0 -0
  621. /package/{en → docs/en}/apis/app/runtime/testing/cleanup.mdx +0 -0
  622. /package/{en → docs/en}/apis/app/runtime/testing/render.mdx +0 -0
  623. /package/{en → docs/en}/apis/app/runtime/testing/renderApp.mdx +0 -0
  624. /package/{en → docs/en}/apis/app/runtime/utility/_category_.json +0 -0
  625. /package/{en → docs/en}/apis/app/runtime/utility/css-in-js.mdx +0 -0
  626. /package/{en → docs/en}/apis/app/runtime/utility/head.mdx +0 -0
  627. /package/{en → docs/en}/apis/app/runtime/utility/loadable.mdx +0 -0
  628. /package/{en → docs/en}/apis/app/runtime/web-server/_category_.json +0 -0
  629. /package/{en → docs/en}/components/debug-app.mdx +0 -0
  630. /package/{en → docs/en}/components/enable-micro-frontend.mdx +0 -0
  631. /package/{en → docs/en}/components/global-proxy-config.mdx +0 -0
  632. /package/{en → docs/en}/components/global-proxy.mdx +0 -0
  633. /package/{en → docs/en}/components/micro-master-manifest-config.mdx +0 -0
  634. /package/{en → docs/en}/components/micro-runtime-config.mdx +0 -0
  635. /package/{en → docs/en}/components/reduck-migration.mdx +0 -0
  636. /package/{en → docs/en}/components/reduck-tip.mdx +0 -0
  637. /package/{en → docs/en}/components/router-legacy-tip.mdx +0 -0
  638. /package/{en → docs/en}/configure/app/auto-load-plugin.mdx +0 -0
  639. /package/{en → docs/en}/configure/app/bff/_category_.json +0 -0
  640. /package/{en → docs/en}/configure/app/bff/enable-handle-web.mdx +0 -0
  641. /package/{en → docs/en}/configure/app/bff/prefix.mdx +0 -0
  642. /package/{en → docs/en}/configure/app/bff/proxy.mdx +0 -0
  643. /package/{en → docs/en}/configure/app/builder-plugins.mdx +0 -0
  644. /package/{en → docs/en}/configure/app/deploy/_category_.json +0 -0
  645. /package/{en → docs/en}/configure/app/deploy/microFrontend.mdx +0 -0
  646. /package/{en → docs/en}/configure/app/dev/_category_.json +0 -0
  647. /package/{en → docs/en}/configure/app/dev/proxy.mdx +0 -0
  648. /package/{en → docs/en}/configure/app/experiments/_category_.json +0 -0
  649. /package/{en → docs/en}/configure/app/html/_category_.json +0 -0
  650. /package/{en → docs/en}/configure/app/output/_category_.json +0 -0
  651. /package/{en → docs/en}/configure/app/output/disable-node-polyfill.mdx +0 -0
  652. /package/{en → docs/en}/configure/app/performance/_category_.json +0 -0
  653. /package/{en → docs/en}/configure/app/plugins.mdx +0 -0
  654. /package/{en → docs/en}/configure/app/runtime/_category_.json +0 -0
  655. /package/{en → docs/en}/configure/app/runtime/intro.mdx +0 -0
  656. /package/{en → docs/en}/configure/app/runtime/master-app.mdx +0 -0
  657. /package/{en → docs/en}/configure/app/runtime/router.mdx +0 -0
  658. /package/{en → docs/en}/configure/app/runtime/state.mdx +0 -0
  659. /package/{en → docs/en}/configure/app/security/_category_.json +0 -0
  660. /package/{en → docs/en}/configure/app/server/_category_.json +0 -0
  661. /package/{en → docs/en}/configure/app/server/base-url.mdx +0 -0
  662. /package/{en → docs/en}/configure/app/server/enable-framework-ext.mdx +0 -0
  663. /package/{en → docs/en}/configure/app/server/port.mdx +0 -0
  664. /package/{en → docs/en}/configure/app/server/routes.mdx +0 -0
  665. /package/{en → docs/en}/configure/app/server/ssr-by-entries.mdx +0 -0
  666. /package/{en → docs/en}/configure/app/source/_category_.json +0 -0
  667. /package/{en → docs/en}/configure/app/source/config-dir.mdx +0 -0
  668. /package/{en → docs/en}/configure/app/source/disable-default-entries.mdx +0 -0
  669. /package/{en → docs/en}/configure/app/source/enable-async-entry.mdx +0 -0
  670. /package/{en → docs/en}/configure/app/source/entries-dir.mdx +0 -0
  671. /package/{en → docs/en}/configure/app/testing/_category_.json +0 -0
  672. /package/{en → docs/en}/configure/app/testing/transformer.mdx +0 -0
  673. /package/{en → docs/en}/configure/app/tools/_category_.json +0 -0
  674. /package/{en → docs/en}/configure/app/tools/esbuild.mdx +0 -0
  675. /package/{en → docs/en}/configure/app/tools/jest.mdx +0 -0
  676. /package/{en → docs/en}/configure/app/tools/swc.mdx +0 -0
  677. /package/{en → docs/en}/configure/app/tools/tailwindcss.mdx +0 -0
  678. /package/{en → docs/en}/configure/app/usage.mdx +0 -0
  679. /package/{en → docs/en}/guides/advanced-features/_category_.json +0 -0
  680. /package/{en → docs/en}/guides/advanced-features/bff/_category_.json +0 -0
  681. /package/{en → docs/en}/guides/advanced-features/bff/bff-proxy.mdx +0 -0
  682. /package/{en → docs/en}/guides/advanced-features/bff/frameworks.mdx +0 -0
  683. /package/{en → docs/en}/guides/advanced-features/bff/function.mdx +0 -0
  684. /package/{en → docs/en}/guides/advanced-features/bff/index.mdx +0 -0
  685. /package/{en → docs/en}/guides/advanced-features/bff/type.mdx +0 -0
  686. /package/{en → docs/en}/guides/advanced-features/low-level.mdx +0 -0
  687. /package/{en → docs/en}/guides/basic-features/_category_.json +0 -0
  688. /package/{en → docs/en}/guides/basic-features/alias.mdx +0 -0
  689. /package/{en → docs/en}/guides/basic-features/css.mdx +0 -0
  690. /package/{en → docs/en}/guides/basic-features/mock.mdx +0 -0
  691. /package/{en → docs/en}/guides/basic-features/routes.mdx +0 -0
  692. /package/{en → docs/en}/guides/concept/_category_.json +0 -0
  693. /package/{en → docs/en}/guides/concept/builder.mdx +0 -0
  694. /package/{en → docs/en}/guides/concept/entries.mdx +0 -0
  695. /package/{en → docs/en}/guides/get-started/_category_.json +0 -0
  696. /package/{en → docs/en}/guides/get-started/upgrade.mdx +0 -0
  697. /package/{en → docs/en}/guides/topic-detail/_category_.json +0 -0
  698. /package/{en → docs/en}/guides/topic-detail/framework-plugin/_category_.json +0 -0
  699. /package/{en → docs/en}/guides/topic-detail/framework-plugin/introduction.mdx +0 -0
  700. /package/{en → docs/en}/guides/topic-detail/framework-plugin/lifecycle.mdx +0 -0
  701. /package/{en → docs/en}/guides/topic-detail/framework-plugin/plugin-api.mdx +0 -0
  702. /package/{en → docs/en}/guides/topic-detail/generator/_category_.json +0 -0
  703. /package/{en → docs/en}/guides/topic-detail/generator/codesmith/_category_.json +0 -0
  704. /package/{en → docs/en}/guides/topic-detail/generator/codesmith/api/_category_.json +0 -0
  705. /package/{en → docs/en}/guides/topic-detail/generator/codesmith/api/app.mdx +0 -0
  706. /package/{en → docs/en}/guides/topic-detail/generator/codesmith/api/ejs.mdx +0 -0
  707. /package/{en → docs/en}/guides/topic-detail/generator/codesmith/api/fs.mdx +0 -0
  708. /package/{en → docs/en}/guides/topic-detail/generator/codesmith/api/git.mdx +0 -0
  709. /package/{en → docs/en}/guides/topic-detail/generator/codesmith/api/handlebars.mdx +0 -0
  710. /package/{en → docs/en}/guides/topic-detail/generator/codesmith/api/json.mdx +0 -0
  711. /package/{en → docs/en}/guides/topic-detail/generator/codesmith/introduce.mdx +0 -0
  712. /package/{en → docs/en}/guides/topic-detail/generator/codesmith/run-in-js.mdx +0 -0
  713. /package/{en → docs/en}/guides/topic-detail/generator/codesmith/structure.mdx +0 -0
  714. /package/{en → docs/en}/guides/topic-detail/generator/config/_category_.json +0 -0
  715. /package/{en → docs/en}/guides/topic-detail/generator/config/common.mdx +0 -0
  716. /package/{en → docs/en}/guides/topic-detail/generator/config/module.mdx +0 -0
  717. /package/{en → docs/en}/guides/topic-detail/generator/config/monorepo.mdx +0 -0
  718. /package/{en → docs/en}/guides/topic-detail/generator/plugin/_category_.json +0 -0
  719. /package/{en → docs/en}/guides/topic-detail/generator/plugin/abstract.mdx +0 -0
  720. /package/{en → docs/en}/guides/topic-detail/generator/plugin/api/_category_.json +0 -0
  721. /package/{en → docs/en}/guides/topic-detail/generator/plugin/api/file/_category_.json +0 -0
  722. /package/{en → docs/en}/guides/topic-detail/generator/plugin/api/file/addFile.mdx +0 -0
  723. /package/{en → docs/en}/guides/topic-detail/generator/plugin/api/file/addHelper.mdx +0 -0
  724. /package/{en → docs/en}/guides/topic-detail/generator/plugin/api/file/addManyFile.mdx +0 -0
  725. /package/{en → docs/en}/guides/topic-detail/generator/plugin/api/file/addPartial.mdx +0 -0
  726. /package/{en → docs/en}/guides/topic-detail/generator/plugin/api/file/introduce.mdx +0 -0
  727. /package/{en → docs/en}/guides/topic-detail/generator/plugin/api/file/rmDir.mdx +0 -0
  728. /package/{en → docs/en}/guides/topic-detail/generator/plugin/api/file/rmFile.mdx +0 -0
  729. /package/{en → docs/en}/guides/topic-detail/generator/plugin/api/file/updateJSONFile.mdx +0 -0
  730. /package/{en → docs/en}/guides/topic-detail/generator/plugin/api/file/updateModernConfig.mdx +0 -0
  731. /package/{en → docs/en}/guides/topic-detail/generator/plugin/api/file/updateTextRawFile.mdx +0 -0
  732. /package/{en → docs/en}/guides/topic-detail/generator/plugin/api/git/_category_.json +0 -0
  733. /package/{en → docs/en}/guides/topic-detail/generator/plugin/api/git/gitAddAndCommit.mdx +0 -0
  734. /package/{en → docs/en}/guides/topic-detail/generator/plugin/api/git/initGitRepo.mdx +0 -0
  735. /package/{en → docs/en}/guides/topic-detail/generator/plugin/api/git/isInGitRepo.mdx +0 -0
  736. /package/{en → docs/en}/guides/topic-detail/generator/plugin/api/hook/_category_.json +0 -0
  737. /package/{en → docs/en}/guides/topic-detail/generator/plugin/api/hook/afterForged.mdx +0 -0
  738. /package/{en → docs/en}/guides/topic-detail/generator/plugin/api/hook/onForged.mdx +0 -0
  739. /package/{en → docs/en}/guides/topic-detail/generator/plugin/api/info/_category_.json +0 -0
  740. /package/{en → docs/en}/guides/topic-detail/generator/plugin/api/info/isFileExit.mdx +0 -0
  741. /package/{en → docs/en}/guides/topic-detail/generator/plugin/api/info/locale.mdx +0 -0
  742. /package/{en → docs/en}/guides/topic-detail/generator/plugin/api/info/readDir.mdx +0 -0
  743. /package/{en → docs/en}/guides/topic-detail/generator/plugin/api/input/_category_.json +0 -0
  744. /package/{en → docs/en}/guides/topic-detail/generator/plugin/api/input/setInput.mdx +0 -0
  745. /package/{en → docs/en}/guides/topic-detail/generator/plugin/api/input/setInputValue.mdx +0 -0
  746. /package/{en → docs/en}/guides/topic-detail/generator/plugin/api/input/type.mdx +0 -0
  747. /package/{en → docs/en}/guides/topic-detail/generator/plugin/api/introduce.mdx +0 -0
  748. /package/{en → docs/en}/guides/topic-detail/generator/plugin/api/new/_category_.json +0 -0
  749. /package/{en → docs/en}/guides/topic-detail/generator/plugin/api/new/createElement.mdx +0 -0
  750. /package/{en → docs/en}/guides/topic-detail/generator/plugin/api/new/createSubProject.mdx +0 -0
  751. /package/{en → docs/en}/guides/topic-detail/generator/plugin/api/new/enableFunc.mdx +0 -0
  752. /package/{en → docs/en}/guides/topic-detail/generator/plugin/api/new/introduce.mdx +0 -0
  753. /package/{en → docs/en}/guides/topic-detail/generator/plugin/api/npm/_category_.json +0 -0
  754. /package/{en → docs/en}/guides/topic-detail/generator/plugin/use.mdx +0 -0
  755. /package/{en → docs/en}/guides/topic-detail/micro-frontend/_category_.json +0 -0
  756. /package/{en → docs/en}/guides/topic-detail/micro-frontend/c01-introduction.mdx +0 -0
  757. /package/{en → docs/en}/guides/topic-detail/micro-frontend/c02-development.mdx +0 -0
  758. /package/{en → docs/en}/guides/topic-detail/micro-frontend/c05-mixed-stack.mdx +0 -0
  759. /package/{en → docs/en}/guides/topic-detail/model/_category_.json +0 -0
  760. /package/{en → docs/en}/guides/topic-detail/model/auto-actions.mdx +0 -0
  761. /package/{en → docs/en}/guides/topic-detail/model/define-model.mdx +0 -0
  762. /package/{en → docs/en}/guides/topic-detail/model/faq.mdx +0 -0
  763. /package/{en → docs/en}/guides/topic-detail/model/manage-effects.mdx +0 -0
  764. /package/{en → docs/en}/guides/topic-detail/model/model-communicate.mdx +0 -0
  765. /package/{en → docs/en}/guides/topic-detail/model/performance.mdx +0 -0
  766. /package/{en → docs/en}/guides/topic-detail/model/quick-start.mdx +0 -0
  767. /package/{en → docs/en}/guides/topic-detail/model/redux-integration.mdx +0 -0
  768. /package/{en → docs/en}/guides/topic-detail/model/test-model.mdx +0 -0
  769. /package/{en → docs/en}/guides/topic-detail/model/typescript-best-practice.mdx +0 -0
  770. /package/{en → docs/en}/guides/topic-detail/model/use-model.mdx +0 -0
  771. /package/{en → docs/en}/guides/topic-detail/model/use-out-of-modernjs.mdx +0 -0
  772. /package/{en → docs/en}/guides/troubleshooting/_category_.json +0 -0
  773. /package/{en → docs/en}/index.md +0 -0
  774. /package/{en → docs/en}/tutorials/first-app/_category_.json +0 -0
  775. /package/{en → docs/en}/tutorials/first-app/c01-start.mdx +0 -0
  776. /package/{en → docs/en}/tutorials/first-app/c02-component.mdx +0 -0
  777. /package/{en → docs/en}/tutorials/first-app/c04-routes.mdx +0 -0
  778. /package/{en → docs/en}/tutorials/first-app/c05-loader.mdx +0 -0
  779. /package/{en → docs/en}/tutorials/first-app/c06-model.mdx +0 -0
  780. /package/{en → docs/en}/tutorials/first-app/c07-container.mdx +0 -0
  781. /package/{en → docs/en}/tutorials/first-app/c08-entries.mdx +0 -0
  782. /package/{en → docs/en}/tutorials/foundations/_category_.json +0 -0
  783. /package/{en → docs/en}/tutorials/foundations/introduction.mdx +0 -0
  784. /package/{zh → docs/zh}/apis/app/commands.mdx +0 -0
  785. /package/{zh → docs/zh}/apis/app/hooks/_category_.json +0 -0
  786. /package/{zh → docs/zh}/apis/app/hooks/api/_category_.json +0 -0
  787. /package/{zh → docs/zh}/apis/app/hooks/api/framework/_category_.json +0 -0
  788. /package/{zh → docs/zh}/apis/app/hooks/api/framework/lambda.mdx +0 -0
  789. /package/{zh → docs/zh}/apis/app/hooks/api/functions/_category_.json +0 -0
  790. /package/{zh → docs/zh}/apis/app/hooks/api/functions/api.mdx +0 -0
  791. /package/{zh → docs/zh}/apis/app/hooks/api/functions/app.mdx +0 -0
  792. /package/{zh → docs/zh}/apis/app/hooks/api/functions/common.mdx +0 -0
  793. /package/{zh → docs/zh}/apis/app/hooks/api/test.mdx +0 -0
  794. /package/{zh → docs/zh}/apis/app/hooks/config/_category_.json +0 -0
  795. /package/{zh → docs/zh}/apis/app/hooks/config/html.mdx +0 -0
  796. /package/{zh → docs/zh}/apis/app/hooks/config/icon.mdx +0 -0
  797. /package/{zh → docs/zh}/apis/app/hooks/config/mock.mdx +0 -0
  798. /package/{zh → docs/zh}/apis/app/hooks/config/public.mdx +0 -0
  799. /package/{zh → docs/zh}/apis/app/hooks/config/storybook.mdx +0 -0
  800. /package/{zh → docs/zh}/apis/app/hooks/config/upload.mdx +0 -0
  801. /package/{zh → docs/zh}/apis/app/hooks/modern-config.mdx +0 -0
  802. /package/{zh → docs/zh}/apis/app/hooks/server/_category_.json +0 -0
  803. /package/{zh → docs/zh}/apis/app/hooks/server/index_.mdx +0 -0
  804. /package/{zh → docs/zh}/apis/app/hooks/server/test.mdx +0 -0
  805. /package/{zh → docs/zh}/apis/app/hooks/shared.mdx +0 -0
  806. /package/{zh → docs/zh}/apis/app/hooks/src/_category_.json +0 -0
  807. /package/{zh → docs/zh}/apis/app/hooks/src/app.mdx +0 -0
  808. /package/{zh → docs/zh}/apis/app/hooks/src/index_.mdx +0 -0
  809. /package/{zh → docs/zh}/apis/app/hooks/src/pages.mdx +0 -0
  810. /package/{zh → docs/zh}/apis/app/hooks/src/routes.mdx +0 -0
  811. /package/{zh → docs/zh}/apis/app/hooks/src/server.mdx +0 -0
  812. /package/{zh → docs/zh}/apis/app/hooks/src/stories.mdx +0 -0
  813. /package/{zh → docs/zh}/apis/app/hooks/src/test.mdx +0 -0
  814. /package/{zh → docs/zh}/apis/app/runtime/_category_.json +0 -0
  815. /package/{zh → docs/zh}/apis/app/runtime/app/_category_.json +0 -0
  816. /package/{zh → docs/zh}/apis/app/runtime/app/define-config.mdx +0 -0
  817. /package/{zh → docs/zh}/apis/app/runtime/bff/_category_.json +0 -0
  818. /package/{zh → docs/zh}/apis/app/runtime/bff/hook.mdx +0 -0
  819. /package/{zh → docs/zh}/apis/app/runtime/bff/use-context.mdx +0 -0
  820. /package/{zh → docs/zh}/apis/app/runtime/core/_category_.json +0 -0
  821. /package/{zh → docs/zh}/apis/app/runtime/core/bootstrap.mdx +0 -0
  822. /package/{zh → docs/zh}/apis/app/runtime/core/create-app.mdx +0 -0
  823. /package/{zh → docs/zh}/apis/app/runtime/core/use-loader.mdx +0 -0
  824. /package/{zh → docs/zh}/apis/app/runtime/core/use-module-apps.mdx +0 -0
  825. /package/{zh → docs/zh}/apis/app/runtime/core/use-runtime-context.mdx +0 -0
  826. /package/{zh → docs/zh}/apis/app/runtime/model/Provider.mdx +0 -0
  827. /package/{zh → docs/zh}/apis/app/runtime/model/_category_.json +0 -0
  828. /package/{zh → docs/zh}/apis/app/runtime/model/auto-actions.mdx +0 -0
  829. /package/{zh → docs/zh}/apis/app/runtime/model/connect.mdx +0 -0
  830. /package/{zh → docs/zh}/apis/app/runtime/model/create-app.mdx +0 -0
  831. /package/{zh → docs/zh}/apis/app/runtime/model/create-store.mdx +0 -0
  832. /package/{zh → docs/zh}/apis/app/runtime/model/handle-effect.mdx +0 -0
  833. /package/{zh → docs/zh}/apis/app/runtime/model/model_.mdx +0 -0
  834. /package/{zh → docs/zh}/apis/app/runtime/model/use-local-model.mdx +0 -0
  835. /package/{zh → docs/zh}/apis/app/runtime/model/use-model.mdx +0 -0
  836. /package/{zh → docs/zh}/apis/app/runtime/model/use-static-model.mdx +0 -0
  837. /package/{zh → docs/zh}/apis/app/runtime/model/use-store.mdx +0 -0
  838. /package/{zh → docs/zh}/apis/app/runtime/router/_category_.json +0 -0
  839. /package/{zh → docs/zh}/apis/app/runtime/router/router.mdx +0 -0
  840. /package/{zh → docs/zh}/apis/app/runtime/ssr/_category_.json +0 -0
  841. /package/{zh → docs/zh}/apis/app/runtime/ssr/no-ssr.mdx +0 -0
  842. /package/{zh → docs/zh}/apis/app/runtime/ssr/pre-render.mdx +0 -0
  843. /package/{zh → docs/zh}/apis/app/runtime/testing/_category_.json +0 -0
  844. /package/{zh → docs/zh}/apis/app/runtime/testing/act.mdx +0 -0
  845. /package/{zh → docs/zh}/apis/app/runtime/testing/cleanup.mdx +0 -0
  846. /package/{zh → docs/zh}/apis/app/runtime/testing/render.mdx +0 -0
  847. /package/{zh → docs/zh}/apis/app/runtime/testing/renderApp.mdx +0 -0
  848. /package/{zh → docs/zh}/apis/app/runtime/utility/_category_.json +0 -0
  849. /package/{zh → docs/zh}/apis/app/runtime/utility/css-in-js.mdx +0 -0
  850. /package/{zh → docs/zh}/apis/app/runtime/utility/head.mdx +0 -0
  851. /package/{zh → docs/zh}/apis/app/runtime/utility/loadable.mdx +0 -0
  852. /package/{zh → docs/zh}/apis/app/runtime/web-server/_category_.json +0 -0
  853. /package/{zh → docs/zh}/apis/app/runtime/web-server/hook.mdx +0 -0
  854. /package/{zh → docs/zh}/apis/app/runtime/web-server/middleware.mdx +0 -0
  855. /package/{zh → docs/zh}/apis/monorepo/commands/_category_.json +0 -0
  856. /package/{zh → docs/zh}/apis/monorepo/commands/bump.mdx +0 -0
  857. /package/{zh → docs/zh}/apis/monorepo/commands/change.mdx +0 -0
  858. /package/{zh → docs/zh}/apis/monorepo/commands/clear.mdx +0 -0
  859. /package/{zh → docs/zh}/apis/monorepo/commands/deploy.mdx +0 -0
  860. /package/{zh → docs/zh}/apis/monorepo/commands/gen-release-note.mdx +0 -0
  861. /package/{zh → docs/zh}/apis/monorepo/commands/index.mdx +0 -0
  862. /package/{zh → docs/zh}/apis/monorepo/commands/lint.mdx +0 -0
  863. /package/{zh → docs/zh}/apis/monorepo/commands/pre.mdx +0 -0
  864. /package/{zh → docs/zh}/apis/monorepo/commands/release.mdx +0 -0
  865. /package/{zh → docs/zh}/apis/monorepo/commands/upgrade.mdx +0 -0
  866. /package/{zh → docs/zh}/apis/monorepo/hooks/_category_.json +0 -0
  867. /package/{zh → docs/zh}/apis/monorepo/hooks/apps.mdx +0 -0
  868. /package/{zh → docs/zh}/apis/monorepo/hooks/code-workspace.mdx +0 -0
  869. /package/{zh → docs/zh}/apis/monorepo/hooks/examples.mdx +0 -0
  870. /package/{zh → docs/zh}/apis/monorepo/hooks/features.mdx +0 -0
  871. /package/{zh → docs/zh}/apis/monorepo/hooks/index.mdx +0 -0
  872. /package/{zh → docs/zh}/apis/monorepo/hooks/packages.mdx +0 -0
  873. /package/{zh → docs/zh}/apis/monorepo/hooks/pnpm-workspace.mdx +0 -0
  874. /package/{zh → docs/zh}/apis/monorepo/hooks/pnpmfile.mdx +0 -0
  875. /package/{zh → docs/zh}/blog/index.md +0 -0
  876. /package/{zh → docs/zh}/community/index.mdx +0 -0
  877. /package/{zh → docs/zh}/components/custom-router-micro-frontend.mdx +0 -0
  878. /package/{zh → docs/zh}/components/debug-app.mdx +0 -0
  879. /package/{zh → docs/zh}/components/deploy.mdx +0 -0
  880. /package/{zh → docs/zh}/components/enable-bff.mdx +0 -0
  881. /package/{zh → docs/zh}/components/enable-micro-frontend.mdx +0 -0
  882. /package/{zh → docs/zh}/components/global-proxy-config.mdx +0 -0
  883. /package/{zh → docs/zh}/components/global-proxy.mdx +0 -0
  884. /package/{zh → docs/zh}/components/micro-master-manifest-config.mdx +0 -0
  885. /package/{zh → docs/zh}/components/micro-runtime-config.mdx +0 -0
  886. /package/{zh → docs/zh}/components/reduck-migration.mdx +0 -0
  887. /package/{zh → docs/zh}/components/reduck-tip.mdx +0 -0
  888. /package/{zh → docs/zh}/components/release-note.mdx +0 -0
  889. /package/{zh → docs/zh}/components/router-legacy-tip.mdx +0 -0
  890. /package/{zh → docs/zh}/components/self-route-example.mdx +0 -0
  891. /package/{zh → docs/zh}/configure/app/auto-load-plugin.mdx +0 -0
  892. /package/{zh → docs/zh}/configure/app/bff/_category_.json +0 -0
  893. /package/{zh → docs/zh}/configure/app/bff/enable-handle-web.mdx +0 -0
  894. /package/{zh → docs/zh}/configure/app/bff/prefix.mdx +0 -0
  895. /package/{zh → docs/zh}/configure/app/bff/proxy.mdx +0 -0
  896. /package/{zh → docs/zh}/configure/app/builder-plugins.mdx +0 -0
  897. /package/{zh → docs/zh}/configure/app/deploy/_category_.json +0 -0
  898. /package/{zh → docs/zh}/configure/app/deploy/microFrontend.mdx +0 -0
  899. /package/{zh → docs/zh}/configure/app/dev/_category_.json +0 -0
  900. /package/{zh → docs/zh}/configure/app/dev/proxy.mdx +0 -0
  901. /package/{zh → docs/zh}/configure/app/experiments/_category_.json +0 -0
  902. /package/{zh → docs/zh}/configure/app/html/_category_.json +0 -0
  903. /package/{zh → docs/zh}/configure/app/output/_category_.json +0 -0
  904. /package/{zh → docs/zh}/configure/app/output/disable-node-polyfill.mdx +0 -0
  905. /package/{zh → docs/zh}/configure/app/output/ssg.mdx +0 -0
  906. /package/{zh → docs/zh}/configure/app/performance/_category_.json +0 -0
  907. /package/{zh → docs/zh}/configure/app/plugins.mdx +0 -0
  908. /package/{zh → docs/zh}/configure/app/runtime/_category_.json +0 -0
  909. /package/{zh → docs/zh}/configure/app/runtime/intro.mdx +0 -0
  910. /package/{zh → docs/zh}/configure/app/runtime/master-app.mdx +0 -0
  911. /package/{zh → docs/zh}/configure/app/runtime/router.mdx +0 -0
  912. /package/{zh → docs/zh}/configure/app/runtime/state.mdx +0 -0
  913. /package/{zh → docs/zh}/configure/app/security/_category_.json +0 -0
  914. /package/{zh → docs/zh}/configure/app/server/_category_.json +0 -0
  915. /package/{zh → docs/zh}/configure/app/server/base-url.mdx +0 -0
  916. /package/{zh → docs/zh}/configure/app/server/enable-framework-ext.mdx +0 -0
  917. /package/{zh → docs/zh}/configure/app/server/port.mdx +0 -0
  918. /package/{zh → docs/zh}/configure/app/server/public-routes.mdx +0 -0
  919. /package/{zh → docs/zh}/configure/app/server/routes.mdx +0 -0
  920. /package/{zh → docs/zh}/configure/app/server/ssr-by-entries.mdx +0 -0
  921. /package/{zh → docs/zh}/configure/app/server/ssr.mdx +0 -0
  922. /package/{zh → docs/zh}/configure/app/source/_category_.json +0 -0
  923. /package/{zh → docs/zh}/configure/app/source/config-dir.mdx +0 -0
  924. /package/{zh → docs/zh}/configure/app/source/design-system.mdx +0 -0
  925. /package/{zh → docs/zh}/configure/app/source/disable-default-entries.mdx +0 -0
  926. /package/{zh → docs/zh}/configure/app/source/disable-entry-dirs.mdx +0 -0
  927. /package/{zh → docs/zh}/configure/app/source/enable-async-entry.mdx +0 -0
  928. /package/{zh → docs/zh}/configure/app/source/entries-dir.mdx +0 -0
  929. /package/{zh → docs/zh}/configure/app/source/entries.mdx +0 -0
  930. /package/{zh → docs/zh}/configure/app/testing/_category_.json +0 -0
  931. /package/{zh → docs/zh}/configure/app/testing/transformer.mdx +0 -0
  932. /package/{zh → docs/zh}/configure/app/tools/_category_.json +0 -0
  933. /package/{zh → docs/zh}/configure/app/tools/esbuild.mdx +0 -0
  934. /package/{zh → docs/zh}/configure/app/tools/jest.mdx +0 -0
  935. /package/{zh → docs/zh}/configure/app/tools/swc.mdx +0 -0
  936. /package/{zh → docs/zh}/configure/app/tools/tailwindcss.mdx +0 -0
  937. /package/{zh → docs/zh}/configure/app/usage.mdx +0 -0
  938. /package/{zh → docs/zh}/guides/advanced-features/_category_.json +0 -0
  939. /package/{zh → docs/zh}/guides/advanced-features/bff/_category_.json +0 -0
  940. /package/{zh → docs/zh}/guides/advanced-features/bff/bff-proxy.mdx +0 -0
  941. /package/{zh → docs/zh}/guides/advanced-features/bff/frameworks.mdx +0 -0
  942. /package/{zh → docs/zh}/guides/advanced-features/bff/function.mdx +0 -0
  943. /package/{zh → docs/zh}/guides/advanced-features/bff/index.mdx +0 -0
  944. /package/{zh → docs/zh}/guides/advanced-features/bff/type.mdx +0 -0
  945. /package/{zh → docs/zh}/guides/advanced-features/code-split.mdx +0 -0
  946. /package/{zh → docs/zh}/guides/advanced-features/compatibility.mdx +0 -0
  947. /package/{zh → docs/zh}/guides/advanced-features/eslint.mdx +0 -0
  948. /package/{zh → docs/zh}/guides/advanced-features/low-level.mdx +0 -0
  949. /package/{zh → docs/zh}/guides/advanced-features/ssg.mdx +0 -0
  950. /package/{zh → docs/zh}/guides/advanced-features/testing.mdx +0 -0
  951. /package/{zh → docs/zh}/guides/advanced-features/web-server.mdx +0 -0
  952. /package/{zh → docs/zh}/guides/basic-features/_category_.json +0 -0
  953. /package/{zh → docs/zh}/guides/basic-features/alias.mdx +0 -0
  954. /package/{zh → docs/zh}/guides/basic-features/css.mdx +0 -0
  955. /package/{zh → docs/zh}/guides/basic-features/data-fetch.mdx +0 -0
  956. /package/{zh → docs/zh}/guides/basic-features/env-vars.mdx +0 -0
  957. /package/{zh → docs/zh}/guides/basic-features/html.mdx +0 -0
  958. /package/{zh → docs/zh}/guides/basic-features/proxy.mdx +0 -0
  959. /package/{zh → docs/zh}/guides/basic-features/routes.mdx +0 -0
  960. /package/{zh → docs/zh}/guides/concept/_category_.json +0 -0
  961. /package/{zh → docs/zh}/guides/concept/builder.mdx +0 -0
  962. /package/{zh → docs/zh}/guides/concept/entries.mdx +0 -0
  963. /package/{zh → docs/zh}/guides/get-started/_category_.json +0 -0
  964. /package/{zh → docs/zh}/guides/get-started/quick-start.mdx +0 -0
  965. /package/{zh → docs/zh}/guides/get-started/upgrade.mdx +0 -0
  966. /package/{zh → docs/zh}/guides/topic-detail/_category_.json +0 -0
  967. /package/{zh → docs/zh}/guides/topic-detail/changesets/_category_.json +0 -0
  968. /package/{zh → docs/zh}/guides/topic-detail/changesets/add.mdx +0 -0
  969. /package/{zh → docs/zh}/guides/topic-detail/changesets/config.mdx +0 -0
  970. /package/{zh → docs/zh}/guides/topic-detail/changesets/github.mdx +0 -0
  971. /package/{zh → docs/zh}/guides/topic-detail/changesets/introduce.mdx +0 -0
  972. /package/{zh → docs/zh}/guides/topic-detail/changesets/release-pre.mdx +0 -0
  973. /package/{zh → docs/zh}/guides/topic-detail/changesets/release.mdx +0 -0
  974. /package/{zh → docs/zh}/guides/topic-detail/framework-plugin/_category_.json +0 -0
  975. /package/{zh → docs/zh}/guides/topic-detail/framework-plugin/extend.mdx +0 -0
  976. /package/{zh → docs/zh}/guides/topic-detail/framework-plugin/hook-list.mdx +0 -0
  977. /package/{zh → docs/zh}/guides/topic-detail/framework-plugin/hook.mdx +0 -0
  978. /package/{zh → docs/zh}/guides/topic-detail/framework-plugin/implement.mdx +0 -0
  979. /package/{zh → docs/zh}/guides/topic-detail/framework-plugin/introduction.mdx +0 -0
  980. /package/{zh → docs/zh}/guides/topic-detail/framework-plugin/lifecycle.mdx +0 -0
  981. /package/{zh → docs/zh}/guides/topic-detail/framework-plugin/plugin-api.mdx +0 -0
  982. /package/{zh → docs/zh}/guides/topic-detail/framework-plugin/relationship.mdx +0 -0
  983. /package/{zh → docs/zh}/guides/topic-detail/generator/_category_.json +0 -0
  984. /package/{zh → docs/zh}/guides/topic-detail/generator/codesmith/_category_.json +0 -0
  985. /package/{zh → docs/zh}/guides/topic-detail/generator/codesmith/api/_category_.json +0 -0
  986. /package/{zh → docs/zh}/guides/topic-detail/generator/codesmith/api/app.mdx +0 -0
  987. /package/{zh → docs/zh}/guides/topic-detail/generator/codesmith/api/ejs.mdx +0 -0
  988. /package/{zh → docs/zh}/guides/topic-detail/generator/codesmith/api/fs.mdx +0 -0
  989. /package/{zh → docs/zh}/guides/topic-detail/generator/codesmith/api/git.mdx +0 -0
  990. /package/{zh → docs/zh}/guides/topic-detail/generator/codesmith/api/handlebars.mdx +0 -0
  991. /package/{zh → docs/zh}/guides/topic-detail/generator/codesmith/api/json.mdx +0 -0
  992. /package/{zh → docs/zh}/guides/topic-detail/generator/codesmith/api/npm.mdx +0 -0
  993. /package/{zh → docs/zh}/guides/topic-detail/generator/codesmith/develop.mdx +0 -0
  994. /package/{zh → docs/zh}/guides/topic-detail/generator/codesmith/introduce.mdx +0 -0
  995. /package/{zh → docs/zh}/guides/topic-detail/generator/codesmith/run-in-js.mdx +0 -0
  996. /package/{zh → docs/zh}/guides/topic-detail/generator/codesmith/structure.mdx +0 -0
  997. /package/{zh → docs/zh}/guides/topic-detail/generator/config/_category_.json +0 -0
  998. /package/{zh → docs/zh}/guides/topic-detail/generator/config/app.mdx +0 -0
  999. /package/{zh → docs/zh}/guides/topic-detail/generator/config/common.mdx +0 -0
  1000. /package/{zh → docs/zh}/guides/topic-detail/generator/config/module.mdx +0 -0
  1001. /package/{zh → docs/zh}/guides/topic-detail/generator/config/monorepo.mdx +0 -0
  1002. /package/{zh → docs/zh}/guides/topic-detail/generator/plugin/_category_.json +0 -0
  1003. /package/{zh → docs/zh}/guides/topic-detail/generator/plugin/abstract.mdx +0 -0
  1004. /package/{zh → docs/zh}/guides/topic-detail/generator/plugin/api/_category_.json +0 -0
  1005. /package/{zh → docs/zh}/guides/topic-detail/generator/plugin/api/file/_category_.json +0 -0
  1006. /package/{zh → docs/zh}/guides/topic-detail/generator/plugin/api/file/addFile.mdx +0 -0
  1007. /package/{zh → docs/zh}/guides/topic-detail/generator/plugin/api/file/addHelper.mdx +0 -0
  1008. /package/{zh → docs/zh}/guides/topic-detail/generator/plugin/api/file/addManyFile.mdx +0 -0
  1009. /package/{zh → docs/zh}/guides/topic-detail/generator/plugin/api/file/addPartial.mdx +0 -0
  1010. /package/{zh → docs/zh}/guides/topic-detail/generator/plugin/api/file/introduce.mdx +0 -0
  1011. /package/{zh → docs/zh}/guides/topic-detail/generator/plugin/api/file/rmDir.mdx +0 -0
  1012. /package/{zh → docs/zh}/guides/topic-detail/generator/plugin/api/file/rmFile.mdx +0 -0
  1013. /package/{zh → docs/zh}/guides/topic-detail/generator/plugin/api/file/updateJSONFile.mdx +0 -0
  1014. /package/{zh → docs/zh}/guides/topic-detail/generator/plugin/api/file/updateModernConfig.mdx +0 -0
  1015. /package/{zh → docs/zh}/guides/topic-detail/generator/plugin/api/file/updateTextRawFile.mdx +0 -0
  1016. /package/{zh → docs/zh}/guides/topic-detail/generator/plugin/api/git/_category_.json +0 -0
  1017. /package/{zh → docs/zh}/guides/topic-detail/generator/plugin/api/git/gitAddAndCommit.mdx +0 -0
  1018. /package/{zh → docs/zh}/guides/topic-detail/generator/plugin/api/git/initGitRepo.mdx +0 -0
  1019. /package/{zh → docs/zh}/guides/topic-detail/generator/plugin/api/git/isInGitRepo.mdx +0 -0
  1020. /package/{zh → docs/zh}/guides/topic-detail/generator/plugin/api/hook/_category_.json +0 -0
  1021. /package/{zh → docs/zh}/guides/topic-detail/generator/plugin/api/hook/afterForged.mdx +0 -0
  1022. /package/{zh → docs/zh}/guides/topic-detail/generator/plugin/api/hook/onForged.mdx +0 -0
  1023. /package/{zh → docs/zh}/guides/topic-detail/generator/plugin/api/info/_category_.json +0 -0
  1024. /package/{zh → docs/zh}/guides/topic-detail/generator/plugin/api/info/isFileExit.mdx +0 -0
  1025. /package/{zh → docs/zh}/guides/topic-detail/generator/plugin/api/info/locale.mdx +0 -0
  1026. /package/{zh → docs/zh}/guides/topic-detail/generator/plugin/api/info/readDir.mdx +0 -0
  1027. /package/{zh → docs/zh}/guides/topic-detail/generator/plugin/api/input/_category_.json +0 -0
  1028. /package/{zh → docs/zh}/guides/topic-detail/generator/plugin/api/input/addInputAfter.mdx +0 -0
  1029. /package/{zh → docs/zh}/guides/topic-detail/generator/plugin/api/input/addInputBefore.mdx +0 -0
  1030. /package/{zh → docs/zh}/guides/topic-detail/generator/plugin/api/input/setInput.mdx +0 -0
  1031. /package/{zh → docs/zh}/guides/topic-detail/generator/plugin/api/input/setInputValue.mdx +0 -0
  1032. /package/{zh → docs/zh}/guides/topic-detail/generator/plugin/api/input/type.mdx +0 -0
  1033. /package/{zh → docs/zh}/guides/topic-detail/generator/plugin/api/introduce.mdx +0 -0
  1034. /package/{zh → docs/zh}/guides/topic-detail/generator/plugin/api/new/_category_.json +0 -0
  1035. /package/{zh → docs/zh}/guides/topic-detail/generator/plugin/api/new/createElement.mdx +0 -0
  1036. /package/{zh → docs/zh}/guides/topic-detail/generator/plugin/api/new/createSubProject.mdx +0 -0
  1037. /package/{zh → docs/zh}/guides/topic-detail/generator/plugin/api/new/enableFunc.mdx +0 -0
  1038. /package/{zh → docs/zh}/guides/topic-detail/generator/plugin/api/new/introduce.mdx +0 -0
  1039. /package/{zh → docs/zh}/guides/topic-detail/generator/plugin/api/npm/_category_.json +0 -0
  1040. /package/{zh → docs/zh}/guides/topic-detail/generator/plugin/api/npm/install.mdx +0 -0
  1041. /package/{zh → docs/zh}/guides/topic-detail/generator/plugin/use.mdx +0 -0
  1042. /package/{zh → docs/zh}/guides/topic-detail/generator/project.mdx +0 -0
  1043. /package/{zh → docs/zh}/guides/topic-detail/micro-frontend/_category_.json +0 -0
  1044. /package/{zh → docs/zh}/guides/topic-detail/micro-frontend/c01-introduction.mdx +0 -0
  1045. /package/{zh → docs/zh}/guides/topic-detail/micro-frontend/c02-development.mdx +0 -0
  1046. /package/{zh → docs/zh}/guides/topic-detail/micro-frontend/c03-main-app.mdx +0 -0
  1047. /package/{zh → docs/zh}/guides/topic-detail/micro-frontend/c04-communicate.mdx +0 -0
  1048. /package/{zh → docs/zh}/guides/topic-detail/micro-frontend/c05-mixed-stack.mdx +0 -0
  1049. /package/{zh → docs/zh}/guides/topic-detail/model/_category_.json +0 -0
  1050. /package/{zh → docs/zh}/guides/topic-detail/model/auto-actions.mdx +0 -0
  1051. /package/{zh → docs/zh}/guides/topic-detail/model/computed-state.mdx +0 -0
  1052. /package/{zh → docs/zh}/guides/topic-detail/model/define-model.mdx +0 -0
  1053. /package/{zh → docs/zh}/guides/topic-detail/model/faq.mdx +0 -0
  1054. /package/{zh → docs/zh}/guides/topic-detail/model/manage-effects.mdx +0 -0
  1055. /package/{zh → docs/zh}/guides/topic-detail/model/model-communicate.mdx +0 -0
  1056. /package/{zh → docs/zh}/guides/topic-detail/model/performance.mdx +0 -0
  1057. /package/{zh → docs/zh}/guides/topic-detail/model/quick-start.mdx +0 -0
  1058. /package/{zh → docs/zh}/guides/topic-detail/model/redux-integration.mdx +0 -0
  1059. /package/{zh → docs/zh}/guides/topic-detail/model/test-model.mdx +0 -0
  1060. /package/{zh → docs/zh}/guides/topic-detail/model/typescript-best-practice.mdx +0 -0
  1061. /package/{zh → docs/zh}/guides/topic-detail/model/use-model.mdx +0 -0
  1062. /package/{zh → docs/zh}/guides/topic-detail/model/use-out-of-modernjs.mdx +0 -0
  1063. /package/{zh → docs/zh}/guides/topic-detail/monorepo/_category_.json +0 -0
  1064. /package/{zh → docs/zh}/guides/topic-detail/monorepo/intro.mdx +0 -0
  1065. /package/{zh → docs/zh}/guides/topic-detail/monorepo/publish.mdx +0 -0
  1066. /package/{zh → docs/zh}/guides/troubleshooting/_category_.json +0 -0
  1067. /package/{zh → docs/zh}/guides/troubleshooting/cli.mdx +0 -0
  1068. /package/{zh → docs/zh}/guides/troubleshooting/dependencies.mdx +0 -0
  1069. /package/{zh → docs/zh}/tutorials/first-app/_category_.json +0 -0
  1070. /package/{zh → docs/zh}/tutorials/first-app/c01-start.mdx +0 -0
  1071. /package/{zh → docs/zh}/tutorials/first-app/c02-component.mdx +0 -0
  1072. /package/{zh → docs/zh}/tutorials/first-app/c03-css.mdx +0 -0
  1073. /package/{zh → docs/zh}/tutorials/first-app/c04-routes.mdx +0 -0
  1074. /package/{zh → docs/zh}/tutorials/first-app/c05-loader.mdx +0 -0
  1075. /package/{zh → docs/zh}/tutorials/first-app/c06-model.mdx +0 -0
  1076. /package/{zh → docs/zh}/tutorials/first-app/c07-container.mdx +0 -0
  1077. /package/{zh → docs/zh}/tutorials/first-app/c08-entries.mdx +0 -0
  1078. /package/{zh → docs/zh}/tutorials/foundations/_category_.json +0 -0
  1079. /package/{zh → docs/zh}/tutorials/foundations/introduction.mdx +0 -0
@@ -0,0 +1,162 @@
1
+ import clsx from 'clsx';
2
+ import { useLang, Helmet } from '@modern-js/doc-tools/runtime';
3
+ import ContentCard from '../components/ContentCard';
4
+ import SecondaryTitle from '../components/SecondaryTitle';
5
+ import { FeatureLayout } from '../components/FeatureLayout';
6
+ import Footer from '../components/Footer';
7
+ import { useI18n, useUrl } from '../i18n';
8
+ import styles from './index.module.scss';
9
+
10
+ const HomepageHeader = () => {
11
+ const t = useI18n();
12
+
13
+ return (
14
+ <div className={styles.header}>
15
+ <header className={clsx('hero hero--primary', styles.heroBanner)}>
16
+ <h1 className={styles.title}>
17
+ <div>Inspire Creativity in</div>
18
+ <div className={styles.titleGradient}>Modern Web Development</div>
19
+ </h1>
20
+ <div className={styles.buttons}>
21
+ <a
22
+ href={useUrl('/guides/get-started/introduction')}
23
+ className={styles.leftButton}
24
+ >
25
+ {t('introduction')}
26
+ <img
27
+ width="20"
28
+ height="20"
29
+ className={styles.startArrow}
30
+ src="https://lf3-static.bytednsdoc.com/obj/eden-cn/aphqeh7uhohpquloj/modern-js/right-arrow.svg?url"
31
+ />
32
+ </a>
33
+ <a
34
+ href={useUrl('/guides/get-started/quick-start')}
35
+ className={styles.rightButton}
36
+ >
37
+ {t('quickStart')}
38
+ </a>
39
+ </div>
40
+ </header>
41
+ </div>
42
+ );
43
+ };
44
+
45
+ export default function Home() {
46
+ const t = useI18n();
47
+
48
+ const features = [
49
+ {
50
+ title: t('feature1'),
51
+ href: useUrl('/guides/concept/builder'),
52
+ desc: t('featureDesc1'),
53
+ },
54
+ {
55
+ title: t('feature2'),
56
+ href: useUrl('/guides/advanced-features/bff/index'),
57
+ desc: t('featureDesc2'),
58
+ },
59
+ {
60
+ title: t('feature3'),
61
+ href: useUrl('/guides/basic-features/routes'),
62
+ desc: t('featureDesc3'),
63
+ },
64
+ {
65
+ title: t('feature4'),
66
+ href: useUrl('/guides/advanced-features/ssr'),
67
+ desc: t('featureDesc4'),
68
+ },
69
+ {
70
+ title: t('feature5'),
71
+ href: useUrl('/guides/basic-features/css'),
72
+ desc: t('featureDesc5'),
73
+ },
74
+ {
75
+ title: t('feature6'),
76
+ href: useUrl('/configure/app/usage'),
77
+ desc: t('featureDesc6'),
78
+ },
79
+ ];
80
+
81
+ const lang = useLang();
82
+ const solutions = [
83
+ {
84
+ title: 'Modern.js Framework',
85
+ href: useUrl('/guides/get-started/introduction'),
86
+ desc: t('solutionsDesc1'),
87
+ },
88
+ {
89
+ title: 'Modern.js Module',
90
+ href: `https://modernjs.dev/module-tools${lang === 'en' ? '/en' : ''}`,
91
+ desc: t('solutionsDesc2'),
92
+ },
93
+ {
94
+ title: 'Modern.js Doc',
95
+ href: `https://modernjs.dev/doc-tools${lang === 'en' ? '' : '/zh'}`,
96
+ desc: t('solutionsDesc3'),
97
+ },
98
+ {
99
+ title: 'Modern.js Builder',
100
+ href: `https://modernjs.dev/builder${lang === 'en' ? '/en' : ''}`,
101
+ desc: t('solutionsDesc4'),
102
+ },
103
+ ];
104
+
105
+ return (
106
+ <div>
107
+ <Helmet>
108
+ <html className="dark"></html>
109
+ <script>
110
+ localStorage && localStorage.setItem('modern-theme-appearance',
111
+ 'dark');
112
+ </script>
113
+ <style type="text/css">{`
114
+ .modern-doc-appearance {
115
+ display: none!important;
116
+ }
117
+ `}</style>
118
+ </Helmet>
119
+ <HomepageHeader />
120
+ <main className={styles['homepage-main']}>
121
+ <FeatureLayout>
122
+ <SecondaryTitle>{t('solutions')}</SecondaryTitle>
123
+ <div className={styles.cardContainer}>
124
+ {solutions.map((card, cardIndex) => (
125
+ <ContentCard
126
+ key={cardIndex}
127
+ title={card.title}
128
+ desc={card.desc}
129
+ href={card.href}
130
+ />
131
+ ))}
132
+ </div>
133
+ </FeatureLayout>
134
+
135
+ <FeatureLayout>
136
+ <h1
137
+ className={clsx([styles.title, styles.titleGradient])}
138
+ style={{ textAlign: 'left', marginBottom: 32 }}
139
+ >
140
+ <div>{t('secondSlogan1')}</div>
141
+ <div>{t('secondSlogan2')}</div>
142
+ </h1>
143
+ </FeatureLayout>
144
+
145
+ <FeatureLayout>
146
+ <SecondaryTitle>Modern.js Framework</SecondaryTitle>
147
+ <div className={styles.cardContainer}>
148
+ {features.map((card, cardIndex) => (
149
+ <ContentCard
150
+ key={cardIndex}
151
+ title={card.title}
152
+ desc={card.desc}
153
+ href={card.href}
154
+ />
155
+ ))}
156
+ </div>
157
+ </FeatureLayout>
158
+ <Footer />
159
+ </main>
160
+ </div>
161
+ );
162
+ }
Binary file
@@ -0,0 +1 @@
1
+ <svg height='100px' width='100px' xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 60 60" version="1.1" x="0px" y="0px"><title>012 - Computer Thoughts</title><desc>Created with Sketch.</desc><g stroke="none" stroke-width="1" fill-rule="evenodd"><g fill-rule="nonzero"><path d="M0.36,33.859 C-0.0644455646,34.4700348 -0.114638064,35.2661705 0.229706222,35.9256738 C0.574050508,36.5851771 1.256013,36.999035 2,37 L3.5,37 C3.84480965,37.6090457 4.01763407,38.3003434 4,39 C4.00832504,39.5708401 3.89551058,40.1369574 3.669,40.661 C3.44824771,41.1785027 3.46468621,41.7666357 3.714,42.271 C3.96338828,42.7714899 4.42007781,43.137134 4.963,43.271 L5.579,43.421 C5.14242368,43.7839315 4.88992898,44.3222693 4.89,44.89 C4.88443005,45.6177159 5.29869331,46.2834962 5.954,46.6 C6.09022168,46.6659754 6.23964257,46.7001678 6.391,46.7 C6.47390786,46.7005316 6.54841728,46.7507147 6.58007291,46.8273431 C6.61172853,46.9039715 6.59436038,46.9921097 6.536,47.051 L5.536,48.051 C4.63859869,48.9528838 4.14792073,50.1818065 4.17736489,51.4537564 C4.20680905,52.7257063 4.75382719,53.9306076 5.692,54.79 C6.5850442,55.5883037 7.74633528,56.0203954 8.944,56 L16.66,56 C17.5757531,56.0018118 18.3740304,56.6235628 18.6,57.511 L19.029,59.241 C19.1397719,59.6870872 19.5403652,60.0002183 20,60 L49,60 C49.5522847,60 50,59.5522847 50,59 L50,48.922 C49.9896216,48.3582781 50.2246235,47.8178468 50.644,47.441 C59.3937487,39.8795169 62.3564822,27.5854205 58.0116633,16.8682997 C53.6668444,6.1511789 42.9793391,-0.608985674 31.4341999,0.0572645803 C19.8890606,0.723514834 10.0501485,8.66822387 6.967,19.814 C6.73213687,20.6750315 6.88167151,21.5955813 7.377,22.338 C7.49978882,22.5265547 7.56670111,22.7460131 7.57,22.971 C7.56981616,23.2019959 7.49821275,23.4272846 7.365,23.616 L0.36,33.859 Z M9.053,21.246 C8.87131435,20.9835158 8.8135842,20.6546731 8.895,20.346 C11.7439001,10.020168 20.8533359,2.65586434 31.5468792,2.03363446 C42.2404225,1.41140458 52.1425093,7.66947646 56.1697956,17.5952008 C60.1970819,27.5209251 57.4549085,38.9093084 49.351,45.914 L49.346,45.914 C48.1525251,46.9462055 46.8648887,47.8642239 45.5,48.656 C45.1091084,48.882748 44.9188594,49.3434704 45.0358789,49.7799534 C45.1528985,50.2164363 45.5481037,50.5202005 46,50.521 C46.1756138,50.5215641 46.3482044,50.4753098 46.5,50.387 C47.013,50.087 47.5,49.754 48,49.423 L48,58 L20.782,58 L20.539,57.021 C20.4434042,56.6623167 20.2983456,56.3186861 20.108,56 L28.528,56 C31.6526075,56.0126664 34.5122323,54.2465416 35.9,51.447 C36.1468713,50.9527051 35.9462949,50.3518713 35.452,50.105 C34.9577051,49.8581287 34.3568713,50.0587051 34.11,50.553 C33.059452,52.6729515 30.8939547,54.0101907 28.528,54 L17,54 C16.964,54 16.934,54.017 16.9,54.02 C16.819,54.015 16.742,54 16.66,54 L8.944,54 C8.24792803,54.0210532 7.56949661,53.7789603 7.044,53.322 C6.50509389,52.8323355 6.18964109,52.1437525 6.17075919,51.4158551 C6.15187728,50.6879578 6.43120571,49.983946 6.944,49.467 L7.944,48.467 C8.4905816,47.9237635 8.71422939,47.1347696 8.53401629,46.3855163 C8.35380319,45.6362629 7.79583012,45.0352673 7.062,44.8 C7.59086127,44.3301842 7.81619984,43.6062167 7.64739352,42.9192484 C7.47858719,42.23228 6.94337578,41.6951998 6.257,41.524 L5.548,41.352 C5.85389443,40.6059538 6.00757186,39.8062872 6,39 C6.00368008,38.3201389 5.89487824,37.6443512 5.678,37 L5.76,37 C6.28990234,37.0020592 6.79762077,37.2129797 7.173,37.587 L7.293,37.707 C7.68537889,38.0859722 8.30908478,38.0805524 8.69481858,37.6948186 C9.08055237,37.3090848 9.08597221,36.6853789 8.707,36.293 L8.587,36.173 C7.83583306,35.425083 6.82000884,35.0035896 5.76,35 L4,35 L2,34.995 L9.012,24.751 C9.37563739,24.2286835 9.57038906,23.6074326 9.57,22.971 C9.56690983,22.3582808 9.38742373,21.7594152 9.053,21.246 Z"></path><path d="M30,33 L38,33 C39.6568542,33 41,31.6568542 41,30 L41,22 C41,20.3431458 39.6568542,19 38,19 L30,19 C28.3431458,19 27,20.3431458 27,22 L27,30 C27,31.6568542 28.3431458,33 30,33 Z M29,22 C29,21.4477153 29.4477153,21 30,21 L38,21 C38.5522847,21 39,21.4477153 39,22 L39,30 C39,30.5522847 38.5522847,31 38,31 L30,31 C29.4477153,31 29,30.5522847 29,30 L29,22 Z"></path><path d="M19,33 C18.4477153,33 18,33.4477153 18,34 C18,34.5522847 18.4477153,35 19,35 L22.142,35 C22.5061725,36.4002987 23.5997013,37.4938275 25,37.858 L25,41 C25,41.5522847 25.4477153,42 26,42 C26.5522847,42 27,41.5522847 27,41 L27,38 L29,38 L29,41 C29,41.5522847 29.4477153,42 30,42 C30.5522847,42 31,41.5522847 31,41 L31,38 L33,38 L33,41 C33,41.5522847 33.4477153,42 34,42 C34.5522847,42 35,41.5522847 35,41 L35,38 L37,38 L37,41 C37,41.5522847 37.4477153,42 38,42 C38.5522847,42 39,41.5522847 39,41 L39,38 L41,38 L41,41 C41,41.5522847 41.4477153,42 42,42 C42.5522847,42 43,41.5522847 43,41 L43,37.858 C44.4002987,37.4938275 45.4938275,36.4002987 45.858,35 L49,35 C49.5522847,35 50,34.5522847 50,34 C50,33.4477153 49.5522847,33 49,33 L46,33 L46,31 L49,31 C49.5522847,31 50,30.5522847 50,30 C50,29.4477153 49.5522847,29 49,29 L46,29 L46,27 L49,27 C49.5522847,27 50,26.5522847 50,26 C50,25.4477153 49.5522847,25 49,25 L46,25 L46,23 L49,23 C49.5522847,23 50,22.5522847 50,22 C50,21.4477153 49.5522847,21 49,21 L46,21 L46,19 L49,19 C49.5522847,19 50,18.5522847 50,18 C50,17.4477153 49.5522847,17 49,17 L45.858,17 C45.4938275,15.5997013 44.4002987,14.5061725 43,14.142 L43,11 C43,10.4477153 42.5522847,10 42,10 C41.4477153,10 41,10.4477153 41,11 L41,14 L39,14 L39,11 C39,10.4477153 38.5522847,10 38,10 C37.4477153,10 37,10.4477153 37,11 L37,14 L35,14 L35,11 C35,10.4477153 34.5522847,10 34,10 C33.4477153,10 33,10.4477153 33,11 L33,14 L31,14 L31,11 C31,10.4477153 30.5522847,10 30,10 C29.4477153,10 29,10.4477153 29,11 L29,14 L27,14 L27,11 C27,10.4477153 26.5522847,10 26,10 C25.4477153,10 25,10.4477153 25,11 L25,14.142 C23.5997013,14.5061725 22.5061725,15.5997013 22.142,17 L19,17 C18.4477153,17 18,17.4477153 18,18 C18,18.5522847 18.4477153,19 19,19 L22,19 L22,21 L19,21 C18.4477153,21 18,21.4477153 18,22 C18,22.5522847 18.4477153,23 19,23 L22,23 L22,25 L19,25 C18.4477153,25 18,25.4477153 18,26 C18,26.5522847 18.4477153,27 19,27 L22,27 L22,29 L19,29 C18.4477153,29 18,29.4477153 18,30 C18,30.5522847 18.4477153,31 19,31 L22,31 L22,33 L19,33 Z M26,16 L42,16 C43.1045695,16 44,16.8954305 44,18 L44,34 C44,35.1045695 43.1045695,36 42,36 L26,36 C24.8954305,36 24,35.1045695 24,34 L24,18 C24,16.8954305 24.8954305,16 26,16 Z"></path><path d="M32,25 L33,25 C33.5522847,25 34,24.5522847 34,24 C34,23.4477153 33.5522847,23 33,23 L32,23 C31.4477153,23 31,23.4477153 31,24 C31,24.5522847 31.4477153,25 32,25 Z"></path><path d="M35,29 L36,29 C36.5522847,29 37,28.5522847 37,28 C37,27.4477153 36.5522847,27 36,27 L35,27 C34.4477153,27 34,27.4477153 34,28 C34,28.5522847 34.4477153,29 35,29 Z"></path></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg height='100px' width='100px' fill="#000000" xmlns="http://www.w3.org/2000/svg" data-name="Слой 1" viewBox="0 0 128 128" x="0px" y="0px"><title>ic_api_gears</title><path d="M86,86a15.76,15.76,0,1,0,22.29,0A15.77,15.77,0,0,0,86,86ZM105.5,105.5a11.75,11.75,0,0,1-16.63,0,11.76,11.76,0,1,1,16.63,0Z"></path><path d="M126.65,99.51a2,2,0,0,0-1.25-1l-3.16-.85q0-.5,0-1l3.16-.85a2,2,0,0,0,1.25-1c.31-.58,1.82-3.57,1.2-5.89s-3.43-4.15-4-4.5a2,2,0,0,0-1.57-.23l-3.15.85c-.16-.29-.33-.58-.5-.86L121,81.92a2,2,0,0,0,.59-1.48c0-.65-.21-4-1.91-5.7s-5-1.88-5.7-1.9a1.92,1.92,0,0,0-1.47.58l-2.31,2.31-.86-.5.84-3.15a2,2,0,0,0-.23-1.57c-.34-.56-2.18-3.36-4.5-4s-5.31.89-5.89,1.2a2,2,0,0,0-1,1.24l-.85,3.16h-1L95.84,69a2,2,0,0,0-1-1.24c-.58-.31-3.57-1.83-5.89-1.2s-4.16,3.42-4.5,4a2,2,0,0,0-.23,1.57l.85,3.15-.86.5-2.31-2.31a2,2,0,0,0-1.48-.58c-.65,0-4,.2-5.7,1.9s-1.88,5.05-1.9,5.7a2,2,0,0,0,.58,1.48l2.31,2.31c-.17.28-.34.57-.5.86l-3.15-.85a2,2,0,0,0-1.57.23c-.56.35-3.36,2.18-4,4.5s.89,5.31,1.2,5.89a2,2,0,0,0,1.24,1l3.16.85q0,.5,0,1L69,98.53a2,2,0,0,0-1.24,1c-.31.58-1.83,3.57-1.21,5.89s3.43,4.16,4,4.5a2,2,0,0,0,1.57.23l3.15-.84c.16.29.33.57.5.86l-2.31,2.31a2,2,0,0,0-.58,1.47c0,.65.2,4,1.9,5.7s5.05,1.89,5.7,1.91a2,2,0,0,0,1.48-.59l2.31-2.31.86.5-.85,3.15a2,2,0,0,0,.23,1.57c.34.56,2.18,3.36,4.5,4a4.89,4.89,0,0,0,1.21.15,11.27,11.27,0,0,0,4.68-1.35,2,2,0,0,0,1-1.25l.85-3.16q.5,0,1,0l.85,3.16a2,2,0,0,0,1,1.25c.58.31,3.57,1.82,5.89,1.2s4.16-3.43,4.5-4a2,2,0,0,0,.23-1.57l-.84-3.15.86-.5,2.31,2.31a1.93,1.93,0,0,0,1.47.59c.65,0,4-.21,5.7-1.91s1.89-5,1.91-5.7a2,2,0,0,0-.59-1.47l-2.31-2.31c.17-.29.34-.57.5-.86l3.15.84a2,2,0,0,0,1.57-.23c.56-.34,3.36-2.18,4-4.5S127,100.09,126.65,99.51ZM124,104.37a5,5,0,0,1-1.55,1.66l-3.82-1a2,2,0,0,0-2.33,1.09,21.56,21.56,0,0,1-1.84,3.17,2,2,0,0,0,.22,2.57l2.81,2.8a5.06,5.06,0,0,1-.67,2.17,5,5,0,0,1-2.17.67l-2.8-2.81a2,2,0,0,0-2.57-.22,19.91,19.91,0,0,1-3.17,1.84,2,2,0,0,0-1.09,2.33l1,3.82a5,5,0,0,1-1.66,1.55,4.86,4.86,0,0,1-2.22-.51l-1-3.83A2,2,0,0,0,99,118.17a22.49,22.49,0,0,1-3.67,0,2,2,0,0,0-2.1,1.47l-1,3.83A5,5,0,0,1,90,124a4.9,4.9,0,0,1-1.67-1.55l1-3.82a2,2,0,0,0-1.09-2.33,20.36,20.36,0,0,1-3.17-1.84,2,2,0,0,0-2.56.22l-2.81,2.81a5.11,5.11,0,0,1-2.17-.67,5,5,0,0,1-.67-2.17l2.81-2.8a2,2,0,0,0,.22-2.57,21.05,21.05,0,0,1-1.84-3.17A2,2,0,0,0,75.76,105l-3.82,1a5.08,5.08,0,0,1-1.55-1.66,5,5,0,0,1,.51-2.22l3.83-1A2,2,0,0,0,76.21,99a20.45,20.45,0,0,1,0-3.67,2,2,0,0,0-1.48-2.1l-3.83-1A5,5,0,0,1,70.39,90a4.9,4.9,0,0,1,1.55-1.67l3.82,1a2,2,0,0,0,2.33-1.09,22.09,22.09,0,0,1,1.84-3.17,2,2,0,0,0-.22-2.56L76.9,79.74a5.11,5.11,0,0,1,.67-2.17,5,5,0,0,1,2.17-.67l2.81,2.81a2,2,0,0,0,2.56.22,22.09,22.09,0,0,1,3.17-1.84,2,2,0,0,0,1.09-2.33l-1-3.82A5,5,0,0,1,90,70.39a5,5,0,0,1,2.21.51l1,3.83a2,2,0,0,0,2.1,1.48,20.45,20.45,0,0,1,3.67,0,2,2,0,0,0,2.11-1.48l1-3.83a5.11,5.11,0,0,1,2.22-.51A5,5,0,0,1,106,71.94l-1,3.82a2,2,0,0,0,1.09,2.33,21.56,21.56,0,0,1,3.17,1.84,2,2,0,0,0,2.57-.22l2.8-2.81a5,5,0,0,1,2.17.67,4.86,4.86,0,0,1,.67,2.17l-2.81,2.81a2,2,0,0,0-.22,2.56,21.19,21.19,0,0,1,1.84,3.17,2,2,0,0,0,2.33,1.09l3.82-1A4.9,4.9,0,0,1,124,90a4.83,4.83,0,0,1-.51,2.21l-3.83,1a2,2,0,0,0-1.47,2.1,22.49,22.49,0,0,1,0,3.67,2,2,0,0,0,1.47,2.11l3.83,1A4.94,4.94,0,0,1,124,104.37Z"></path><path d="M69.71,74.69a2,2,0,0,0-.26-.76l-.91-1.59a35.88,35.88,0,0,0,3.8-3.8l1.59.91a2,2,0,0,0,.76.26c3.63.43,8.24.44,9.62-1.94s-1-6.37-3.14-9.3a2,2,0,0,0-.6-.53L79,57a35,35,0,0,0,1.39-5.2h1.83a2.14,2.14,0,0,0,.79-.16c3.36-1.44,7.36-3.74,7.36-6.49s-4-5-7.36-6.48a2,2,0,0,0-.79-.16H80.38A34.8,34.8,0,0,0,79,33.33l1.58-.91a1.91,1.91,0,0,0,.6-.53c2.19-2.93,4.51-6.92,3.14-9.3s-6-2.37-9.62-1.93a2,2,0,0,0-.76.25l-1.59.92A35.14,35.14,0,0,0,68.53,18l.92-1.59a2,2,0,0,0,.26-.76c.43-3.63.44-8.24-1.94-9.62s-6.37,1-9.3,3.14a2,2,0,0,0-.53.6L57,11.37A35,35,0,0,0,51.83,10V8.15a2.14,2.14,0,0,0-.16-.79C50.23,4,47.93,0,45.18,0s-5,4-6.48,7.36a2,2,0,0,0-.17.79V10a35,35,0,0,0-5.2,1.39l-.91-1.58a1.91,1.91,0,0,0-.53-.6C29,7,25,4.68,22.59,6.05s-2.37,6-1.93,9.62a1.85,1.85,0,0,0,.25.76L21.83,18A36.07,36.07,0,0,0,18,21.83l-1.59-.92a2,2,0,0,0-.76-.25c-3.63-.44-8.24-.45-9.62,1.93S7,29,9.19,31.89a1.91,1.91,0,0,0,.6.53l1.58.91A34.8,34.8,0,0,0,10,38.54H8.15a2,2,0,0,0-.79.16C4,40.14,0,42.43,0,45.18s4,5,7.36,6.49a2.14,2.14,0,0,0,.79.16H10A35,35,0,0,0,11.37,57l-1.58.91a2,2,0,0,0-.6.53C7,61.4,4.68,65.39,6.05,67.77s6,2.37,9.62,1.94a2,2,0,0,0,.76-.26L18,68.54a36,36,0,0,0,3.81,3.8l-.92,1.59a1.85,1.85,0,0,0-.25.76c-.44,3.63-.45,8.24,1.93,9.62s6.37-1,9.3-3.14a1.91,1.91,0,0,0,.53-.6L33.33,79a35,35,0,0,0,5.2,1.39v1.83a2,2,0,0,0,.17.79c1.44,3.36,3.73,7.36,6.48,7.36s5-4,6.49-7.36a2.14,2.14,0,0,0,.16-.79V80.38A34.36,34.36,0,0,0,57,79l.91,1.58a2,2,0,0,0,.53.6c2.93,2.19,6.92,4.51,9.3,3.14S70.14,78.32,69.71,74.69Zm-5-4.4a2,2,0,0,0-.5,2.58l1.56,2.69a18.23,18.23,0,0,1-.1,5.12,18,18,0,0,1-4.49-2.47l-1.55-2.69a2,2,0,0,0-2.48-.85,31.56,31.56,0,0,1-7.61,2,2,2,0,0,0-1.72,2v3.11a17.91,17.91,0,0,1-2.65,4.38,18.56,18.56,0,0,1-2.65-4.38V78.68a2,2,0,0,0-1.72-2,31.56,31.56,0,0,1-7.61-2,2,2,0,0,0-2.48.85l-1.55,2.69a18.12,18.12,0,0,1-4.48,2.47,17.78,17.78,0,0,1-.11-5.12l1.56-2.69a2,2,0,0,0-.5-2.58,31.92,31.92,0,0,1-5.57-5.57,2,2,0,0,0-2.58-.5L14.8,65.78a17.79,17.79,0,0,1-5.12-.11,18.12,18.12,0,0,1,2.47-4.48l2.69-1.55a2,2,0,0,0,.85-2.48,31.69,31.69,0,0,1-2-7.61,2,2,0,0,0-2-1.72H8.57a17.91,17.91,0,0,1-4.38-2.65,18.26,18.26,0,0,1,4.38-2.64h3.11a2,2,0,0,0,2-1.73,31.81,31.81,0,0,1,2-7.61,2,2,0,0,0-.85-2.48l-2.69-1.55a18.12,18.12,0,0,1-2.47-4.48,17.79,17.79,0,0,1,5.12-.11l2.69,1.56a2,2,0,0,0,2.58-.5,31.92,31.92,0,0,1,5.57-5.57,2,2,0,0,0,.5-2.58L24.58,14.8a17.79,17.79,0,0,1,.11-5.12,18.12,18.12,0,0,1,4.48,2.47l1.55,2.69a2,2,0,0,0,2.48.85,31.81,31.81,0,0,1,7.61-2,2,2,0,0,0,1.72-2V8.57a18.56,18.56,0,0,1,2.65-4.38,17.91,17.91,0,0,1,2.65,4.38v3.11a2,2,0,0,0,1.72,2,31.69,31.69,0,0,1,7.61,2,2,2,0,0,0,2.48-.85l1.55-2.69a18,18,0,0,1,4.49-2.47,18.24,18.24,0,0,1,.1,5.12l-1.56,2.69a2,2,0,0,0,.5,2.58,31.58,31.58,0,0,1,5.57,5.57,2,2,0,0,0,2.58.5l2.69-1.56a17.78,17.78,0,0,1,5.12.11,18.12,18.12,0,0,1-2.47,4.48l-2.69,1.55a2,2,0,0,0-.85,2.48,31.81,31.81,0,0,1,2,7.61,2,2,0,0,0,2,1.73h3.11a17.63,17.63,0,0,1,4.38,2.64,17.91,17.91,0,0,1-4.38,2.65H78.68a2,2,0,0,0-2,1.72,31.69,31.69,0,0,1-2,7.61,2,2,0,0,0,.85,2.48l2.69,1.55a18.12,18.12,0,0,1,2.47,4.48,17.78,17.78,0,0,1-5.12.11l-2.69-1.56a2,2,0,0,0-2.58.5A31.92,31.92,0,0,1,64.72,70.29Z"></path><path d="M72,54a2,2,0,0,0-2-2H68V36h2a2,2,0,0,0,0-4H62a2,2,0,0,0,0,4h2V52H62a2,2,0,0,0,0,4h8A2,2,0,0,0,72,54Z"></path><path d="M29.83,33.13A2,2,0,0,0,28,31.87h0a2,2,0,0,0-1.85,1.26l-8,20.17a2,2,0,0,0,1.12,2.6A1.94,1.94,0,0,0,20,56a2,2,0,0,0,1.86-1.26l2.24-5.67h7.79l2.25,5.67a2,2,0,0,0,3.72-1.48Zm-4.15,12L28,39.29l2.31,5.82Z"></path><path d="M49,32H44a2,2,0,0,0-2,2V54a2,2,0,0,0,4,0V49h3c5,0,9-3.73,9-8.5S54.05,32,49,32Zm0,13H46V36h3a4.72,4.72,0,0,1,5,4.5A4.72,4.72,0,0,1,49,45Z"></path></svg>
@@ -0,0 +1 @@
1
+ <svg height='100px' width='100px' fill="#000000" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" x="0px" y="0px"><g data-name="App-Internet of Things-Application-Internet-Smartphone"><rect x="27" y="46" width="6" height="2"></rect><path d="M24,15H20a1,1,0,0,0-1,1v4a1,1,0,0,0,1,1h4a1,1,0,0,0,1-1V16A1,1,0,0,0,24,15Zm-1,4H21V17h2Z"></path><path d="M32,15H28a1,1,0,0,0-1,1v4a1,1,0,0,0,1,1h4a1,1,0,0,0,1-1V16A1,1,0,0,0,32,15Zm-1,4H29V17h2Z"></path><path d="M40,15H36a1,1,0,0,0-1,1v4a1,1,0,0,0,1,1h4a1,1,0,0,0,1-1V16A1,1,0,0,0,40,15Zm-1,4H37V17h2Z"></path><path d="M24,23H20a1,1,0,0,0-1,1v4a1,1,0,0,0,1,1h4a1,1,0,0,0,1-1V24A1,1,0,0,0,24,23Zm-1,4H21V25h2Z"></path><path d="M32,23H28a1,1,0,0,0-1,1v4a1,1,0,0,0,1,1h4a1,1,0,0,0,1-1V24A1,1,0,0,0,32,23Zm-1,4H29V25h2Z"></path><path d="M40,23H36a1,1,0,0,0-1,1v4a1,1,0,0,0,1,1h4a1,1,0,0,0,1-1V24A1,1,0,0,0,40,23Zm-1,4H37V25h2Z"></path><path d="M32,31H28a1,1,0,0,0-1,1v4a1,1,0,0,0,1,1h4a1,1,0,0,0,1-1V32A1,1,0,0,0,32,31Zm-1,4H29V33h2Z"></path><path d="M57,46a3.94,3.94,0,0,0-2.57.94A4.012,4.012,0,0,0,51,45a3.94,3.94,0,0,0-2.57.94A4,4,0,0,0,47,44.54V9a7.008,7.008,0,0,0-7-7H20a7.008,7.008,0,0,0-7,7V21.42L5.76,33.95A16.835,16.835,0,0,0,3.59,44.33l1.4,12.63L4.02,61.8l1.96.4,1-5a1.075,1.075,0,0,0,.01-.31L5.57,44.11A14.908,14.908,0,0,1,7.5,34.95L13,25.42V38.39L11.44,41.1l1.73,1,5-8.66a1.988,1.988,0,0,1,2.73-.73,1.894,1.894,0,0,1,.93,1.21,1.974,1.974,0,0,1-.2,1.52l-3.5,6.06a1.023,1.023,0,0,0-.06.87l1.29,3.21A9.149,9.149,0,0,1,20,48.93v1.3a9,9,0,0,1-1.28,4.63l-1.58,2.63A1,1,0,0,0,17,58v4h2V58.28l1.43-2.39A10.907,10.907,0,0,0,21.84,52h5.7a4.033,4.033,0,0,0,.4,3.04l4.31,7.46,1.73-1-4.31-7.46a2,2,0,0,1,2.25-2.94,1.942,1.942,0,0,1,1.21.94l2,3.46a1.022,1.022,0,0,0,1.13.47A1,1,0,0,0,37,55V40a2,2,0,0,1,4,0V52a1,1,0,0,0,2,0V48a2,2,0,0,1,4,0v4a1,1,0,0,0,2,0V49a2,2,0,0,1,4,0v3a1,1,0,0,0,2,0V50a2,2,0,0,1,4,0V62h2V50A4,4,0,0,0,57,46ZM20,4H40a5.017,5.017,0,0,1,4.9,4H15.1A5.017,5.017,0,0,1,20,4ZM35,50H33.99a4.084,4.084,0,0,0-1.55-.83,4.038,4.038,0,0,0-3.04.4,4.247,4.247,0,0,0-.59.43H22V48.93a10.825,10.825,0,0,0-.79-4.09L20.88,44H35Zm4-15H37V33h2Zm4,9.54V44h2A3.989,3.989,0,0,0,43,44.54ZM45,42H43V40a3.979,3.979,0,0,0-2.14-3.52A.963.963,0,0,0,41,36V32a1,1,0,0,0-1-1H36a1,1,0,0,0-1,1v4a1,1,0,0,0,1,1h.38A3.967,3.967,0,0,0,35,40v2H20.15l2.89-5H24a1,1,0,0,0,1-1V32a1,1,0,0,0-1-1H21.94a.138.138,0,0,0-.04-.03,4,4,0,0,0-5.46,1.47L15,34.93V10H45Z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <svg height='100px' width='100px' fill="#000000" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 64 64" enable-background="new 0 0 64 64" xml:space="preserve"><g><path d="M39.841,34.75H58c0.414,0,0.75-0.336,0.75-0.75V22c0-0.414-0.336-0.75-0.75-0.75h-1.613V18c0-0.414-0.336-0.75-0.75-0.75 h-4.728c-0.414,0-0.75,0.336-0.75,0.75v3.25H48.11V18c0-0.414-0.336-0.75-0.75-0.75h-2.61V10c0-0.414-0.336-0.75-0.75-0.75h-1.613 V6c0-0.414-0.336-0.75-0.75-0.75h-4.728c-0.414,0-0.75,0.336-0.75,0.75v3.25h-2.046V6c0-0.414-0.336-0.75-0.75-0.75h-4.727 c-0.414,0-0.75,0.336-0.75,0.75v3.25h-2.046V6c0-0.414-0.336-0.75-0.75-0.75h-4.728c-0.414,0-0.75,0.336-0.75,0.75v3.25H18 c-0.414,0-0.75,0.336-0.75,0.75v12c0,0.414,0.336,0.75,0.75,0.75h13.25v10.5h-2.046V30c0-0.414-0.336-0.75-0.75-0.75h-4.727 c-0.414,0-0.75,0.336-0.75,0.75v3.25h-2.046V30c0-0.414-0.336-0.75-0.75-0.75h-4.728c-0.414,0-0.75,0.336-0.75,0.75v3.25h-1.613 c-0.414,0-0.75,0.336-0.75,0.75v7.25H8.363c-0.414,0-0.75,0.336-0.75,0.75v3.25H6c-0.414,0-0.75,0.336-0.75,0.75v12 c0,0.414,0.336,0.75,0.75,0.75h26h26c0.414,0,0.75-0.336,0.75-0.75V46c0-0.414-0.336-0.75-0.75-0.75h-1.613V42 c0-0.414-0.336-0.75-0.75-0.75h-4.728c-0.414,0-0.75,0.336-0.75,0.75v3.25h-2.046V42c0-0.414-0.336-0.75-0.75-0.75h-4.727 c-0.414,0-0.75,0.336-0.75,0.75v3.25h-2.046V34.75z M51.659,18.75h3.228v2.5h-3.228V18.75z M46.61,18.75v2.5h-1.86v-2.5H46.61z M37.659,6.75h3.228v2.5h-3.228V6.75z M29.387,6.75h3.227v2.5h-3.227V6.75z M21.113,6.75h3.228v2.5h-3.228V6.75z M18.75,10.75h24.5 v10.5h-24.5V10.75z M32.75,22.75h24.5v10.5h-24.5V22.75z M24.478,30.75h3.227v2.5h-3.227V30.75z M16.204,30.75h3.228v2.5h-3.228 V30.75z M13.841,34.75h24.5v10.5h-24.5V34.75z M9.113,42.75h3.228v2.5H9.113V42.75z M6.75,46.75h24.5v10.5H6.75V46.75z M57.25,57.25h-24.5v-10.5h24.5V57.25z M51.659,42.75h3.228v2.5h-3.228V42.75z M43.387,42.75h3.227v2.5h-3.227V42.75z"></path></g></svg>
@@ -0,0 +1,12 @@
1
+ <svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#"
2
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg"
3
+ xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
4
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.1" x="0px" y="0px" viewBox="0 0 100 125">
5
+ <g transform="translate(0,-952.36218)">
6
+ <g transform="translate(0.996063,953.35824)">
7
+ <path
8
+ d="M 16.015748,0 C 11.622047,0 8.007874,3.6496063 8.007874,8.007874 3.6141732,8.007874 0,11.622047 0,16.015748 l 0,73.948818 c 0,4.393701 3.6141732,8.043308 8.007874,8.043308 l 73.984252,0 C 86.385826,98.007874 90,94.3937 90,90 c 4.358267,0 8.007874,-3.614174 8.007874,-8.007874 l 0,-73.948819 C 98.007874,3.6496063 94.3937,0 90,0 z m 0,6.023622 73.984252,0 c 1.133858,0 1.984252,0.8503937 1.984252,2.019685 l 0,73.948819 c 0,1.169291 -0.814961,2.019685 -1.984252,2.019685 l 0,-67.96063 C 88.937007,10.665354 85.960629,8.0787401 81.992126,8.007874 l -67.996063,0 C 14.42126,6.8385826 14.988189,6.023622 16.015748,6.023622 z m -8.007874,7.972441 73.984252,0 c 0.992126,0 2.019685,0.992126 2.019685,2.055118 l 0,11.940945 -78.0236221,0 0,-11.976378 c 0.4251969,-1.204724 0.992126,-1.984252 2.0196851,-2.019685 z m 4.996063,3.011811 C 10.807087,17.007874 9,18.814961 9,21.011811 c 0,2.19685 1.807087,4.003937 4.003937,4.003937 2.19685,0 4.003937,-1.807087 4.003937,-4.003937 0,-2.19685 -1.807087,-4.003937 -4.003937,-4.003937 z m 12.011811,0 c -2.232284,0 -4.003937,1.807087 -4.003937,4.003937 0,2.19685 1.771653,4.003937 4.003937,4.003937 2.19685,0 3.968504,-1.807087 3.968504,-4.003937 0,-2.19685 -1.771654,-4.003937 -3.968504,-4.003937 z m -19.0275591,17.007874 78.0236221,0 c 0,18.637795 0,37.346456 0,55.948818 0,1.169292 -0.850394,2.055119 -2.019685,2.055119 l -73.984252,0 c -1.1692914,0 -2.0196851,-0.885827 -2.0196851,-2.055119 z M 8.007874,36 l 0,22.003937 72,0 0,-22.003937 -72,0 z m 5.988189,6.023622 59.988189,0 0,9.992126 -59.988189,0 z m -5.988189,18 0,29.976378 40.003937,0 0,-29.976378 -40.003937,0 z m 41.988189,0 0,29.976378 30.011811,0 0,-29.976378 -30.011811,0 z m -36,5.988189 27.992126,0 0,18 -27.992126,0 z m 41.988189,0 18,0 0,18 -18,0 z"
9
+ style="" fill="#000000" fill-opacity="1" fill-rule="nonzero" stroke="none" />
10
+ </g>
11
+ </g>
12
+ </svg>
@@ -0,0 +1 @@
1
+ <svg height='100px' width='100px' fill="#000000" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128" data-name="Layer 2" x="0px" y="0px"><path d="m81.285 19.766a1.75 1.75 0 0 0 0 3.5 19.476 19.476 0 0 1 19.454 19.453 1.75 1.75 0 1 0 3.5 0 22.98 22.98 0 0 0 -22.954-22.953z"></path><path d="m114.073 36.255a33.409 33.409 0 0 0 -53.636-19.648 22.853 22.853 0 0 0 -37.4 17.645v.159h-.16a22.875 22.875 0 0 0 0 45.75h27.873v11.039l-9.036 9.036a8.089 8.089 0 1 0 2.474 2.475l9.549-9.549a1.75 1.75 0 0 0 .513-1.237v-11.765h8v22.614a8.062 8.062 0 1 0 3.5 0v-22.614h8v11.766a1.75 1.75 0 0 0 .513 1.237l9.549 9.549a8.088 8.088 0 1 0 2.474-2.475l-9.036-9.037v-11.04h27.875a22.862 22.862 0 0 0 8.948-43.905zm-76.681 75.34a4.563 4.563 0 1 1 4.563-4.562 4.568 4.568 0 0 1 -4.562 4.562zm31.17-.955a4.562 4.562 0 1 1 -4.562-4.563 4.568 4.568 0 0 1 4.562 4.563zm26.607-3.607a4.563 4.563 0 1 1 -4.562-4.562 4.568 4.568 0 0 1 4.563 4.561zm9.955-30.372h-82.249a19.375 19.375 0 0 1 0-38.75c.572 0 1.177.03 1.847.094a1.75 1.75 0 0 0 1.906-1.909c-.063-.657-.094-1.26-.094-1.843a19.354 19.354 0 0 1 32.671-14.066 1.752 1.752 0 0 0 2.356.044 29.908 29.908 0 0 1 49.239 17.569 1.751 1.751 0 0 0 1.112 1.354 19.363 19.363 0 0 1 -6.784 37.5z"></path><path d="m106.875 85.553a8.063 8.063 0 1 0 8.062 8.063 8.072 8.072 0 0 0 -8.062-8.063zm0 12.625a4.563 4.563 0 1 1 4.562-4.562 4.568 4.568 0 0 1 -4.562 4.562z"></path><path d="m21.125 85.553a8.063 8.063 0 1 0 8.062 8.063 8.072 8.072 0 0 0 -8.062-8.063zm0 12.625a4.563 4.563 0 1 1 4.562-4.562 4.568 4.568 0 0 1 -4.562 4.562z"></path></svg>
@@ -0,0 +1 @@
1
+ <svg height='100px' width='100px' fill="#000000" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" x="0px" y="0px"><title>Coding Backend</title><g data-name="Coding Backend"><path d="M45,8H15a3,3,0,0,0-3,3V45a3,3,0,0,0,3,3H45a3,3,0,0,0,3-3V11A3,3,0,0,0,45,8ZM25,11a1,1,0,0,1,0,2A1,1,0,0,1,25,11Zm-4,0a1,1,0,0,1,0,2A1,1,0,0,1,21,11Zm-4,0a1,1,0,0,1,0,2A1,1,0,0,1,17,11ZM46,45a1,1,0,0,1-1,1H15a1,1,0,0,1-1-1V16H46Z"></path><path d="M33,0H3A3,3,0,0,0,0,3V37a3,3,0,0,0,3,3h7V38H3a1,1,0,0,1-1-1V10h8.1A4.92,4.92,0,0,1,11,8H2V3A1,1,0,0,1,3,2H33a1,1,0,0,1,1,1V6h2V3A3,3,0,0,0,33,0Z"></path><path d="M6,5A1,1,0,0,1,4,5,1,1,0,0,1,6,5Z"></path><path d="M10,5A1,1,0,0,1,8,5,1,1,0,0,1,10,5Z"></path><path d="M14,5a1,1,0,0,1-2,0A1,1,0,0,1,14,5Z"></path><path d="M18,19a1,1,0,0,1-2,0A1,1,0,0,1,18,19Z"></path><path d="M25,20H21a1,1,0,0,1,0-2h4A1,1,0,0,1,25,20Z"></path><path d="M40,24H36a1,1,0,0,1,0-2h4A1,1,0,0,1,40,24Z"></path><path d="M18,23a1,1,0,0,1-2,0A1,1,0,0,1,18,23Z"></path><path d="M32,24H21a1,1,0,0,1,0-2H32A1,1,0,0,1,32,24Z"></path><path d="M35,32H25a1,1,0,0,1,0-2H35A1,1,0,0,1,35,32Z"></path><path d="M22,27a1,1,0,0,1-2,0A1,1,0,0,1,22,27Z"></path><path d="M37,28H25a1,1,0,0,1,0-2H37A1,1,0,0,1,37,28Z"></path><path d="M22,31a1,1,0,0,1-2,0A1,1,0,0,1,22,31Z"></path><path d="M9,15H5a1,1,0,0,1,0-2H9A1,1,0,0,1,9,15Z"></path><path d="M9,19H5a1,1,0,0,1,0-2H9A1,1,0,0,1,9,19Z"></path><path d="M9,23H5a1,1,0,0,1,0-2H9A1,1,0,0,1,9,23Z"></path><path d="M9,27H5a1,1,0,0,1,0-2H9A1,1,0,0,1,9,27Z"></path><path d="M9,31H5a1,1,0,0,1,0-2H9A1,1,0,0,1,9,31Z"></path><path d="M9,35H5a1,1,0,0,1,0-2H9A1,1,0,0,1,9,35Z"></path><path d="M28.05,41.68l2-6a1,1,0,0,1,1.9.64l-2,6A1,1,0,0,1,28.05,41.68Z"></path><path d="M34,42a1,1,0,0,1-.71-1.71L34.59,39l-1.3-1.29a1,1,0,0,1,1.42-1.42l2,2a1,1,0,0,1,0,1.42C34.53,41.89,34.54,42,34,42Z"></path><path d="M26,42c-.54,0-.57-.15-2.71-2.29a1,1,0,0,1,0-1.42l2-2a1,1,0,0,1,1.42,1.42L25.41,39l1.3,1.29A1,1,0,0,1,26,42Z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <svg height='100px' width='100px' fill="#000000" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="7.5 7.5 50 50" enable-background="new 7.5 7.5 50 50" xml:space="preserve"><path d="M28.062,36.582c-1.241,0-2.25,1.178-2.25,2.625s1.009,2.625,2.25,2.625c1.239,0,2.247-1.178,2.247-2.625 S29.301,36.582,28.062,36.582z M28.062,40.832c-0.689,0-1.25-0.729-1.25-1.625s0.561-1.625,1.25-1.625 c0.688,0,1.247,0.729,1.247,1.625S28.749,40.832,28.062,40.832z"></path><path d="M33.1,36.582c-0.276,0-0.5,0.224-0.5,0.5v4.25c0,0.276,0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5v-4.25 C33.6,36.806,33.376,36.582,33.1,36.582z"></path><path d="M38.14,36.582c-1.239,0-2.247,1.178-2.247,2.625s1.008,2.625,2.247,2.625c1.24,0,2.249-1.178,2.249-2.625 S39.38,36.582,38.14,36.582z M38.14,40.832c-0.688,0-1.247-0.729-1.247-1.625s0.56-1.625,1.247-1.625 c0.688,0,1.249,0.729,1.249,1.625S38.828,40.832,38.14,40.832z"></path><path d="M43.18,41.832c0.276,0,0.5-0.224,0.5-0.5v-4.25c0-0.276-0.224-0.5-0.5-0.5s-0.5,0.224-0.5,0.5v4.25 C42.68,41.608,42.903,41.832,43.18,41.832z"></path><path d="M46.47,36.582c-0.276,0-0.5,0.224-0.5,0.5v4.25c0,0.276,0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5v-4.25 C46.97,36.806,46.746,36.582,46.47,36.582z"></path><path d="M49.763,36.582c-0.276,0-0.5,0.224-0.5,0.5v4.25c0,0.276,0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5v-4.25 C50.263,36.806,50.039,36.582,49.763,36.582z"></path><path d="M54.803,41.832c1.239,0,2.248-1.178,2.248-2.625s-1.009-2.625-2.248-2.625c-1.24,0-2.25,1.178-2.25,2.625 S53.563,41.832,54.803,41.832z M54.803,37.582c0.688,0,1.248,0.729,1.248,1.625s-0.56,1.625-1.248,1.625 c-0.689,0-1.25-0.729-1.25-1.625S54.113,37.582,54.803,37.582z"></path><path d="M54.803,44.121c-1.24,0-2.25,1.178-2.25,2.625c0,1.446,1.01,2.623,2.25,2.623c1.239,0,2.248-1.177,2.248-2.623 C57.051,45.299,56.042,44.121,54.803,44.121z M54.803,48.369c-0.689,0-1.25-0.729-1.25-1.623c0-0.896,0.561-1.625,1.25-1.625 c0.688,0,1.248,0.729,1.248,1.625C56.051,47.641,55.491,48.369,54.803,48.369z"></path><path d="M49.763,44.121c-0.276,0-0.5,0.224-0.5,0.5v4.248c0,0.276,0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5v-4.248 C50.263,44.345,50.039,44.121,49.763,44.121z"></path><path d="M44.722,44.121c-1.239,0-2.248,1.178-2.248,2.625c0,1.446,1.009,2.623,2.248,2.623s2.248-1.177,2.248-2.623 C46.97,45.299,45.961,44.121,44.722,44.121z M44.722,48.369c-0.688,0-1.248-0.729-1.248-1.623c0-0.896,0.56-1.625,1.248-1.625 s1.248,0.729,1.248,1.625C45.97,47.641,45.41,48.369,44.722,48.369z"></path><path d="M40.184,48.869v-4.248c0-0.276-0.224-0.5-0.5-0.5s-0.5,0.224-0.5,0.5v4.248c0,0.276,0.224,0.5,0.5,0.5 S40.184,49.146,40.184,48.869z"></path><path d="M36.393,49.369c0.276,0,0.5-0.224,0.5-0.5v-4.248c0-0.276-0.224-0.5-0.5-0.5s-0.5,0.224-0.5,0.5v4.248 C35.893,49.146,36.116,49.369,36.393,49.369z"></path><path d="M33.1,44.121c-0.276,0-0.5,0.224-0.5,0.5v4.248c0,0.276,0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5v-4.248 C33.6,44.345,33.376,44.121,33.1,44.121z"></path><path d="M28.062,44.121c-1.241,0-2.25,1.178-2.25,2.625c0,1.446,1.009,2.623,2.25,2.623c1.239,0,2.247-1.177,2.247-2.623 C30.309,45.299,29.301,44.121,28.062,44.121z M28.062,48.369c-0.689,0-1.25-0.729-1.25-1.623c0-0.896,0.561-1.625,1.25-1.625 c0.688,0,1.247,0.729,1.247,1.625C29.309,47.641,28.749,48.369,28.062,48.369z"></path><path d="M28.062,51.662c-1.241,0-2.25,1.177-2.25,2.623c0,1.447,1.009,2.625,2.25,2.625c1.239,0,2.247-1.178,2.247-2.625 C30.309,52.839,29.301,51.662,28.062,51.662z M28.062,55.91c-0.689,0-1.25-0.729-1.25-1.625c0-0.895,0.561-1.623,1.25-1.623 c0.688,0,1.247,0.729,1.247,1.623C29.309,55.182,28.749,55.91,28.062,55.91z"></path><path d="M33.1,51.662c-0.276,0-0.5,0.224-0.5,0.5v4.248c0,0.276,0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5v-4.248 C33.6,51.886,33.376,51.662,33.1,51.662z"></path><path d="M38.14,51.662c-1.239,0-2.247,1.177-2.247,2.623c0,1.447,1.008,2.625,2.247,2.625c1.24,0,2.249-1.178,2.249-2.625 C40.389,52.839,39.38,51.662,38.14,51.662z M38.14,55.91c-0.688,0-1.247-0.729-1.247-1.625c0-0.895,0.56-1.623,1.247-1.623 c0.688,0,1.249,0.729,1.249,1.623C39.389,55.182,38.828,55.91,38.14,55.91z"></path><path d="M43.18,51.662c-0.276,0-0.5,0.224-0.5,0.5v4.248c0,0.276,0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5v-4.248 C43.68,51.886,43.456,51.662,43.18,51.662z"></path><path d="M46.47,51.662c-0.276,0-0.5,0.224-0.5,0.5v4.248c0,0.276,0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5v-4.248 C46.97,51.886,46.746,51.662,46.47,51.662z"></path><path d="M49.763,51.662c-0.276,0-0.5,0.224-0.5,0.5v4.248c0,0.276,0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5v-4.248 C50.263,51.886,50.039,51.662,49.763,51.662z"></path><path d="M54.803,51.662c-1.24,0-2.25,1.177-2.25,2.623c0,1.447,1.01,2.625,2.25,2.625c1.239,0,2.248-1.178,2.248-2.625 C57.051,52.839,56.042,51.662,54.803,51.662z M54.803,55.91c-0.689,0-1.25-0.729-1.25-1.625c0-0.895,0.561-1.623,1.25-1.623 c0.688,0,1.248,0.729,1.248,1.623C56.051,55.182,55.491,55.91,54.803,55.91z"></path><path d="M8.586,9.469c0,0.196,0.026,0.384,0.058,0.601c0.024,0.173,0.05,0.348,0.05,0.521c0,0.144,0,0.198-0.244,0.198h-0.3v0.943 h0.3c0.244,0,0.244,0.079,0.244,0.197c0,0.167-0.025,0.334-0.05,0.5c-0.029,0.197-0.058,0.4-0.058,0.596 c0,0.776,0.465,1.221,1.275,1.221h0.441v-0.97H9.88c-0.151,0-0.23-0.013-0.23-0.285c0-0.145,0.02-0.284,0.044-0.437 c0.028-0.176,0.05-0.359,0.05-0.554c0.004-0.307-0.078-0.56-0.234-0.742c0.137-0.155,0.239-0.387,0.234-0.733 c0-0.198-0.022-0.374-0.051-0.561C9.669,9.819,9.649,9.675,9.649,9.537c0-0.267,0.067-0.278,0.23-0.278h0.423V8.29H9.861 C9.063,8.29,8.586,8.73,8.586,9.469z"></path><path d="M9.757,30.151c0-0.173,0.026-0.347,0.055-0.543c0.027-0.195,0.053-0.383,0.053-0.579c0-0.739-0.479-1.18-1.28-1.18H8.149 v0.968h0.415c0.179,0.003,0.237,0.026,0.237,0.279c0,0.106-0.016,0.215-0.03,0.325l-0.013,0.104c-0.03,0.183-0.058,0.36-0.058,0.559 c0,0.346,0.103,0.578,0.238,0.733c-0.155,0.182-0.238,0.434-0.238,0.739c0,0.201,0.028,0.384,0.056,0.546l0.016,0.128 c0.014,0.108,0.029,0.213,0.029,0.321c0,0.255-0.07,0.282-0.238,0.285H8.149v0.97h0.441c0.797,0,1.273-0.456,1.273-1.221 c0-0.196-0.027-0.398-0.056-0.596c-0.025-0.166-0.052-0.333-0.052-0.5c0-0.119,0-0.197,0.246-0.197h0.3v-0.942h-0.3 C9.757,30.348,9.757,30.294,9.757,30.151z"></path><path d="M10.89,15.943h18.56c0.276,0,0.5-0.224,0.5-0.5s-0.224-0.5-0.5-0.5H10.89c-0.276,0-0.5,0.224-0.5,0.5 S10.613,15.943,10.89,15.943z"></path><path d="M10.89,18.745h13.658c0.276,0,0.5-0.224,0.5-0.5s-0.224-0.5-0.5-0.5H10.89c-0.276,0-0.5,0.224-0.5,0.5 S10.613,18.745,10.89,18.745z"></path><path d="M31.621,17.745h-5.322c-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5h5.322c0.276,0,0.5-0.224,0.5-0.5 S31.897,17.745,31.621,17.745z"></path><path d="M10.89,21.547h10.505c0.276,0,0.5-0.224,0.5-0.5s-0.224-0.5-0.5-0.5H10.89c-0.276,0-0.5,0.224-0.5,0.5 S10.613,21.547,10.89,21.547z"></path><path d="M22.716,21.047c0,0.276,0.224,0.5,0.5,0.5h3.993c0.276,0,0.5-0.224,0.5-0.5s-0.224-0.5-0.5-0.5h-3.993 C22.939,20.547,22.716,20.771,22.716,21.047z"></path><path d="M24.548,23.349H10.89c-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5h13.658c0.276,0,0.5-0.224,0.5-0.5 S24.824,23.349,24.548,23.349z"></path><path d="M15.661,26.65c0-0.276-0.224-0.5-0.5-0.5H10.89c-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5h4.271 C15.438,27.15,15.661,26.927,15.661,26.65z"></path><path d="M21.172,46.871c0-0.018-0.008-0.034-0.01-0.052c-0.003-0.033-0.009-0.063-0.02-0.095c-0.004-0.015-0.003-0.03-0.009-0.044 c-0.008-0.019-0.022-0.032-0.032-0.049c-0.009-0.016-0.011-0.034-0.021-0.049l-1.754-2.467c-0.16-0.224-0.471-0.276-0.697-0.117 c-0.225,0.16-0.278,0.472-0.118,0.697l1.179,1.659c-2.167-0.08-4.425-0.488-5.934-2.132c-1.361-1.482-1.916-3.828-1.647-6.972 c0.023-0.275-0.18-0.518-0.456-0.541c-0.281-0.023-0.518,0.181-0.541,0.455c-0.293,3.435,0.348,6.036,1.906,7.733 c1.711,1.864,4.23,2.342,6.487,2.445l-0.944,0.959c-0.193,0.196-0.191,0.513,0.006,0.707c0.097,0.096,0.224,0.144,0.351,0.144 c0.129,0,0.258-0.05,0.356-0.149l1.75-1.778c0,0,0,0,0.001,0l0.002-0.003c0.01-0.011,0.014-0.024,0.023-0.035 c0.003-0.005,0.005-0.01,0.009-0.014c0.019-0.024,0.036-0.048,0.05-0.074c0.007-0.014,0.018-0.024,0.023-0.038 c0.008-0.019,0.007-0.039,0.013-0.058c0.008-0.03,0.015-0.06,0.017-0.092c0.001-0.014,0.008-0.025,0.008-0.04 C21.173,46.872,21.172,46.871,21.172,46.871z"></path></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"><defs><clipPath id="a" clipPathUnits="userSpaceOnUse"><path d="M674.286 549.505a261.429 262.857 0 1 1-522.857 0 261.429 262.857 0 1 1 522.857 0z" transform="matrix(.1836 0 0 .1826 190.372 664.377)"/></clipPath></defs><path d="M43.877 1012.23c-.828 0-1.61.143-2.314.44-.703.28-1.3.75-1.816 1.406-.516.656-.934 1.502-1.23 2.549-.282 1.047-.41 2.322-.41 3.838 0 2.969.507 5.17 1.523 6.592 1.015 1.422 2.459 2.139 4.365 2.139.765 0 1.443-.12 2.02-.323.595-.203 1.077-.422 1.436-.703l-.586-1.67c-.374.25-.765.46-1.171.616-.39.156-.912.234-1.553.234-1.344 0-2.306-.6-2.9-1.787-.594-1.188-.879-2.895-.879-5.098 0-2.188.258-3.803.82-4.834.563-1.047 1.475-1.553 2.725-1.553.562 0 1.072.078 1.494.234.437.157.826.366 1.2.616l.645-1.758c-.375-.266-.87-.502-1.464-.674-.594-.188-1.217-.264-1.905-.264zm9.756 0c-.641 0-1.225.09-1.787.293a4.334 4.334 0 0 0-1.436.88 4.17 4.17 0 0 0-.937 1.347c-.219.531-.323 1.13-.323 1.787 0 .672.09 1.258.293 1.758.204.5.479.943.791 1.318a6.15 6.15 0 0 0 1.055.967c.39.281.783.541 1.142.791.313.219.612.455.909.674.296.219.542.467.761.732.235.266.445.551.586.88.14.328.205.69.205 1.113 0 .797-.234 1.435-.703 1.904-.453.469-1.119.703-1.963.703-.562 0-1.056-.064-1.494-.205a6.963 6.963 0 0 1-1.23-.615l-.674 1.7c.438.28.961.501 1.524.673.562.172 1.212.264 1.962.264.813 0 1.516-.117 2.11-.352.609-.25 1.103-.59 1.493-.996.407-.422.692-.889.88-1.436a5.46 5.46 0 0 0 .292-1.758c0-.671-.09-1.244-.293-1.728-.187-.5-.449-.93-.761-1.29a5.303 5.303 0 0 0-.996-.966 21.306 21.306 0 0 0-1.114-.791c-.359-.234-.697-.455-1.025-.674a5.508 5.508 0 0 1-.85-.732 3.75 3.75 0 0 1-.585-.88c-.14-.327-.205-.704-.205-1.142 0-.797.22-1.41.673-1.816.47-.422 1.08-.645 1.846-.645.422 0 .826.08 1.201.205.39.11.756.28 1.084.498l.644-1.67c-.359-.219-.787-.4-1.318-.557a6.297 6.297 0 0 0-1.757-.234zm9.403 0c-.64 0-1.254.09-1.816.293a4.334 4.334 0 0 0-1.436.88 4.17 4.17 0 0 0-.937 1.347c-.219.531-.322 1.13-.322 1.787 0 .672.119 1.258.322 1.758s.45.943.762 1.318c.328.375.693.686 1.083.967.391.281.754.541 1.114.791.312.219.61.455.908.674.297.219.572.467.79.732.235.266.417.551.557.88.141.328.205.69.205 1.113 0 .797-.234 1.435-.703 1.904-.453.469-1.09.703-1.933.703-.563 0-1.057-.064-1.494-.205a7.21 7.21 0 0 1-1.26-.615l-.644 1.7c.437.28.931.501 1.494.673.562.172 1.213.264 1.962.264.813 0 1.516-.117 2.11-.352.609-.25 1.103-.59 1.494-.996.406-.422.72-.889.908-1.436.187-.547.263-1.148.264-1.758 0-.671-.09-1.244-.293-1.728-.188-.5-.45-.93-.762-1.29a5.303 5.303 0 0 0-.996-.966 21.306 21.306 0 0 0-1.113-.791c-.36-.234-.698-.455-1.026-.674a5.508 5.508 0 0 1-.85-.732 3.75 3.75 0 0 1-.585-.88c-.14-.327-.205-.704-.205-1.142 0-.797.22-1.41.674-1.816.468-.422 1.109-.645 1.875-.645.421 0 .796.08 1.171.205.39.11.756.28 1.084.498l.674-1.67c-.36-.219-.816-.4-1.348-.557a6.088 6.088 0 0 0-1.728-.234zm-28.123 14.122c-.422 0-.775.129-1.025.41-.25.281-.352.621-.352.996 0 .36.102.686.352.967.25.281.603.41 1.025.41.422 0 .746-.129.996-.41.266-.281.41-.608.41-.967 0-.375-.144-.715-.41-.996-.25-.281-.574-.41-.996-.41z" transform="translate(0 -952.362)"/><text xml:space="preserve" x="181.199" y="1004.358" font-family="Sans" font-size="37.499" style="letter-spacing:0;word-spacing:0" transform="matrix(.99994 0 0 1.00006 0 -952.362)"/><path d="M49.998 957.362C25.154 957.348 5 977.524 5 1002.362c0 24.839 20.154 45 44.998 45 24.844 0 44.981-20.161 45.002-45 0-.51-.021-.961-.037-1.448-.754-23.586-19.666-42.563-43.216-43.508a44.61 44.61 0 0 0-1.749-.044zm0 1.87c.54 0 1.073.02 1.608.04.827.174 1.393.834 1.391 1.577a.938.938 0 1 0 1.873.003c.001-.49-.106-.955-.296-1.375 20.218 2.132 36.267 18.218 38.324 38.467a3.3 3.3 0 0 0-1.397-.306.938.938 0 1 0 .004 1.873c.746-.002 1.407.568 1.578 1.4.016.483.037.965.037 1.451 0 23.834-19.3 43.129-43.122 43.129S6.88 1026.196 6.88 1002.362c0-23.833 19.296-43.13 43.118-43.13z" overflow="visible" style="color:#000;text-indent:0;text-decoration-line:none;text-transform:none;direction:ltr;block-progression:tb;baseline-shift:baseline;enable-background:accumulate" transform="translate(0 -952.362)"/><path d="M272.188 707.313c-3.976 0-7.22 3.243-7.22 7.218v44.157c0 3.975 3.244 7.218 7.22 7.218h46.687c3.975 0 7.219-3.243 7.219-7.218V714.53c0-3.975-3.244-7.218-7.219-7.218h-46.688zm0 2.375h46.687c2.695 0 4.813 2.148 4.813 4.843v44.157c0 2.695-2.118 4.843-4.813 4.843h-46.688c-2.695 0-4.812-2.148-4.812-4.843V714.53c0-2.695 2.117-4.843 4.813-4.843z" clip-path="url(#a)" overflow="visible" style="color:#000;text-indent:0;text-decoration-line:none;text-transform:none;direction:ltr;block-progression:tb;baseline-shift:baseline;enable-background:accumulate" transform="matrix(.78621 0 0 .78593 -155.325 -554.802)"/></svg>
@@ -0,0 +1 @@
1
+ <svg height='100px' width='100px' fill="#000000" xmlns:x="http://ns.adobe.com/Extensibility/1.0/" xmlns:i="http://ns.adobe.com/AdobeIllustrator/10.0/" xmlns:graph="http://ns.adobe.com/Graphs/1.0/" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 100 100" style="enable-background:new 0 0 100 100;" xml:space="preserve"><g><g i:extraneous="self"><g><path d="M5273.1,2400.1v-2c0-2.8-5-4-9.7-4s-9.7,1.3-9.7,4v2c0,1.8,0.7,3.6,2,4.9l5,4.9c0.3,0.3,0.4,0.6,0.4,1v6.4 c0,0.4,0.2,0.7,0.6,0.8l2.9,0.9c0.5,0.1,1-0.2,1-0.8v-7.2c0-0.4,0.2-0.7,0.4-1l5.1-5C5272.4,2403.7,5273.1,2401.9,5273.1,2400.1z M5263.4,2400c-4.8,0-7.4-1.3-7.5-1.8v0c0.1-0.5,2.7-1.8,7.5-1.8c4.8,0,7.3,1.3,7.5,1.8C5270.7,2398.7,5268.2,2400,5263.4,2400z"></path><path d="M5268.4,2410.3c-0.6,0-1,0.4-1,1c0,0.6,0.4,1,1,1h4.3c0.6,0,1-0.4,1-1c0-0.6-0.4-1-1-1H5268.4z"></path><path d="M5272.7,2413.7h-4.3c-0.6,0-1,0.4-1,1c0,0.6,0.4,1,1,1h4.3c0.6,0,1-0.4,1-1C5273.7,2414.1,5273.3,2413.7,5272.7,2413.7z"></path><path d="M5272.7,2417h-4.3c-0.6,0-1,0.4-1,1c0,0.6,0.4,1,1,1h4.3c0.6,0,1-0.4,1-1C5273.7,2417.5,5273.3,2417,5272.7,2417z"></path></g><g><path d="M75.8,75.9c0,0.2-0.2,0.4-0.4,0.4H10.7c-0.2,0-0.5-0.2-0.5-0.4V33.5h57.4l14.9-14.9c-1.1-1.6-2.9-2.7-5-2.7H8.5 c-3.3,0-6,2.7-6,6v56.2c0,3.3,2.7,6,6,6h69.1c3.3,0,6-2.7,6-6V52.9l-7.8,7.8V75.9z M28.1,22.1c1.4,0,2.6,1.1,2.6,2.6 c0,1.4-1.2,2.6-2.6,2.6c-1.4,0-2.6-1.1-2.6-2.6C25.5,23.2,26.7,22.1,28.1,22.1z M20.3,22.1c1.4,0,2.6,1.1,2.6,2.6 c0,1.4-1.2,2.6-2.6,2.6c-1.4,0-2.6-1.1-2.6-2.6C17.7,23.2,18.8,22.1,20.3,22.1z M12.4,22.1c1.4,0,2.6,1.1,2.6,2.6 c0,1.4-1.2,2.6-2.6,2.6s-2.6-1.1-2.6-2.6C9.8,23.2,11,22.1,12.4,22.1z"></path><path d="M44.4,57.8c0.5,0,0.9-0.4,0.9-0.9V53c0-0.5-0.4-0.9-0.9-0.9h-2c-0.2-0.9-0.6-1.7-1-2.4l1.4-1.4c0.4-0.3,0.4-0.9,0-1.3 L40,44.3c-0.3-0.4-0.9-0.4-1.3,0l-1.4,1.4c-0.8-0.4-1.6-0.8-2.4-1v-2c0-0.5-0.4-0.9-0.9-0.9h-3.9c-0.5,0-0.9,0.4-0.9,0.9v2 c-0.9,0.2-1.7,0.6-2.4,1l-1.4-1.4c-0.3-0.4-0.9-0.4-1.3,0L21.4,47c-0.4,0.3-0.4,0.9,0,1.3l1.4,1.4c-0.4,0.8-0.8,1.6-1,2.4h-2 c-0.5,0-0.9,0.4-0.9,0.9v3.9c0,0.5,0.4,0.9,0.9,0.9h2c0.2,0.9,0.6,1.7,1,2.4l-1.4,1.4c-0.4,0.3-0.4,0.9,0,1.3l2.7,2.7 c0.3,0.4,0.9,0.4,1.3,0l1.4-1.4c0.8,0.4,1.6,0.8,2.4,1v2c0,0.5,0.4,0.9,0.9,0.9H34c0.5,0,0.9-0.4,0.9-0.9v-2 c0.9-0.2,1.7-0.6,2.4-1l1.4,1.4c0.3,0.4,0.9,0.4,1.3,0l2.7-2.7c0.4-0.3,0.4-0.9,0-1.3l-1.4-1.4c0.4-0.8,0.8-1.6,1-2.4H44.4z M32.1,60c-2.8,0-5-2.2-5-5c0-2.8,2.2-5,5-5c2.8,0,5,2.2,5,5C37.1,57.7,34.9,60,32.1,60z"></path><rect x="60.7" y="37.6" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -9.0603 65.8415)" width="28.4" height="12.5"></rect><path d="M52.3,64.2c-0.3,1.3,0.9,2.6,2.2,2.2l8-1.8c0.3-0.1,0.7-0.3,0.9-0.5l2.1-2.1l-8.8-8.8l-2.1,2.1c-0.2,0.3-0.4,0.6-0.5,0.9 L52.3,64.2z"></path><path d="M97,28.1l-6.2-6.2c-0.7-0.7-1.9-0.7-2.7,0l-3.8,3.8l8.8,8.8l3.8-3.8C97.7,30,97.7,28.8,97,28.1z"></path></g></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg height='100px' width='100px' fill="#000000" xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" viewBox="0 0 100 100" x="0px" y="0px"><title>professions-nounproject</title><path d="M76.61,65.1l1.19-7.78a1.64,1.64,0,0,0,0-.23,4.28,4.28,0,0,0-4.28-4.27H63.07A5.74,5.74,0,0,1,59.44,46,17.84,17.84,0,0,0,67.73,33.9c1.39-2.62,6.66-13.66.61-20.57-.46-.53-7.56-8.78-17.44-9.16C45.19,4,39.77,6.41,34.8,11.47a13,13,0,0,0-5.45,7.72c-.79,3.6.19,7.47,2.87,11.51a17.87,17.87,0,0,0,8.55,15.21,5.77,5.77,0,0,1-3.62,6.91H26.33a4.28,4.28,0,0,0-4.27,4.27.86.86,0,0,0,0,.23l1.21,8a26.51,26.51,0,0,0-4.95,15.47V91.34a4.51,4.51,0,0,0,4.5,4.5H77.16a4.51,4.51,0,0,0,4.5-4.5V80.76C81.66,74.48,80,69.48,76.61,65.1ZM32.28,19.87a10.06,10.06,0,0,1,4.23-5.93,1.54,1.54,0,0,0,.32-.25C41.21,9.19,45.9,7,50.76,7.17c8.66.32,15.22,8,15.29,8.1l0,0c4.29,4.88.93,13.23-.54,16.3a4.58,4.58,0,0,1-.33-.46,1.62,1.62,0,0,0-.1-.18l-.23-.42c0-.08-.08-.18-.12-.27a4,4,0,0,1-.2-.46,3.24,3.24,0,0,1-.13-.33L64.24,29c0-.13-.07-.26-.11-.39A5.44,5.44,0,0,1,64,28c0-.14-.07-.28-.1-.42l-.12-.75-.06-.41c-.05-.4-.09-.82-.11-1.27a5.7,5.7,0,0,0-2.12-4.2,5.89,5.89,0,0,0-.71-.48l-.15-.08a5.7,5.7,0,0,0-.76-.34l-.12,0a6.93,6.93,0,0,0-.75-.2l-.12,0a4.54,4.54,0,0,0-.82-.07h-.18a6,6,0,0,0-.84.07c-7.09,1.21-18.69.51-18.8.5a1.5,1.5,0,0,0-1.59,1.63A15.18,15.18,0,0,1,35.39,30L35,29.43C32.56,26,31.65,22.74,32.28,19.87Zm3.33,14.21h0a1.73,1.73,0,0,0,.46-.12l.06,0a1.73,1.73,0,0,0,.41-.3c.14-.15,3.22-3.46,3.12-10.3,3.56.16,12,.37,17.82-.62a2.53,2.53,0,0,1,2.06.54,2.77,2.77,0,0,1,1,2c0,.27,0,.54,0,.81l0,.25.06.56c0,.1,0,.2,0,.29s.05.36.08.54a2.74,2.74,0,0,1,.05.28l.12.57a1.74,1.74,0,0,1,.05.22c.07.27.13.53.21.78v.05c.07.24.15.47.23.7,0,.07.05.14.08.22s.12.34.19.5l.1.24.21.46c0,.07.07.14.1.22l.26.47.09.15c.12.2.24.39.37.58l.06.07c.11.15.23.3.34.43l.14.15q.15.16.3.3l.16.14a2.34,2.34,0,0,0,.31.24l.17.12.08.06a14.85,14.85,0,0,1-6.87,8.93,1.26,1.26,0,0,0-.45.26,14.93,14.93,0,0,1-21.57-9.75Zm8.32,13.38a17.76,17.76,0,0,0,12.36,0,8.58,8.58,0,0,0,1.83,5.32h-16A8.58,8.58,0,0,0,43.93,47.46Zm-17.6,8.36H73.54A1.28,1.28,0,0,1,74.81,57L70.44,85.71a.82.82,0,0,0,0,.22,1.27,1.27,0,0,1-1.27,1.28H30.73a1.27,1.27,0,0,1-1.27-1.28,1.64,1.64,0,0,0,0-.22L25.06,57A1.28,1.28,0,0,1,26.33,55.82Zm-5,35.52V80.76A23.53,23.53,0,0,1,24,69.86l2.47,16.2a4,4,0,0,0,.21,1.15h-.79A2.78,2.78,0,0,0,23.1,90v2.85h-.26A1.5,1.5,0,0,1,21.34,91.34Zm4.76,1.5V90.21H73v2.63Zm52.56-1.5a1.5,1.5,0,0,1-1.5,1.5H76V90a2.78,2.78,0,0,0-2.76-2.78,4,4,0,0,0,.22-1.15L76,69.44a22,22,0,0,1,2.71,11.32Z"></path><circle cx="45.03" cy="28.31" r="2.43"></circle><circle cx="55.59" cy="28.31" r="2.43"></circle><path d="M55.63,37.37a1.5,1.5,0,0,0-3,0,2.69,2.69,0,0,1-5.38,0,1.5,1.5,0,0,0-3,0,5.69,5.69,0,0,0,11.38,0Z"></path><path d="M42.92,80.31a1.53,1.53,0,0,0,1.06.44A1.5,1.5,0,0,0,45,78.19L38.3,71.45,45,64.79a1.5,1.5,0,1,0-2.12-2.12l-7.72,7.72a1.51,1.51,0,0,0,0,2.12Z"></path><path d="M55.31,64.79,62,71.45l-6.74,6.74a1.5,1.5,0,0,0,1.06,2.56,1.49,1.49,0,0,0,1.06-.44l7.8-7.8a1.52,1.52,0,0,0,.44-1.06,1.5,1.5,0,0,0-.44-1.06l-7.71-7.72a1.5,1.5,0,0,0-2.12,2.12Z"></path><path d="M46.37,82.64a1.61,1.61,0,0,0,.48.08,1.5,1.5,0,0,0,1.42-1l6.56-19.41a1.5,1.5,0,1,0-2.84-1L45.43,80.74A1.51,1.51,0,0,0,46.37,82.64Z"></path></svg>
@@ -0,0 +1 @@
1
+ <svg height='100px' width='100px' fill="#000000" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 64 64" style="enable-background:new 0 0 64 64;" xml:space="preserve"><g><path d="M63,23V9.586L54.414,1H29v12H8c-2.757,0-5,2.243-5,5v35H1v1c0,4.963,4.038,9,9,9h44c4.962,0,9-4.037,9-9v-1h-2V23H63z M55,4.414L59.586,9H55V4.414z M31.414,29c0.645,0,1.251-0.251,1.707-0.707L38.414,23H55v26H9V19h20v7.586 C29,27.917,30.083,29,31.414,29z M5,18c0-1.654,1.346-3,3-3h21v2H9c-1.103,0-2,0.897-2,2v30c0,1.103,0.897,2,2,2h46 c1.103,0,2-0.897,2-2V23h2v30H5V18z M39.816,55c-0.414,1.161-1.514,2-2.816,2H27c-1.302,0-2.402-0.839-2.816-2H39.816z M54,61H10 c-3.521,0-6.442-2.612-6.929-6h19.03c0.465,2.279,2.484,4,4.899,4h10c2.414,0,4.434-1.721,4.899-4h19.03 C60.442,58.388,57.521,61,54,61z M37.586,21l-5.879,5.879C31.469,27.117,31,26.924,31,26.586V3h22v8h8v10H37.586z"></path><path d="M43,5H33v6h10V5z M41,9h-6V7h6V9z"></path><rect x="45" y="5" width="6" height="2"></rect><rect x="45" y="9" width="6" height="2"></rect><rect x="33" y="13" width="2" height="2"></rect><rect x="37" y="13" width="22" height="2"></rect><rect x="33" y="17" width="26" height="2"></rect><path d="M11,35h16V21H11V35z M13,23h12v10H13V23z"></path><path d="M29,47h24V35H29V47z M31,37h20v8H31V37z"></path><rect x="51" y="31" width="2" height="2"></rect><rect x="37" y="31" width="12" height="2"></rect><rect x="37" y="27" width="16" height="2"></rect><rect x="11" y="37" width="2" height="2"></rect><rect x="15" y="37" width="12" height="2"></rect><rect x="11" y="41" width="16" height="2"></rect><rect x="11" y="45" width="16" height="2"></rect></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="100" height="100"><path d="M3.75 76.25h32.5v10h-7.5v10h42.5v-10h-7.5v-10h32.5V3.75H3.75v72.5zm35 0h2.5v10h-2.5v-10zm17.5 10h-12.5v-10h12.5v10zm12.5 2.5v5h-37.5v-5h37.5zm-7.5-2.5h-2.5v-10h2.5v10zm-55-80h87.5v67.5H6.25V6.25z"/><path d="M73.75 71.25v-5h7.73c.518 1.452 1.893 2.5 3.52 2.5 2.067 0 3.75-1.682 3.75-3.75s-1.683-3.75-3.75-3.75c-1.627 0-3.002 1.048-3.52 2.5h-7.73v-7.5h2.73c.518 1.452 1.893 2.5 3.52 2.5 2.067 0 3.75-1.682 3.75-3.75s-1.683-3.75-3.75-3.75c-1.627 0-3.002 1.048-3.52 2.5h-2.73v-7.5h7.73c.518 1.452 1.893 2.5 3.52 2.5 2.067 0 3.75-1.682 3.75-3.75s-1.683-3.75-3.75-3.75c-1.627 0-3.002 1.048-3.52 2.5h-7.73v-7.5h2.73c.518 1.452 1.893 2.5 3.52 2.5 2.067 0 3.75-1.682 3.75-3.75s-1.683-3.75-3.75-3.75c-1.627 0-3.002 1.048-3.52 2.5h-2.73v-7.5h7.73c.518 1.452 1.893 2.5 3.52 2.5 2.067 0 3.75-1.682 3.75-3.75s-1.683-3.75-3.75-3.75c-1.627 0-3.002 1.048-3.52 2.5h-7.73v-7.5h2.73c.518 1.452 1.893 2.5 3.52 2.5 2.067 0 3.75-1.682 3.75-3.75s-1.683-3.75-3.75-3.75c-1.627 0-3.002 1.048-3.52 2.5h-2.73v-5h-47.5v5h-2.73c-.518-1.452-1.893-2.5-3.52-2.5-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75c1.627 0 3.002-1.048 3.52-2.5h2.73v7.5h-7.73c-.518-1.452-1.893-2.5-3.52-2.5-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75c1.627 0 3.002-1.048 3.52-2.5h7.73v7.5h-2.73c-.518-1.452-1.893-2.5-3.52-2.5-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75c1.627 0 3.002-1.048 3.52-2.5h2.73v7.5h-7.73c-.518-1.452-1.893-2.5-3.52-2.5-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75c1.627 0 3.002-1.048 3.52-2.5h7.73v7.5h-2.73c-.518-1.452-1.893-2.5-3.52-2.5-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75c1.627 0 3.002-1.048 3.52-2.5h2.73v7.5h-7.73c-.518-1.452-1.893-2.5-3.52-2.5-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75c1.627 0 3.002-1.048 3.52-2.5h7.73v5h47.5zm-45-60h42.5v51.048L57.452 20.904 47.222 54.15l-7.276-14.552L28.75 64.23V11.25zm.69 57.5 10.614-23.348 7.723 15.448 9.77-31.754L70.767 68.75H29.44zm55.56-5a1.251 1.251 0 0 1 0 2.5 1.251 1.251 0 0 1 0-2.5zm-5-10a1.251 1.251 0 0 1 0 2.5 1.251 1.251 0 0 1 0-2.5zm5-10a1.251 1.251 0 0 1 0 2.5 1.251 1.251 0 0 1 0-2.5zm-5-10a1.251 1.251 0 0 1 0 2.5 1.251 1.251 0 0 1 0-2.5zm5-10a1.251 1.251 0 0 1 0 2.5 1.251 1.251 0 0 1 0-2.5zm-5-10a1.251 1.251 0 0 1 0 2.5 1.251 1.251 0 0 1 0-2.5zm-60 2.5a1.251 1.251 0 0 1 0-2.5 1.251 1.251 0 0 1 0 2.5zm-5 10a1.251 1.251 0 0 1 0-2.5 1.251 1.251 0 0 1 0 2.5zm5 10a1.251 1.251 0 0 1 0-2.5 1.251 1.251 0 0 1 0 2.5zm-5 10a1.251 1.251 0 0 1 0-2.5 1.251 1.251 0 0 1 0 2.5zm5 10a1.251 1.251 0 0 1 0-2.5 1.251 1.251 0 0 1 0 2.5zm-5 10a1.251 1.251 0 0 1 0-2.5 1.251 1.251 0 0 1 0 2.5z"/><path d="M51.25 25c0-4.825-3.925-8.75-8.75-8.75s-8.75 3.925-8.75 8.75 3.925 8.75 8.75 8.75 8.75-3.925 8.75-8.75zm-15 0c0-3.446 2.804-6.25 6.25-6.25s6.25 2.804 6.25 6.25-2.804 6.25-6.25 6.25-6.25-2.804-6.25-6.25z"/></svg>
@@ -0,0 +1 @@
1
+ <svg height='100px' width='100px' fill="#000000" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 64 64" style="enable-background:new 0 0 64 64;" xml:space="preserve"><g><path d="M60.02,20.942c0.128-0.291,0.375-0.502,0.703-0.586C62.063,20.015,63,18.811,63,17.427v-2.854 c0-1.385-0.937-2.59-2.301-2.936c-0.293-0.075-0.541-0.283-0.671-0.561l-0.023-0.057c-0.126-0.299-0.104-0.642,0.071-0.936 c0.707-1.19,0.518-2.704-0.461-3.683l-2.018-2.018c-0.979-0.979-2.494-1.168-3.702-0.449c-0.274,0.162-0.617,0.185-0.938,0.051 L52.942,3.98c-0.287-0.127-0.504-0.38-0.586-0.703C52.015,1.937,50.811,1,49.427,1h-2.854c-1.384,0-2.588,0.937-2.936,2.301 c-0.075,0.293-0.283,0.541-0.561,0.671l-0.056,0.023c-0.298,0.125-0.643,0.103-0.937-0.071c-1.188-0.708-2.704-0.518-3.683,0.461 l-2.018,2.018c-0.979,0.979-1.168,2.492-0.449,3.703c0.156,0.262,0.179,0.586,0.063,0.895H6c-2.757,0-5,2.243-5,5s2.243,5,5,5 h30.001c0.117,0.294,0.094,0.628-0.077,0.915c-0.707,1.19-0.518,2.704,0.461,3.683l2.018,2.018 c0.977,0.979,2.491,1.167,3.703,0.449c0.273-0.163,0.617-0.186,0.937-0.051l0.016,0.006c0.291,0.128,0.502,0.375,0.586,0.703 C43.985,30.063,45.189,31,46.573,31H47v4H9v6H1v22h18V41h-8v-4h20v4h-8v22h18V41h-8v-4h20v4h-8v22h18V41h-8v-6h-6v-4h0.427 c1.384,0,2.588-0.937,2.936-2.301c0.076-0.298,0.279-0.54,0.56-0.671l0.058-0.023c0.298-0.127,0.642-0.103,0.936,0.071 c1.188,0.707,2.704,0.518,3.683-0.461l2.018-2.018c0.979-0.979,1.168-2.492,0.449-3.703c-0.163-0.273-0.186-0.616-0.051-0.937 L60.02,20.942z M17,61H3V43h14V61z M39,61H25V43h14V61z M61,61H47V43h14V61z M15,19v-2h28v2H15z M13,19h-2v-6h2V19z M50.712,15.584 C50.884,15.649,51,15.816,51,16s-0.116,0.351-0.288,0.415L45,18.557v-5.114L50.712,15.584z M44.182,21l7.233-2.713 C52.363,17.931,53,17.012,53,16s-0.637-1.931-1.585-2.288L44.182,11h-1.063C44.411,9.74,46.159,9,48,9c3.859,0,7,3.141,7,7 s-3.141,7-7,7c-1.841,0-3.589-0.74-4.882-2H44.182z M43,13v2H15v-2H43z M3,16c0-1.654,1.346-3,3-3h3v6H6C4.346,19,3,17.654,3,16z M58.167,20.188l-0.025,0.063c-0.349,0.871-0.273,1.865,0.216,2.686c0.239,0.403,0.175,0.916-0.156,1.247l-2.018,2.018 c-0.332,0.332-0.846,0.396-1.266,0.145c-0.803-0.478-1.797-0.551-2.666-0.204l-0.064,0.025c-0.872,0.365-1.531,1.128-1.769,2.062 C50.303,28.683,49.895,29,49.427,29h-2.854c-0.468,0-0.876-0.317-0.998-0.793c-0.231-0.912-0.891-1.675-1.763-2.04l-0.064-0.025 c-0.868-0.35-1.862-0.274-2.685,0.216c-0.402,0.239-0.916,0.176-1.247-0.156l-2.018-2.018c-0.331-0.331-0.396-0.844-0.145-1.266 c0.345-0.579,0.472-1.258,0.389-1.918h2.505c1.664,2.474,4.457,4,7.451,4c4.963,0,9-4.037,9-9s-4.037-9-9-9 c-2.994,0-5.787,1.526-7.451,4h-2.506c0.082-0.662-0.047-1.344-0.401-1.937c-0.239-0.403-0.175-0.916,0.156-1.247l2.018-2.018 c0.332-0.332,0.844-0.395,1.267-0.145c0.816,0.485,1.829,0.554,2.618,0.218l0.112-0.04c0.872-0.365,1.53-1.127,1.768-2.061 C45.697,3.317,46.105,3,46.573,3h2.854c0.468,0,0.876,0.317,0.998,0.793c0.231,0.912,0.89,1.674,1.78,2.046 c0.88,0.37,1.894,0.302,2.731-0.196c0.404-0.239,0.916-0.175,1.247,0.156l2.018,2.018c0.331,0.331,0.396,0.844,0.145,1.266 c-0.478,0.803-0.553,1.796-0.204,2.666l0.026,0.065c0.365,0.872,1.127,1.53,2.062,1.769C60.684,13.696,61,14.104,61,14.573v2.854 c0,0.468-0.317,0.876-0.793,0.998C59.295,18.656,58.532,19.315,58.167,20.188z"></path><rect x="49" y="45" width="10" height="2"></rect><path d="M59,53H49v6h10V53z M57,57h-6v-2h6V57z"></path><rect x="49" y="49" width="10" height="2"></rect><rect x="27" y="45" width="2" height="2"></rect><rect x="31" y="45" width="6" height="2"></rect><rect x="27" y="49" width="2" height="2"></rect><rect x="31" y="49" width="6" height="2"></rect><rect x="5" y="45" width="2" height="2"></rect><rect x="9" y="45" width="6" height="2"></rect><rect x="5" y="49" width="2" height="2"></rect><rect x="9" y="49" width="6" height="2"></rect><rect x="5" y="53" width="2" height="2"></rect><rect x="9" y="53" width="6" height="2"></rect><rect x="5" y="57" width="2" height="2"></rect><rect x="9" y="57" width="6" height="2"></rect><path d="M37,53H27v6h10V53z M35,57h-6v-2h6V57z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <svg height='100px' width='100px' fill="#000000" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 100 100" style="enable-background:new 0 0 100 100;" xml:space="preserve"><path d="M50.4,0L7.1,25v50l43.3,25l43.3-25V25L50.4,0z M89.6,26.1l-28,15.4L50.3,35l-11.3,6.5L11.2,26.1L50.4,3.5L89.6,26.1z M50.3,61l-9.2-5.3l9.2-4.9l9.2,4.9L50.3,61z M60.6,54l-9.2-4.9V37.9l9.2,5.3V54z M49.3,49.1L40.1,54V43.2l9.2-5.3V49.1z M10.1,27.8 l28,15.4v13l0.5,0.3c0,0,0,0,0,0l10.8,6.2l0.1,33.2L10.1,73.3V27.8z M51.4,95.9l-0.1-33.2l10.8-6.2c0,0,0,0,0,0l0.5-0.3v-13 l28.1-15.4v45.4L51.4,95.9z"></path></svg>
@@ -0,0 +1 @@
1
+ <svg height='100px' width='100px' fill="#000000" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" x="0px" y="0px"><title>Framework</title><g><path d="M42,29H25V27a1,1,0,0,0-2,0v2H6a1,1,0,0,0-1,1v5a1,1,0,0,0,2,0V31H23v4a1,1,0,0,0,2,0V31H41v4a1,1,0,0,0,2,0V30A1,1,0,0,0,42,29Z"></path><path d="M0,35V47a1,1,0,0,0,1,1H11a1,1,0,0,0,1-1V35a1,1,0,0,0-1-1H1A1,1,0,0,0,0,35ZM9,46H3a1,1,0,0,1,0-2H9A1,1,0,0,1,9,46Zm0-4H3a1,1,0,0,1,0-2H9A1,1,0,0,1,9,42Zm0-4H3a1,1,0,0,1,0-2H9A1,1,0,0,1,9,38Z"></path><path d="M18,35V47a1,1,0,0,0,1,1H29a1,1,0,0,0,1-1V35a1,1,0,0,0-1-1H19A1,1,0,0,0,18,35Zm9,11H21a1,1,0,0,1,0-2h6A1,1,0,0,1,27,46Zm0-4H21a1,1,0,0,1,0-2h6A1,1,0,0,1,27,42Zm0-4H21a1,1,0,0,1,0-2h6A1,1,0,0,1,27,38Z"></path><path d="M36,35V47a1,1,0,0,0,1,1H47a1,1,0,0,0,1-1V35a1,1,0,0,0-1-1H37A1,1,0,0,0,36,35Zm9,11H39a1,1,0,0,1,0-2h6A1,1,0,0,1,45,46Zm0-4H39a1,1,0,0,1,0-2h6A1,1,0,0,1,45,42Zm0-4H39a1,1,0,0,1,0-2h6A1,1,0,0,1,45,38Z"></path><path d="M15,5a1,1,0,0,1-2,0A1,1,0,0,1,15,5Z"></path><path d="M19,5a1,1,0,0,1-2,0A1,1,0,0,1,19,5Z"></path><path d="M36,0H12A3,3,0,0,0,9,3V21a3,3,0,0,0,3,3H36a3,3,0,0,0,3-3V3A3,3,0,0,0,36,0ZM12,2H36a1,1,0,0,1,1,1V8H11V3A1,1,0,0,1,12,2ZM36,22H12a1,1,0,0,1-1-1V10H37V21A1,1,0,0,1,36,22Z"></path><path d="M34,6H26a1,1,0,0,1,0-2h8A1,1,0,0,1,34,6Z"></path><path d="M22.05,18.68l2-6a1,1,0,0,1,1.9.64l-2,6A1,1,0,0,1,22.05,18.68Z"></path><path d="M28,19a1,1,0,0,1-.71-1.71L28.59,16l-1.3-1.29a1,1,0,0,1,1.42-1.42l2,2a1,1,0,0,1,0,1.42C28.53,18.89,28.54,19,28,19Z"></path><path d="M20,19c-.54,0-.57-.15-2.71-2.29a1,1,0,0,1,0-1.42l2-2a1,1,0,0,1,1.42,1.42L19.41,16l1.3,1.29A1,1,0,0,1,20,19Z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <svg height='100px' width='100px' fill="#000000" xmlns="http://www.w3.org/2000/svg" data-name="Layer 2" viewBox="0 0 32 32" x="0px" y="0px"><title>development</title><path d="M28.14,1.5H3.86A2.36,2.36,0,0,0,1.5,3.86V21.14A2.36,2.36,0,0,0,3.86,23.5H13.5v4H11a1.5,1.5,0,0,0,0,3H21a1.5,1.5,0,0,0,0-3H18.5v-4h9.64a2.36,2.36,0,0,0,2.36-2.36V3.86A2.36,2.36,0,0,0,28.14,1.5ZM3.86,2.5H28.14A1.36,1.36,0,0,1,29.5,3.86V18.5H2.5V3.86A1.36,1.36,0,0,1,3.86,2.5ZM21,28.5a.5.5,0,0,1,0,1H11a.5.5,0,0,1,0-1H21Zm-3.5-1h-3v-4h3Zm10.64-5H3.86A1.36,1.36,0,0,1,2.5,21.14V19.5h27v1.64A1.36,1.36,0,0,1,28.14,22.5Z"></path><circle cx="16" cy="21" r="0.71"></circle><path d="M5.5,14.5A.5.5,0,0,0,6,14V10.5H9V14a.5.5,0,0,0,1,0V7A.5.5,0,0,0,9,7V9.5H6V7A.5.5,0,0,0,5,7v7A.5.5,0,0,0,5.5,14.5Z"></path><path d="M11.5,7.5H13V14a.5.5,0,0,0,1,0V7.5h1.5a.5.5,0,0,0,0-1h-4a.5.5,0,0,0,0,1Z"></path><path d="M17.5,14.5A.5.5,0,0,0,18,14V8.21l1.15,1.14a.48.48,0,0,0,.7,0L21,8.21V14a.5.5,0,0,0,1,0V7a.5.5,0,0,0-.31-.46.47.47,0,0,0-.54.11L19.5,8.29,17.85,6.65a.47.47,0,0,0-.54-.11A.5.5,0,0,0,17,7v7A.5.5,0,0,0,17.5,14.5Z"></path><path d="M23.5,14.5h3a.5.5,0,0,0,0-1H24V7a.5.5,0,0,0-1,0v7A.5.5,0,0,0,23.5,14.5Z"></path></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 60 75" version="1.1" x="0px" y="0px"><title>30 -Javascript- (Outline)</title><desc>Created with Sketch.</desc><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-1200.000000, -570.000000)" fill="#000000"><g transform="translate(1200.000000, 570.000000)"><path d="M2,58 L58,58 L58,2 L2,2 L2,58 Z M59,60 L1,60 C0.447,60 0,59.552 0,59 L0,1 C0,0.448 0.447,0 1,0 L59,0 C59.553,0 60,0.448 60,1 L60,59 C60,59.552 59.553,60 59,60 L59,60 Z"/><path d="M46,55 C41.037,55 37,50.962 37,46 C37,45.448 37.447,45 38,45 C38.553,45 39,45.448 39,46 C39,49.86 42.141,53 46,53 C49.859,53 53,49.86 53,46 C53,42.14 49.859,39 46,39 C41.037,39 37,34.962 37,30 C37,25.038 41.037,21 46,21 C50.963,21 55,25.038 55,30 C55,30.552 54.553,31 54,31 C53.447,31 53,30.552 53,30 C53,26.14 49.859,23 46,23 C42.141,23 39,26.14 39,30 C39,33.86 42.141,37 46,37 C50.963,37 55,41.038 55,46 C55,50.962 50.963,55 46,55"/><path d="M25,55 C20.037,55 16,50.962 16,46 C16,45.448 16.447,45 17,45 C17.553,45 18,45.448 18,46 C18,49.86 21.141,53 25,53 C28.859,53 32,49.86 32,46 L32,22 C32,21.448 32.447,21 33,21 C33.553,21 34,21.448 34,22 L34,46 C34,50.962 29.963,55 25,55"/></g></g></g><text x="0" y="75" fill="#000000" font-size="5px" font-weight="bold" font-family="'Helvetica Neue', Helvetica, Arial-Unicode, Arial, Sans-serif">Created by Ben Davis</text><text x="0" y="80" fill="#000000" font-size="5px" font-weight="bold" font-family="'Helvetica Neue', Helvetica, Arial-Unicode, Arial, Sans-serif">from the Noun Project</text></svg>
@@ -0,0 +1 @@
1
+ <svg height='100px' width='100px' xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 -5 75 75" version="1.1" x="0px" y="0px"><title>30 -Javascript- (Outline)</title><desc>Created with Sketch.</desc><g stroke="none" stroke-width="1" fill-rule="evenodd"><g transform="translate(-1200.000000, -570.000000)"><g transform="translate(1200.000000, 570.000000)"><path d="M2,58 L58,58 L58,2 L2,2 L2,58 Z M59,60 L1,60 C0.447,60 0,59.552 0,59 L0,1 C0,0.448 0.447,0 1,0 L59,0 C59.553,0 60,0.448 60,1 L60,59 C60,59.552 59.553,60 59,60 L59,60 Z"></path><path d="M46,55 C41.037,55 37,50.962 37,46 C37,45.448 37.447,45 38,45 C38.553,45 39,45.448 39,46 C39,49.86 42.141,53 46,53 C49.859,53 53,49.86 53,46 C53,42.14 49.859,39 46,39 C41.037,39 37,34.962 37,30 C37,25.038 41.037,21 46,21 C50.963,21 55,25.038 55,30 C55,30.552 54.553,31 54,31 C53.447,31 53,30.552 53,30 C53,26.14 49.859,23 46,23 C42.141,23 39,26.14 39,30 C39,33.86 42.141,37 46,37 C50.963,37 55,41.038 55,46 C55,50.962 50.963,55 46,55"></path><path d="M25,55 C20.037,55 16,50.962 16,46 C16,45.448 16.447,45 17,45 C17.553,45 18,45.448 18,46 C18,49.86 21.141,53 25,53 C28.859,53 32,49.86 32,46 L32,22 C32,21.448 32.447,21 33,21 C33.553,21 34,21.448 34,22 L34,46 C34,50.962 29.963,55 25,55"></path></g></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg height='100px' width='100px' fill="#000000" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve"><path d="M11,17.9h2.2c0.5,0,0.9-0.4,0.9-0.9v-4.9c0-0.5-0.4-0.9-0.9-0.9H11c-0.5,0-0.9,0.4-0.9,0.9V17C10.1,17.5,10.5,17.9,11,17.9z M10.9,12.1c0-0.1,0-0.1,0.1-0.1h2.2c0.1,0,0.1,0,0.1,0.1V17c0,0.1,0,0.1-0.1,0.1H11c-0.1,0-0.1,0-0.1-0.1V12.1z"></path><path d="M18.4,11.2h-2.2c-0.5,0-0.9,0.4-0.9,0.9V17c0,0.5,0.4,0.9,0.9,0.9h2.2l0,0c0.5,0,0.9-0.4,0.9-0.9v-0.8v-4.1 C19.3,11.6,18.9,11.2,18.4,11.2z M16.2,17.1c-0.1,0-0.1,0-0.1-0.1v-4.9c0-0.1,0-0.1,0.1-0.1h2.2c0.1,0,0.1,0,0.1,0.1V17 c0,0.1,0,0.1-0.1,0.1H16.2z"></path><path d="M20.5,12.1v1.7V17c0,0.5,0.4,0.9,0.9,0.9h2.2c0.5,0,0.9-0.4,0.9-0.9v-4.9c0-0.5-0.4-0.9-0.9-0.9h-1.7h-0.5 C20.9,11.2,20.5,11.6,20.5,12.1z M23.6,12c0.1,0,0.1,0,0.1,0.1V17c0,0.1,0,0.1-0.1,0.1h-2.2c-0.1,0-0.1,0-0.1-0.1v-4.6v-0.3 c0-0.1,0-0.1,0.1-0.1h0.1C21.5,12,23.6,12,23.6,12z"></path><path d="M28.8,11.2h-2.2c-0.5,0-0.9,0.4-0.9,0.9V17c0,0.5,0.4,0.9,0.9,0.9h2.2c0.5,0,0.9-0.4,0.9-0.9v-4.9 C29.7,11.6,29.3,11.2,28.8,11.2z M28.9,17c0,0.1,0,0.1-0.1,0.1h-2.2c-0.1,0-0.1,0-0.1-0.1v-4.9c0-0.1,0-0.1,0.1-0.1h2.2 c0.1,0,0.1,0,0.1,0.1V17z"></path><path d="M11,26.6h2.2c0.5,0,0.9-0.4,0.9-0.9v-4.9c0-0.5-0.4-0.9-0.9-0.9H11c-0.5,0-0.9,0.4-0.9,0.9v4.9C10.1,26.2,10.5,26.6,11,26.6 z M10.9,20.8c0-0.1,0-0.1,0.1-0.1h2.2c0.1,0,0.1,0,0.1,0.1v4.9c0,0.1,0,0.1-0.1,0.1H11c-0.1,0-0.1,0-0.1-0.1V20.8z"></path><path d="M15.3,20.8v3v1.9c0,0.5,0.4,0.9,0.9,0.9h2.2c0.5,0,0.9-0.4,0.9-0.9v-4.9c0-0.5-0.4-0.9-0.9-0.9h-1.1h-1.1 C15.7,19.9,15.3,20.3,15.3,20.8z M18.4,20.7c0.1,0,0.1,0,0.1,0.1v4.9c0,0.1,0,0.1-0.1,0.1h-2.2c-0.1,0-0.1,0-0.1-0.1v-3.3v-1.6 c0-0.1,0-0.1,0.1-0.1h0.7H18.4z"></path><path d="M23.6,19.9h-2.2c-0.5,0-0.9,0.4-0.9,0.9v4.9c0,0.5,0.4,0.9,0.9,0.9h2.2c0.5,0,0.9-0.4,0.9-0.9v-4.9 C24.5,20.3,24.1,19.9,23.6,19.9z M23.7,25.7c0,0.1,0,0.1-0.1,0.1h-2.2c-0.1,0-0.1,0-0.1-0.1v-4.9c0-0.1,0-0.1,0.1-0.1h2.2 c0.1,0,0.1,0,0.1,0.1V25.7z"></path><path d="M28.8,19.9h-2.2c-0.5,0-0.9,0.4-0.9,0.9v4.9c0,0.5,0.4,0.9,0.9,0.9h2.2c0.5,0,0.9-0.4,0.9-0.9v-4.9 C29.7,20.3,29.3,19.9,28.8,19.9z M28.9,25.7c0,0.1,0,0.1-0.1,0.1h-2.2c-0.1,0-0.1,0-0.1-0.1v-4.9c0-0.1,0-0.1,0.1-0.1h2.2 c0.1,0,0.1,0,0.1,0.1V25.7z"></path><path d="M10.1,29.4v4.4v0.5c0,0.5,0.4,0.9,0.9,0.9h2.2c0.5,0,0.9-0.4,0.9-0.9v-4.9c0-0.5-0.4-0.9-0.9-0.9h-0.3H11 C10.5,28.5,10.1,28.9,10.1,29.4z M13.2,29.3c0.1,0,0.1,0,0.1,0.1v4.9c0,0.1,0,0.1-0.1,0.1H11c-0.1,0-0.1,0-0.1-0.1v-2v-2.9 c0-0.1,0-0.1,0.1-0.1h1.5H13.2z"></path><path d="M28.8,28.5h-2.2c-0.5,0-0.9,0.4-0.9,0.9v4.9c0,0.5,0.4,0.9,0.9,0.9h2.2c0.5,0,0.9-0.4,0.9-0.9v-4.9 C29.7,28.9,29.3,28.5,28.8,28.5z M28.9,34.3c0,0.1,0,0.1-0.1,0.1h-2.2c-0.1,0-0.1,0-0.1-0.1v-4.9c0-0.1,0-0.1,0.1-0.1h2.2 c0.1,0,0.1,0,0.1,0.1V34.3z"></path><path d="M33.7,5.5c0-0.1-0.1-0.1-0.1-0.2s0-0.2-0.1-0.3l-3-4c-0.1-0.1-0.9-0.8-1.5-0.8H11.4h-0.1c-0.7,0.1-1.4,0.5-1.7,1L7.3,4.8 C7,5,6.9,5.3,6.9,5.7v32.8c0,0.5,0.5,1.1,1.1,1.1h7.9c0.6,0,1.2-0.3,1.4-0.8h5.4c0.2,0.4,0.6,0.8,1.1,0.8h8.7c0.6,0,1.1-0.5,1.1-1.1 V5.7C33.7,5.6,33.7,5.6,33.7,5.5z M11.5,1.5H29c0.1,0,0.6,0.3,0.6,0.4l2.6,3.6H8.4L10.6,2C10.7,1.8,11,1.6,11.5,1.5z M22.7,38.1 h-2.3v-8.4h2.3V38.1z M19.6,38.1h-2.2v-8.4h2.2V38.1z M23.9,38.4v-8.8c0-0.6-0.5-1.1-1.1-1.1h-5.5c-0.6,0-1.1,0.5-1.1,1.1v8.7 c-0.1,0-0.2,0.1-0.3,0.1H8.1v-0.8V6.2h16.4h8v32.2H23.9z"></path></svg>
@@ -0,0 +1 @@
1
+ <svg height='100px' width='100px' fill="#000000" xmlns:x="http://ns.adobe.com/Extensibility/1.0/" xmlns:i="http://ns.adobe.com/AdobeIllustrator/10.0/" xmlns:graph="http://ns.adobe.com/Graphs/1.0/" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 100 100" style="enable-background:new 0 0 100 100;" xml:space="preserve"><g><g i:extraneous="self"><g><path d="M95.3,58.2L83.9,43.4c0,0,0,0,0,0l0-0.1l0,0c-0.2-0.3-0.6-0.6-1-0.7l-17.5-6.1c3.2-3.6,5.1-8.3,5.1-13.5 c0-11.3-9.2-20.5-20.5-20.5S29.5,11.7,29.5,23c0,5.2,1.9,9.9,5.1,13.5l-17.5,6.1c-0.4,0.1-0.7,0.4-1,0.7l0,0L4.7,58.2 c-0.4,0.5-0.6,1.3-0.4,1.9c0.2,0.7,0.7,1.2,1.4,1.4l9.9,3.5V84c0,0.9,0.6,1.7,1.4,2l32.2,11.3c0.2,0.1,0.5,0.1,0.7,0.1 s0.5,0,0.7-0.1l32.2-11.3c0.9-0.3,1.4-1.1,1.4-2V65l9.9-3.5c0.7-0.2,1.2-0.8,1.4-1.4C95.8,59.4,95.7,58.7,95.3,58.2z M33.8,23 c0-8.9,7.3-16.2,16.2-16.2S66.2,14.1,66.2,23S58.9,39.2,50,39.2S33.8,32,33.8,23z M10,58.4l8.6-11.2l29,10.2l-5.9,12.2L10,58.4z M47.8,92.3L20,82.5v-16l22.2,7.8c0.2,0.1,0.5,0.1,0.7,0.1c0.8,0,1.6-0.5,1.9-1.2l3-6.3V92.3z M50,53.7l-25.7-9l13.9-4.9 c3.3,2.4,7.4,3.7,11.8,3.7s8.4-1.4,11.8-3.7l13.9,4.9L50,53.7z M80,82.5l-27.9,9.8V66.9l3,6.3c0.4,0.8,1.1,1.2,1.9,1.2 c0.2,0,0.5,0,0.7-0.1L80,66.5V82.5z M58.2,69.6l-5.9-12.2l29-10.2L90,58.4L58.2,69.6z"></path><path d="M46.8,29c0.4,0.4,1,0.7,1.6,0.7c0.6,0,1.2-0.2,1.6-0.7l8.5-8.9c0.8-0.9,0.8-2.2-0.1-3c-0.9-0.8-2.2-0.8-3,0.1l-6.9,7.3 l-3.7-3.8c-0.8-0.9-2.2-0.9-3-0.1c-0.9,0.8-0.9,2.2-0.1,3L46.8,29z"></path></g></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg height='100px' width='100px' fill="#000000" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60" x="0px" y="0px"><title>020 - Server Network</title><path d="M57,17H37a3,3,0,0,0-3,3v4a2.981,2.981,0,0,0,.78,2,2.969,2.969,0,0,0-.757,1.775L26,20.555V19a2.981,2.981,0,0,0-.78-2A2.981,2.981,0,0,0,26,15V11a2.981,2.981,0,0,0-.78-2A2.981,2.981,0,0,0,26,7V3a3,3,0,0,0-3-3H3A3,3,0,0,0,0,3V7A2.981,2.981,0,0,0,.78,9,2.981,2.981,0,0,0,0,11v4a2.981,2.981,0,0,0,.78,2A2.981,2.981,0,0,0,0,19v4a3,3,0,0,0,3,3H23a2.994,2.994,0,0,0,2.977-2.775L33.505,30l-7.528,6.775A2.994,2.994,0,0,0,23,34H3a3,3,0,0,0-3,3v4a2.981,2.981,0,0,0,.78,2A2.981,2.981,0,0,0,0,45v4a2.981,2.981,0,0,0,.78,2A2.981,2.981,0,0,0,0,53v4a3,3,0,0,0,3,3H23a3,3,0,0,0,3-3V53a2.981,2.981,0,0,0-.78-2A2.981,2.981,0,0,0,26,49V45a2.981,2.981,0,0,0-.78-2A2.981,2.981,0,0,0,26,41V39.445l8.023-7.22A2.969,2.969,0,0,0,34.78,34,2.981,2.981,0,0,0,34,36v4a3,3,0,0,0,3,3H57a3,3,0,0,0,3-3V36a2.981,2.981,0,0,0-.78-2A2.981,2.981,0,0,0,60,32V28a2.981,2.981,0,0,0-.78-2A2.981,2.981,0,0,0,60,24V20A3,3,0,0,0,57,17ZM2,15V11a1,1,0,0,1,1-1H23a1,1,0,0,1,1,1v4a1,1,0,0,1-1,1H3A1,1,0,0,1,2,15ZM2,3A1,1,0,0,1,3,2H23a1,1,0,0,1,1,1V7a1,1,0,0,1-1,1H3A1,1,0,0,1,2,7ZM24,23a1,1,0,0,1-1,1H3a1,1,0,0,1-1-1V19a1,1,0,0,1,1-1H23a1,1,0,0,1,1,1ZM2,37a1,1,0,0,1,1-1H23a1,1,0,0,1,1,1v4a1,1,0,0,1-1,1H3a1,1,0,0,1-1-1Zm22,8v4a1,1,0,0,1-1,1H3a1,1,0,0,1-1-1V45a1,1,0,0,1,1-1H23A1,1,0,0,1,24,45Zm0,12a1,1,0,0,1-1,1H3a1,1,0,0,1-1-1V53a1,1,0,0,1,1-1H23a1,1,0,0,1,1,1ZM36,20a1,1,0,0,1,1-1H57a1,1,0,0,1,1,1v4a1,1,0,0,1-1,1H37a1,1,0,0,1-1-1Zm22,8v4a1,1,0,0,1-1,1H37a1,1,0,0,1-1-1V28a1,1,0,0,1,1-1H57A1,1,0,0,1,58,28Zm0,12a1,1,0,0,1-1,1H37a1,1,0,0,1-1-1V36a1,1,0,0,1,1-1H57a1,1,0,0,1,1,1Z"></path><path d="M6,54H5a1,1,0,0,0,0,2H6a1,1,0,0,0,0-2Z"></path><path d="M11,54H10a1,1,0,0,0,0,2h1a1,1,0,0,0,0-2Z"></path><path d="M21,54H18a1,1,0,0,0,0,2h3a1,1,0,0,0,0-2Z"></path><path d="M5,48H6a1,1,0,0,0,0-2H5a1,1,0,0,0,0,2Z"></path><path d="M10,48h1a1,1,0,0,0,0-2H10a1,1,0,0,0,0,2Z"></path><path d="M18,48h3a1,1,0,0,0,0-2H18a1,1,0,0,0,0,2Z"></path><path d="M5,40H6a1,1,0,0,0,0-2H5a1,1,0,0,0,0,2Z"></path><path d="M10,40h1a1,1,0,0,0,0-2H10a1,1,0,0,0,0,2Z"></path><path d="M18,40h3a1,1,0,0,0,0-2H18a1,1,0,0,0,0,2Z"></path><path d="M40,37H39a1,1,0,0,0,0,2h1a1,1,0,0,0,0-2Z"></path><path d="M45,37H44a1,1,0,0,0,0,2h1a1,1,0,0,0,0-2Z"></path><path d="M55,37H52a1,1,0,0,0,0,2h3a1,1,0,0,0,0-2Z"></path><path d="M39,31h1a1,1,0,0,0,0-2H39a1,1,0,0,0,0,2Z"></path><path d="M44,31h1a1,1,0,0,0,0-2H44a1,1,0,0,0,0,2Z"></path><path d="M52,31h3a1,1,0,0,0,0-2H52a1,1,0,0,0,0,2Z"></path><path d="M39,23h1a1,1,0,0,0,0-2H39a1,1,0,0,0,0,2Z"></path><path d="M44,23h1a1,1,0,0,0,0-2H44a1,1,0,0,0,0,2Z"></path><path d="M52,23h3a1,1,0,0,0,0-2H52a1,1,0,0,0,0,2Z"></path><path d="M6,20H5a1,1,0,0,0,0,2H6a1,1,0,0,0,0-2Z"></path><path d="M11,20H10a1,1,0,0,0,0,2h1a1,1,0,0,0,0-2Z"></path><path d="M21,20H18a1,1,0,0,0,0,2h3a1,1,0,0,0,0-2Z"></path><path d="M6,12H5a1,1,0,0,0,0,2H6a1,1,0,0,0,0-2Z"></path><path d="M11,12H10a1,1,0,0,0,0,2h1a1,1,0,0,0,0-2Z"></path><path d="M21,12H18a1,1,0,0,0,0,2h3a1,1,0,0,0,0-2Z"></path><path d="M5,6H6A1,1,0,0,0,6,4H5A1,1,0,0,0,5,6Z"></path><path d="M10,6h1a1,1,0,0,0,0-2H10a1,1,0,0,0,0,2Z"></path><path d="M18,6h3a1,1,0,0,0,0-2H18a1,1,0,0,0,0,2Z"></path></svg>
@@ -0,0 +1 @@
1
+ <svg height='100px' width='100px' fill="#000000" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60" x="0px" y="0px"><path d="M18,16H17a1,1,0,0,0,0,2h1a1,1,0,0,0,0-2Z"></path><path d="M37,38h6a1,1,0,0,0,0-2H37a1,1,0,0,0,0,2Z"></path><path d="M18,26H17a1,1,0,0,0,0,2h1a1,1,0,0,0,0-2Z"></path><path d="M37,26a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2Z"></path><path d="M18,36H17a1,1,0,0,0,0,2h1a1,1,0,0,0,0-2Z"></path><path d="M23,16H22a1,1,0,0,0,0,2h1a1,1,0,0,0,0-2Z"></path><path d="M23,26H22a1,1,0,0,0,0,2h1a1,1,0,0,0,0-2Z"></path><path d="M30,0A30,30,0,1,0,60,30,30.034,30.034,0,0,0,30,0Zm0,2A27.889,27.889,0,0,1,49.066,9.52L46.6,11.985A3.967,3.967,0,0,0,44,11H16a4,4,0,0,0-4,4v4a3.974,3.974,0,0,0,1.382,3A3.974,3.974,0,0,0,12,25v4a3.974,3.974,0,0,0,1.382,3A3.974,3.974,0,0,0,12,35v4a3.991,3.991,0,0,0,3.624,3.962l-6.1,6.1A27.98,27.98,0,0,1,30,2ZM44,21H40.414l3.292-3.292,0,0L46,15.414V19A2,2,0,0,1,44,21Zm2,4v4a2,2,0,0,1-2,2H30.414l8-8H44A2,2,0,0,1,46,25Zm0,10v4a2,2,0,0,1-2,2H20.414l8-8H44A2,2,0,0,1,46,35ZM30,47a2,2,0,1,1-2,2A2,2,0,0,1,30,47ZM16,41a2,2,0,0,1-2-2V35a2,2,0,0,1,2-2h9.586l-8,8ZM14,29V25a2,2,0,0,1,2-2H35.586l-8,8H16A2,2,0,0,1,14,29Zm0-10V15a2,2,0,0,1,2-2H44a1.985,1.985,0,0,1,1.187.4l-2.6,2.6H37a1,1,0,0,0,0,2h3.586l-3,3H16A2,2,0,0,1,14,19ZM30,58a27.889,27.889,0,0,1-19.066-7.52L18.414,43H29v2.142A3.991,3.991,0,0,0,26.142,48H19a1,1,0,0,0,0,2h7.142a3.981,3.981,0,0,0,7.716,0H41a1,1,0,0,0,0-2H33.858A3.991,3.991,0,0,0,31,45.142V43H44a4,4,0,0,0,4-4V35a3.974,3.974,0,0,0-1.382-3A3.974,3.974,0,0,0,48,29V25a3.974,3.974,0,0,0-1.382-3A3.974,3.974,0,0,0,48,19V15a3.971,3.971,0,0,0-.247-1.339l2.727-2.727A27.98,27.98,0,0,1,30,58Z"></path></svg>
@@ -0,0 +1 @@
1
+ <svg height='100px' width='100px' fill="#000000" xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" viewBox="0 0 100 100" x="0px" y="0px"><title>118all</title><path d="M86.56,11.32H59.48a10.53,10.53,0,0,0-19,0H13.44V94.63H86.56Zm-41.5,6,.51-2.37a4.54,4.54,0,0,1,8.87,0l.51,2.37h5.81v5.55H39.25V17.32Zm35.5,71.32H19.44V17.32H33.25V28.87h33.5V17.32H80.56Z"></path><rect x="50.95" y="43.92" width="23.65" height="6"></rect><polygon points="34.07 46.58 29.96 43.25 26.18 47.92 34.82 54.91 46.8 40.98 42.25 37.07 34.07 46.58"></polygon><rect x="50.45" y="67.49" width="23.65" height="6"></rect><polygon points="40.15 61.21 35.1 66.25 30.06 61.21 25.82 65.45 30.86 70.5 25.82 75.54 30.06 79.78 35.1 74.74 40.15 79.78 44.39 75.54 39.35 70.5 44.39 65.45 40.15 61.21"></polygon></svg>
@@ -0,0 +1 @@
1
+ <svg height='100px' width='100px' fill="#000000" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 53.3 49.4" style="enable-background:new 0 0 53.3 49.4;" xml:space="preserve"><g><g><path d="M41.6,17.4c0.1-0.8,0.2-1.5,0.2-2.3c0-8.3-6.7-15-15-15s-15,6.7-15,15c0,0.8,0.1,1.5,0.2,2.2C5.1,19.2,0,25.5,0,33 c0,9,7.3,16.4,16.4,16.4c3.9,0,7.5-1.4,10.3-3.6c2.8,2.3,6.4,3.6,10.3,3.6c9,0,16.4-7.3,16.4-16.4C53.3,25.6,48.4,19.4,41.6,17.4z M13.8,15c0-7.2,5.8-13,13-13s13,5.8,13,13c0,0.6-0.1,1.3-0.2,1.9c-0.9-0.2-1.8-0.3-2.8-0.3c-3.9,0-7.5,1.4-10.3,3.6 c-2.8-2.3-6.4-3.6-10.3-3.6c-0.8,0-1.7,0.1-2.5,0.2C13.8,16.3,13.8,15.7,13.8,15z M30.8,33c0,3.9-1.6,7.5-4.1,10 c-2.5-2.6-4.1-6.1-4.1-10c0-1.2,0.2-2.4,0.4-3.5c1.2,0.3,2.5,0.5,3.8,0.5c1.2,0,2.4-0.2,3.5-0.4C30.6,30.7,30.8,31.9,30.8,33z M26.8,28.1c-1.1,0-2.2-0.2-3.2-0.4c0.7-1.8,1.8-3.3,3.1-4.7c1.3,1.3,2.4,3,3.1,4.7C28.8,27.9,27.8,28.1,26.8,28.1z M21.7,27 c-3.5-1.5-6.2-4.5-7.4-8.2c0.7-0.1,1.4-0.2,2-0.2c3.3,0,6.3,1.1,8.8,3C23.7,23.2,22.5,25,21.7,27z M28.1,21.7c2.4-1.9,5.5-3,8.8-3 c0.8,0,1.6,0.1,2.4,0.2c-1.2,3.8-4,6.8-7.6,8.3C30.8,25.1,29.6,23.2,28.1,21.7z M2,33C2,26.5,6.4,21,12.4,19.2 c1.3,4.4,4.5,8,8.7,9.7c-0.3,1.3-0.5,2.7-0.5,4.1c0,4.4,1.8,8.4,4.6,11.4c-2.4,1.9-5.5,3-8.8,3C8.4,47.4,2,41,2,33z M36.9,47.4 c-3.3,0-6.3-1.1-8.8-3c2.9-2.9,4.6-7,4.6-11.4c0-1.4-0.2-2.7-0.5-4c4.3-1.7,7.6-5.3,9-9.7C47,21.1,51.3,26.6,51.3,33 C51.3,41,44.8,47.4,36.9,47.4z"></path></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg height='100px' width='100px' fill="#000000" xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" viewBox="0 0 512 512" x="0px" y="0px"><title>N_P_030Artboard 1</title><path d="M444.72,128.78H441.2a16.45,16.45,0,0,0-14-25.21H396.57a16.47,16.47,0,0,0-14-25.22H334.4c-1.94,0-48-.81-64.48,20.85-13.45,17.69-51.52,17.09-55.19,17V113a16.45,16.45,0,0,0-25.21-14v-8.3a16.47,16.47,0,0,0-25.22-14v-8.4a16.49,16.49,0,1,0-33,0v3.52a16.47,16.47,0,0,0-25.22,14v30.66A16.34,16.34,0,0,0,97.39,114,16.51,16.51,0,0,0,80.9,130.53v48.21c0,1.95-.81,48,20.85,64.48,18.47,14,17,54.89,17,55.47v1.83h-6.81a16.46,16.46,0,0,0-14,25.21h-8.3a16.45,16.45,0,0,0-14,25.22h-8.4a16.49,16.49,0,1,0,0,33H70.8a16.45,16.45,0,0,0,14,25.21h30.67a16.47,16.47,0,0,0,14,25.22H179c8.14,0,48-1,63.08-20.86,14-18.47,54.9-17,55.47-17h1.6V399a16.45,16.45,0,0,0,25.21,14v8.3a16.47,16.47,0,0,0,25.22,14v8.4a16.49,16.49,0,1,0,33,0v-3.52a16.47,16.47,0,0,0,25.22-14V395.44a16.34,16.34,0,0,0,8.72,2.52A16.51,16.51,0,0,0,433,381.47V333.26c0-1.95.81-48-20.85-64.48-18.47-14-17-54.89-17-55.47v-1.13h4.93a16.46,16.46,0,0,0,14-25.21h8.3a16.45,16.45,0,0,0,14-25.21h8.4a16.49,16.49,0,0,0,0-33Zm-127.07,83.4V216c-.55,12.36-3.34,46.44-9.5,55.53-8.7,12.81-9,33.21-9,34.11V319h-4.27c-12.36-.56-46.44-3.34-55.53-9.51-12.81-8.69-33.21-9-34.11-9h-9V296c.56-12.36,3.34-46.44,9.51-55.53,8.69-12.81,9-33.21,9-34.11V193.68h2.39c12.36.55,46.44,3.33,55.53,9.5,12.81,8.69,33.21,9,34.11,9ZM126.48,298.85c.08-1.84,1.67-45.32-20-61.82C87.93,223,88.65,179.34,88.66,178.82V130.53a8.73,8.73,0,1,1,17.45,0v32a3.89,3.89,0,0,0,7.77,0V85.9a8.73,8.73,0,1,1,17.45,0v68.62a3.88,3.88,0,0,0,7.76,0V68.41a8.73,8.73,0,1,1,17.45,0v79.81a3.88,3.88,0,0,0,7.76,0V90.78a8.73,8.73,0,1,1,17.46,0v64.05a3.88,3.88,0,0,0,7.76,0V113A8.73,8.73,0,0,1,207,113v93.29c0,.19-.28,18.9-7.67,29.79-8.5,12.54-10.62,54.77-10.83,59.72v4.68h-62Zm171.24,89.92c-1.84-.08-45.33-1.67-61.82,20-14.07,18.51-57.68,17.78-58.21,17.79h-48.3a8.73,8.73,0,0,1,0-17.46h32a3.88,3.88,0,1,0,0-7.76H84.76a8.73,8.73,0,0,1,0-17.45h68.63a3.88,3.88,0,1,0,0-7.76H67.28a8.73,8.73,0,1,1,0-17.45h79.8a3.88,3.88,0,1,0,0-7.76H89.64a8.73,8.73,0,0,1,0-17.46h64.05a3.88,3.88,0,0,0,0-7.76H111.91a8.73,8.73,0,1,1,0-17.45H205.2c.19,0,18.9.28,29.79,7.67,12.54,8.5,54.77,10.62,59.72,10.83h4.44v62ZM387.4,213.15c-.08,1.84-1.66,45.32,20,61.81,18.52,14.07,17.8,57.7,17.79,58.22v48.29a8.73,8.73,0,1,1-17.45,0v-32a3.89,3.89,0,0,0-7.77,0V426.1a8.73,8.73,0,1,1-17.45,0V357.48a3.88,3.88,0,0,0-7.76,0v86.11a8.73,8.73,0,1,1-17.45,0V363.78a3.88,3.88,0,0,0-7.76,0v57.44a8.73,8.73,0,1,1-17.45,0V357.17a3.89,3.89,0,0,0-7.77,0V399a8.73,8.73,0,0,1-17.45,0V305.67c0-.19.28-18.9,7.67-29.79,8.5-12.54,10.62-54.77,10.84-59.72v-4h62ZM444.72,154h-79.8a3.88,3.88,0,1,0,0,7.76h57.44a8.73,8.73,0,0,1,0,17.45H358.31a3.88,3.88,0,0,0,0,7.76h41.78a8.73,8.73,0,1,1,0,17.45H306.8c-.19,0-18.9-.27-29.79-7.66-12.54-8.51-54.77-10.62-59.72-10.84h-2.56V124c.53,0,1.46,0,2.73,0,10.61,0,44.52-1.51,58.64-20.09s57.7-17.77,58.21-17.78h48.3a8.73,8.73,0,0,1,0,17.45h-32a3.88,3.88,0,1,0,0,7.76h76.66a8.73,8.73,0,0,1,0,17.45H358.61a3.88,3.88,0,0,0,0,7.76h86.11a8.73,8.73,0,0,1,0,17.46Z"></path></svg>
@@ -0,0 +1 @@
1
+ <svg height='100px' width='100px' fill="#000000" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 130 130" style="enable-background:new 0 0 130 130;" xml:space="preserve"><g><path d="M125.4350586,0H4.5649414C2.0478516,0,0,2.0478516,0,4.5644531v120.8701172C0,127.9521484,2.0478516,130,4.5649414,130 h120.8701172C127.9521484,130,130,127.9521484,130,125.4345703V4.5644531C130,2.0478516,127.9521484,0,125.4350586,0z M128,125.4345703C128,126.8496094,126.8491211,128,125.4350586,128H4.5649414C3.1508789,128,2,126.8496094,2,125.4345703 V30.4091797h126V125.4345703z M128,28.4091797H2V4.5644531C2,3.1503906,3.1508789,2,4.5649414,2h120.8701172 C126.8491211,2,128,3.1503906,128,4.5644531V28.4091797z"></path><path d="M113.4526367,9.3417969c-3.4838867,0-6.3178711,2.8339844-6.3178711,6.3173828 c0,3.484375,2.8339844,6.3183594,6.3178711,6.3183594s6.3178711-2.8339844,6.3178711-6.3183594 C119.7705078,12.1757813,116.9365234,9.3417969,113.4526367,9.3417969z M113.4526367,19.9775391 c-2.3808594,0-4.3178711-1.9375-4.3178711-4.3183594s1.9370117-4.3173828,4.3178711-4.3173828 s4.3178711,1.9365234,4.3178711,4.3173828S115.8334961,19.9775391,113.4526367,19.9775391z"></path><path d="M96.3125,9.3417969c-3.4838867,0-6.3183594,2.8339844-6.3183594,6.3173828 c0,3.484375,2.8344727,6.3183594,6.3183594,6.3183594s6.3178711-2.8339844,6.3178711-6.3183594 C102.6303711,12.1757813,99.7963867,9.3417969,96.3125,9.3417969z M96.3125,19.9775391 c-2.3813477,0-4.3183594-1.9375-4.3183594-4.3183594s1.9370117-4.3173828,4.3183594-4.3173828 c2.3808594,0,4.3178711,1.9365234,4.3178711,4.3173828S98.6933594,19.9775391,96.3125,19.9775391z"></path><path d="M79.171875,9.3417969c-3.4838867,0-6.3178711,2.8339844-6.3178711,6.3173828 c0,3.484375,2.8339844,6.3183594,6.3178711,6.3183594s6.3183594-2.8339844,6.3183594-6.3183594 C85.4902344,12.1757813,82.6557617,9.3417969,79.171875,9.3417969z M79.171875,19.9775391 c-2.3808594,0-4.3178711-1.9375-4.3178711-4.3183594s1.9370117-4.3173828,4.3178711-4.3173828 c2.3813477,0,4.3183594,1.9365234,4.3183594,4.3173828S81.5532227,19.9775391,79.171875,19.9775391z"></path><path d="M62.8540039,14.6591797h-51.625c-0.5522461,0-1,0.4472656-1,1s0.4477539,1,1,1h51.625c0.5522461,0,1-0.4472656,1-1 S63.40625,14.6591797,62.8540039,14.6591797z"></path><path d="M45.6767578,117.5126953c4.8657227,0,9.7314453-1.8515625,13.4355469-5.5556641l13.8188477-13.8183594 c1.9237061-1.9243164,3.3619995-4.1806641,4.3153076-6.6943359c2.5131836-0.9526367,4.7694702-2.3903809,6.6934814-4.3144531 l13.8115234-13.8125c3.590332-3.5898438,5.5673828-8.359375,5.5673828-13.4277344 c0.0068359-5.0722656-1.9702148-9.8466797-5.5673828-13.4433594c-7.4047852-7.4042969-19.456543-7.4023438-26.8642578,0.0068359 L57.0756836,60.2646484c-1.9241333,1.9240723-3.3623047,4.1816406-4.3157349,6.6943359 c-2.5126953,0.9526367-4.7686157,2.390625-6.6930542,4.3144531L32.2480469,85.0927734 c-3.5898438,3.5898438-5.5668945,8.3583984-5.5668945,13.4287109c0,5.078125,1.9746094,9.8496094,5.5600586,13.4355469 C35.9453125,115.6611328,40.8110352,117.5126953,45.6767578,117.5126953z M58.4897461,61.6787109l13.8115234-13.8115234 c6.628418-6.6279297,17.4106445-6.6308594,24.0361328-0.0068359c3.21875,3.21875,4.987793,7.4902344,4.9814453,12.0283203 c0,4.5351563-1.769043,8.8017578-4.9814453,12.0146484l-13.8115234,13.8125 c-1.8227539,1.8222656-3.9677734,3.1748047-6.3725586,4.0205078c-2.2329102,0.7783203-4.6362305,1.0908203-6.9482422,0.9091797 c-4.0385742-0.3037109-7.8461914-2.0546875-10.722168-4.9296875c-2.7339478-2.7338867-4.4325562-6.3125-4.8513794-10.1259766 c1.2686157-0.7763672,2.6734009-1.2802734,4.1591797-1.4851074c0.152771,3.2028809,1.4841919,6.2668457,3.7600708,8.5427246 c2.4370117,2.4375,5.6816406,3.7792969,9.1362305,3.7792969l0.5615234-0.0078125 C73.6640625,86.3222656,76,85.5400391,78,84.1611328c0.6445313-0.4384766,1.2578125-0.9482422,1.8232422-1.5136719 l13.4462891-13.4462891c5.0380859-5.0380859,5.0380859-13.234375,0-18.2724609 c-2.4375-2.4375-5.6821289-3.7802734-9.1342773-3.7802734c-0.0087891,0-0.0166016,0-0.0253906,0 c-3.4389648,0-6.6748047,1.3417969-9.112793,3.7802734L61.5507813,64.375 c-0.4318237,0.4313965-0.8175659,0.8964844-1.1764526,1.375c-1.732605-0.079834-3.4460449,0.0620117-5.1196289,0.4443359 C56.0720215,64.5322266,57.1515503,63.017334,58.4897461,61.6787109z M67.2194214,92.404541 c-0.0657349,0.0690918-0.12323,0.1413574-0.1915894,0.2097168l-13.4389648,13.4394531 c-2.0644531,2.0644531-4.809082,3.2011719-7.7290039,3.2011719c-2.9111328,0-5.6513672-1.1367188-7.7158203-3.2011719 c-4.2573242-4.2578125-4.2573242-11.1865234,0-15.4443359l13.4394531-13.4394531 c0.0690918-0.0690918,0.1444702-0.1291504,0.2150879-0.1962891c0.6641235,3.8249512,2.4938354,7.3793945,5.2702637,10.15625 C59.8435669,89.904541,63.3972778,91.7355957,67.2194214,92.404541z M59.7868042,73.9987793 c2.7324219,0.1123047,5.2896729,1.2197266,7.2410278,3.1711426c1.9328003,1.9328613,3.0568848,4.5266113,3.175293,7.2333984 c-2.7375488-0.1186523-5.293457-1.2250977-7.2382813-3.1699219C61.0384521,79.3071289,59.913147,76.7121582,59.7868042,73.9987793z M72.9243164,71.2734375c-2.7744751-2.7739258-6.3271484-4.6047363-10.1513062-5.2741699 c0.0655518-0.0690918,0.1242676-0.1425781,0.1918335-0.2102051l13.4462891-13.4462891 c2.0605469-2.0605469,4.7939453-3.1943359,7.7006836-3.1943359c2.940918,0.0292969,5.6782227,1.1298828,7.7436523,3.1943359 c4.2578125,4.2578125,4.2578125,11.1865234,0,15.4443359L78.4091797,81.2333984 c-0.065979,0.065918-0.1382446,0.1235352-0.2056885,0.1875C77.5294189,77.597168,75.696167,74.0454102,72.9243164,71.2734375z M33.6621094,86.5068359L47.480957,72.6875c1.8227539-1.8222656,3.9677734-3.1757813,6.3720703-4.0205078 c2.2314453-0.7792969,4.565918-1.0869141,6.9350586-0.9091797c4.0380859,0.3037109,7.8457031,2.0546875,10.722168,4.9296875 c2.7293701,2.7294922,4.4334106,6.3046875,4.864563,10.1166992c-1.2892456,0.7924805-2.7094116,1.3024902-4.1748657,1.5036621 c-0.1422729-3.2006836-1.4726563-6.2670898-3.7580566-8.552002c-2.4375-2.4375-5.6708984-3.7792969-9.1064453-3.7792969 c-0.2182617,0.0068359-0.4257813,0.0009766-0.5976563,0.0146484c-2.4165039,0.0966797-4.7475586,0.8740234-6.7387695,2.2441406 c-0.6450195,0.4404297-1.2607422,0.9511719-1.8295898,1.5205078L36.7299805,89.1953125 c-5.0371094,5.0380859-5.0371094,13.234375,0,18.2724609c2.4418945,2.4423828,5.6845703,3.7871094,9.1298828,3.7871094 c3.4541016,0,6.7011719-1.3447266,9.1430664-3.7871094l13.4389648-13.4394531 c0.4351196-0.4350586,0.8140869-0.8916016,1.1708984-1.3666992c0.2952881,0.0141602,0.5896606,0.034668,0.8867188,0.034668 c1.421875,0,2.8548584-0.1772461,4.2576294-0.4970703c-0.8180542,1.6665039-1.8998413,3.1848145-3.2400513,4.5253906 l-13.8188477,13.8183594c-6.6289063,6.6279297-17.4140625,6.6279297-24.0429688,0 c-3.2075195-3.2089844-4.9741211-7.4775391-4.9741211-12.0214844C28.6811523,93.9863281,30.4501953,89.71875,33.6621094,86.5068359 z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <svg height='100px' width='100px' fill="#000000" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" x="0px" y="0px"><g><path d="M61,2H3A1,1,0,0,0,2,3V51a1,1,0,0,0,1,1H28v2H17a1,1,0,0,0-1,1v6a1,1,0,0,0,1,1H47a1,1,0,0,0,1-1V55a1,1,0,0,0-1-1H36V52H61a1,1,0,0,0,1-1V3A1,1,0,0,0,61,2ZM46,56v4H18V56ZM30,54V52h4v2Zm30-4H4V4H60Z"></path><path d="M7,48H57a1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H7A1,1,0,0,0,6,7V47A1,1,0,0,0,7,48ZM8,8H56V46H8Z"></path><path d="M32,22a5,5,0,1,0,5,5A5.006,5.006,0,0,0,32,22Zm0,8a3,3,0,1,1,3-3A3,3,0,0,1,32,30Z"></path><polygon points="12 12 16 12 16 10 10 10 10 16 12 16 12 12"></polygon><polygon points="52 42 48 42 48 44 54 44 54 38 52 38 52 42"></polygon><path d="M37.04,18.546A24.137,24.137,0,0,0,32,18a26.2,26.2,0,0,0-18.759,8.349,1,1,0,0,0,.039,1.345,30.681,30.681,0,0,0,13.054,7.558L23.586,38H10v2H24.414l4.273-4.273A21.672,21.672,0,0,0,32,36c10.589,0,18.393-7.967,18.72-8.306a1,1,0,0,0,.039-1.345,26.725,26.725,0,0,0-11.472-7.222L46.414,12H54V10H45.586Zm-21.618,8.42a25.83,25.83,0,0,1,9.822-5.892A8.959,8.959,0,0,0,25.1,32.769,30.077,30.077,0,0,1,15.422,26.966ZM32,34a7,7,0,1,1,7-7A7.008,7.008,0,0,1,32,34Zm16.58-7.033A29.961,29.961,0,0,1,38.9,32.774a8.959,8.959,0,0,0-.139-11.7A25.837,25.837,0,0,1,48.58,26.967Z"></path><rect x="47" y="14" width="6" height="2"></rect><rect x="47" y="18" width="4" height="2"></rect><rect x="10" y="42" width="4" height="2"></rect><rect x="16" y="42" width="2" height="2"></rect><rect x="20" y="42" width="6" height="2"></rect><rect x="52" y="34" width="2" height="2"></rect></g></svg>
@@ -0,0 +1 @@
1
+ <svg height='100px' width='100px' fill="#000000" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 64 64" style="enable-background:new 0 0 64 64;" xml:space="preserve"><path d="M30,30v12h32V30H30z M60,40H32v-8h28V40z"></path><path d="M30,56h15v4H2v2h60v-2H47v-4h15V44H30V56z M32,46h28v8H32V46z"></path><rect x="56" y="35" width="2" height="2"></rect><rect x="52" y="35" width="2" height="2"></rect><rect x="48" y="35" width="2" height="2"></rect><rect x="56" y="49" width="2" height="2"></rect><rect x="52" y="49" width="2" height="2"></rect><rect x="48" y="49" width="2" height="2"></rect><path d="M24,46c1.4,0,2.7-0.1,4-0.4v-3c-1.1,0.9-2.4,1.4-4,1.4c-0.2,0-0.4,0-0.6,0c-3.1-0.3-5.5-3-7.1-6.8c3.9-1.1,7.8-1.4,11.7-0.8 v-2c-4.1-0.6-8.3-0.3-12.4,0.9c-1-3.1-1.5-6.6-1.6-10.2h20c0,1-0.1,2-0.2,3h2c0.1-1,0.1-2,0.2-3h8c-0.1,1-0.2,2-0.4,3h2.1 c0.2-1.3,0.4-2.6,0.4-4c0-12.1-9.9-22-22-22C12,2.1,2,11.9,2,24S11.9,46,24,46z M14.4,37.7c0.8,2,1.8,3.8,3,5.1 c-2.4-0.8-4.6-2-6.4-3.7C12.1,38.6,13.3,38.1,14.4,37.7z M14,23c0.1-3.7,0.6-7.3,1.6-10.2c2.8,0.8,5.6,1.2,8.4,1.2s5.6-0.4,8.4-1.2 c1,3.1,1.5,6.6,1.6,10.2H14z M43.9,23h-8c-0.1-3.7-0.6-7.5-1.7-10.8c1.4-0.5,2.8-1.1,4.3-1.8C41.7,13.7,43.7,18.1,43.9,23z M37,8.9 c-1.1,0.5-2.3,1-3.4,1.4c-0.8-2-1.8-3.8-3-5.1C33,6,35.2,7.2,37,8.9z M24,4c0.2,0,0.4,0,0.6,0c3.1,0.3,5.5,3,7.1,6.8 c-5.1,1.4-10.3,1.4-15.4,0c0.1-0.3,0.2-0.6,0.4-0.9C17.9,7.3,20.2,4,24,4z M17.4,5.1c-1,1.1-1.8,2.4-2.6,4c-0.2,0.4-0.3,0.7-0.5,1.1 c-1.1-0.4-2.3-0.9-3.4-1.4C12.8,7.2,15,6,17.4,5.1z M9.4,10.3c1.4,0.7,2.8,1.3,4.3,1.8c-1,3.2-1.6,6.9-1.7,10.8H4 C4.3,18.1,6.3,13.7,9.4,10.3z M12.1,25c0.1,3.7,0.6,7.5,1.7,10.8c-1.4,0.5-2.8,1.1-4.3,1.8C6.3,34.3,4.3,29.9,4.1,25H12.1z"></path></svg>
@@ -8,6 +8,6 @@ sidebar_label: assetPrefix
8
8
  该配置由 Modern.js Builder 提供,更多信息可参考 [dev.assetPrefix](https://modernjs.dev/builder/api/config-dev.html#devassetprefix)。
9
9
  :::
10
10
 
11
- import Main from '@modern-js/builder-doc/docs/zh/config/dev/assetPrefix.md'
11
+ import Main from '@modern-js/builder-doc/docs/zh/config/dev/assetPrefix.md';
12
12
 
13
13
  <Main />
@@ -8,6 +8,6 @@ sidebar_label: beforeStartUrl
8
8
  该配置由 Modern.js Builder 提供,更多信息可参考 [dev.beforeStartUrl](https://modernjs.dev/builder/api/config-dev.html#devbeforestarturl)。
9
9
  :::
10
10
 
11
- import Main from '@modern-js/builder-doc/docs/zh/config/dev/beforeStartUrl.md'
11
+ import Main from '@modern-js/builder-doc/docs/zh/config/dev/beforeStartUrl.md';
12
12
 
13
13
  <Main />
@@ -8,6 +8,6 @@ sidebar_label: hmr
8
8
  该配置由 Modern.js Builder 提供,更多信息可参考 [dev.hmr](https://modernjs.dev/builder/api/config-dev.html#devhmr)。
9
9
  :::
10
10
 
11
- import Main from '@modern-js/builder-doc/docs/zh/config/dev/hmr.md'
11
+ import Main from '@modern-js/builder-doc/docs/zh/config/dev/hmr.md';
12
12
 
13
13
  <Main />
@@ -8,6 +8,6 @@ sidebar_label: host
8
8
  该配置由 Modern.js Builder 提供,更多信息可参考 [dev.host](https://modernjs.dev/builder/api/config-dev.html#devhost)。
9
9
  :::
10
10
 
11
- import Main from '@modern-js/builder-doc/docs/zh/config/dev/host.md'
11
+ import Main from '@modern-js/builder-doc/docs/zh/config/dev/host.md';
12
12
 
13
13
  <Main />
@@ -8,6 +8,6 @@ sidebar_label: https
8
8
  该配置由 Modern.js Builder 提供,更多信息可参考 [dev.https](https://modernjs.dev/builder/api/config-dev.html#devhttps)。
9
9
  :::
10
10
 
11
- import Main from '@modern-js/builder-doc/docs/zh/config/dev/https.md'
11
+ import Main from '@modern-js/builder-doc/docs/zh/config/dev/https.md';
12
12
 
13
13
  <Main />
@@ -8,6 +8,6 @@ sidebar_label: port
8
8
  该配置由 Modern.js Builder 提供,更多信息可参考 [dev.port](https://modernjs.dev/builder/api/config-dev.html#devport)。
9
9
  :::
10
10
 
11
- import Main from '@modern-js/builder-doc/docs/zh/config/dev/port.md'
11
+ import Main from '@modern-js/builder-doc/docs/zh/config/dev/port.md';
12
12
 
13
13
  <Main />
@@ -8,6 +8,6 @@ sidebar_label: progressBar
8
8
  该配置由 Modern.js Builder 提供,更多信息可参考 [dev.progressBar](https://modernjs.dev/builder/api/config-dev.html#devprogressbar)。
9
9
  :::
10
10
 
11
- import Main from '@modern-js/builder-doc/docs/zh/config/dev/progressBar.md'
11
+ import Main from '@modern-js/builder-doc/docs/zh/config/dev/progressBar.md';
12
12
 
13
13
  <Main />
@@ -8,6 +8,6 @@ sidebar_label: startUrl
8
8
  该配置由 Modern.js Builder 提供,更多信息可参考 [dev.startUrl](https://modernjs.dev/builder/api/config-dev.html#devstarturl)。
9
9
  :::
10
10
 
11
- import Main from '@modern-js/builder-doc/docs/zh/config/dev/startUrl.md'
11
+ import Main from '@modern-js/builder-doc/docs/zh/config/dev/startUrl.md';
12
12
 
13
13
  <Main />
@@ -8,6 +8,6 @@ sidebar_label: lazyCompilation
8
8
  该配置由 Modern.js Builder 提供,更多信息可参考 [experiments.lazyCompilation](https://modernjs.dev/builder/api/config-experiments.html#experimentslazycompilation)。
9
9
  :::
10
10
 
11
- import Main from '@modern-js/builder-doc/docs/zh/config/experiments/lazyCompilation.md'
11
+ import Main from '@modern-js/builder-doc/docs/zh/config/experiments/lazyCompilation.md';
12
12
 
13
13
  <Main />
@@ -8,6 +8,6 @@ sidebar_label: appIcon
8
8
  该配置由 Modern.js Builder 提供,更多信息可参考 [html.appIcon](https://modernjs.dev/builder/api/config-html.html#htmlappicon)。
9
9
  :::
10
10
 
11
- import Main from '@modern-js/builder-doc/docs/zh/config/html/appIcon.md'
11
+ import Main from '@modern-js/builder-doc/docs/zh/config/html/appIcon.md';
12
12
 
13
13
  <Main />
@@ -8,6 +8,6 @@ sidebar_label: crossorigin
8
8
  该配置由 Modern.js Builder 提供,更多信息可参考 [html.crossorigin](https://modernjs.dev/builder/api/config-html.html#htmlcrossorigin)。
9
9
  :::
10
10
 
11
- import Main from '@modern-js/builder-doc/docs/zh/config/html/crossorigin.md'
11
+ import Main from '@modern-js/builder-doc/docs/zh/config/html/crossorigin.md';
12
12
 
13
13
  <Main />
@@ -8,6 +8,6 @@ sidebar_label: disableHtmlFolder
8
8
  该配置由 Modern.js Builder 提供,更多信息可参考 [html.disableHtmlFolder](https://modernjs.dev/builder/api/config-html.html#htmldisablehtmlfolder)。
9
9
  :::
10
10
 
11
- import Main from '@modern-js/builder-doc/docs/zh/config/html/disableHtmlFolder.md'
11
+ import Main from '@modern-js/builder-doc/docs/zh/config/html/disableHtmlFolder.md';
12
12
 
13
13
  <Main />
@@ -8,6 +8,6 @@ sidebar_label: faviconByEntries
8
8
  该配置由 Modern.js Builder 提供,更多信息可参考 [html.faviconByEntries](https://modernjs.dev/builder/api/config-html.html#htmlfaviconbyentries)。
9
9
  :::
10
10
 
11
- import Main from '@modern-js/builder-doc/docs/zh/config/html/faviconByEntries.md'
11
+ import Main from '@modern-js/builder-doc/docs/zh/config/html/faviconByEntries.md';
12
12
 
13
13
  <Main />
@@ -8,6 +8,6 @@ sidebar_label: favicon
8
8
  该配置由 Modern.js Builder 提供,更多信息可参考 [html.favicon](https://modernjs.dev/builder/api/config-html.html#htmlfavicon)。
9
9
  :::
10
10
 
11
- import Main from '@modern-js/builder-doc/docs/zh/config/html/favicon.md'
11
+ import Main from '@modern-js/builder-doc/docs/zh/config/html/favicon.md';
12
12
 
13
13
  <Main />