@intlayer/docs 5.8.1 → 6.0.0-canary.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/blog/ar/rag_powered_documentation_assistant.md +282 -0
- package/blog/de/rag_powered_documentation_assistant.md +282 -0
- package/blog/en/rag_powered_documentation_assistant.md +289 -0
- package/blog/en-GB/rag_powered_documentation_assistant.md +284 -0
- package/blog/es/rag_powered_documentation_assistant.md +308 -0
- package/blog/fr/rag_powered_documentation_assistant.md +308 -0
- package/blog/hi/rag_powered_documentation_assistant.md +284 -0
- package/blog/it/rag_powered_documentation_assistant.md +284 -0
- package/blog/ja/rag_powered_documentation_assistant.md +284 -0
- package/blog/ko/rag_powered_documentation_assistant.md +283 -0
- package/blog/pt/rag_powered_documentation_assistant.md +284 -0
- package/blog/ru/rag_powered_documentation_assistant.md +284 -0
- package/blog/tr/index.md +69 -0
- package/blog/tr/internationalization_and_SEO.md +273 -0
- package/blog/tr/intlayer_with_i18next.md +162 -0
- package/blog/tr/intlayer_with_next-i18next.md +367 -0
- package/blog/tr/intlayer_with_next-intl.md +392 -0
- package/blog/tr/intlayer_with_react-i18next.md +346 -0
- package/blog/tr/intlayer_with_react-intl.md +345 -0
- package/blog/tr/list_i18n_technologies/CMS/drupal.md +143 -0
- package/blog/tr/list_i18n_technologies/CMS/wix.md +167 -0
- package/blog/tr/list_i18n_technologies/CMS/wordpress.md +188 -0
- package/blog/tr/list_i18n_technologies/frameworks/angular.md +125 -0
- package/blog/tr/list_i18n_technologies/frameworks/flutter.md +150 -0
- package/blog/tr/list_i18n_technologies/frameworks/react-native.md +217 -0
- package/blog/tr/list_i18n_technologies/frameworks/react.md +155 -0
- package/blog/tr/list_i18n_technologies/frameworks/svelte.md +129 -0
- package/blog/tr/list_i18n_technologies/frameworks/vue.md +130 -0
- package/blog/tr/next-i18next_vs_next-intl_vs_intlayer.md +170 -0
- package/blog/tr/rag_powered_documentation_assistant.md +284 -0
- package/blog/tr/react-i18next_vs_react-intl_vs_intlayer.md +162 -0
- package/blog/tr/vue-i18n_vs_intlayer.md +276 -0
- package/blog/tr/what_is_internationalization.md +166 -0
- package/blog/zh/rag_powered_documentation_assistant.md +284 -0
- package/dist/cjs/generated/blog.entry.cjs +212 -0
- package/dist/cjs/generated/blog.entry.cjs.map +1 -1
- package/dist/cjs/generated/docs.entry.cjs +660 -132
- package/dist/cjs/generated/docs.entry.cjs.map +1 -1
- package/dist/cjs/generated/frequentQuestions.entry.cjs +84 -0
- package/dist/cjs/generated/frequentQuestions.entry.cjs.map +1 -1
- package/dist/cjs/generated/legal.entry.cjs +6 -0
- package/dist/cjs/generated/legal.entry.cjs.map +1 -1
- package/dist/esm/generated/blog.entry.mjs +212 -0
- package/dist/esm/generated/blog.entry.mjs.map +1 -1
- package/dist/esm/generated/docs.entry.mjs +660 -132
- package/dist/esm/generated/docs.entry.mjs.map +1 -1
- package/dist/esm/generated/frequentQuestions.entry.mjs +84 -0
- package/dist/esm/generated/frequentQuestions.entry.mjs.map +1 -1
- package/dist/esm/generated/legal.entry.mjs +6 -0
- package/dist/esm/generated/legal.entry.mjs.map +1 -1
- package/dist/types/generated/blog.entry.d.ts +1 -0
- package/dist/types/generated/blog.entry.d.ts.map +1 -1
- package/dist/types/generated/docs.entry.d.ts +5 -2
- package/dist/types/generated/docs.entry.d.ts.map +1 -1
- package/dist/types/generated/frequentQuestions.entry.d.ts.map +1 -1
- package/dist/types/generated/legal.entry.d.ts.map +1 -1
- package/docs/ar/autoFill.md +41 -40
- package/docs/ar/configuration.md +202 -199
- package/docs/ar/dictionary/content_file.md +1059 -0
- package/docs/ar/intlayer_CMS.md +4 -4
- package/docs/ar/intlayer_with_nestjs.md +271 -0
- package/docs/ar/intlayer_with_nextjs_page_router.md +1 -1
- package/docs/ar/intlayer_with_react_router_v7.md +533 -0
- package/docs/ar/intlayer_with_tanstack.md +465 -299
- package/docs/ar/intlayer_with_vite+preact.md +7 -7
- package/docs/ar/intlayer_with_vite+react.md +7 -7
- package/docs/ar/intlayer_with_vite+vue.md +9 -9
- package/docs/ar/packages/vite-intlayer/index.md +3 -3
- package/docs/ar/readme.md +261 -0
- package/docs/ar/testing.md +199 -0
- package/docs/de/autoFill.md +42 -19
- package/docs/de/configuration.md +155 -147
- package/docs/de/dictionary/content_file.md +1059 -0
- package/docs/de/intlayer_CMS.md +4 -5
- package/docs/de/intlayer_with_nestjs.md +270 -0
- package/docs/de/intlayer_with_nextjs_page_router.md +1 -1
- package/docs/de/intlayer_with_react_router_v7.md +537 -0
- package/docs/de/intlayer_with_tanstack.md +469 -302
- package/docs/de/intlayer_with_vite+preact.md +7 -7
- package/docs/de/intlayer_with_vite+react.md +7 -7
- package/docs/de/intlayer_with_vite+vue.md +9 -9
- package/docs/de/packages/vite-intlayer/index.md +3 -3
- package/docs/de/readme.md +261 -0
- package/docs/de/testing.md +200 -0
- package/docs/en/CI_CD.md +4 -6
- package/docs/en/autoFill.md +25 -5
- package/docs/en/configuration.md +45 -54
- package/docs/en/dictionary/content_file.md +1054 -0
- package/docs/en/intlayer_CMS.md +8 -7
- package/docs/en/intlayer_cli.md +112 -5
- package/docs/en/intlayer_with_nestjs.md +268 -0
- package/docs/en/intlayer_with_nextjs_page_router.md +1 -1
- package/docs/en/intlayer_with_react_router_v7.md +531 -0
- package/docs/en/intlayer_with_tanstack.md +463 -294
- package/docs/en/intlayer_with_vite+preact.md +8 -8
- package/docs/en/intlayer_with_vite+react.md +8 -8
- package/docs/en/intlayer_with_vite+vue.md +8 -8
- package/docs/en/packages/intlayer/getLocalizedUrl.md +102 -25
- package/docs/en/packages/vite-intlayer/index.md +3 -3
- package/docs/en/readme.md +261 -0
- package/docs/en/testing.md +200 -0
- package/docs/en-GB/autoFill.md +29 -6
- package/docs/en-GB/configuration.md +79 -71
- package/docs/en-GB/dictionary/content_file.md +1084 -0
- package/docs/en-GB/intlayer_CMS.md +4 -5
- package/docs/en-GB/intlayer_with_nestjs.md +268 -0
- package/docs/en-GB/intlayer_with_nextjs_page_router.md +1 -1
- package/docs/en-GB/intlayer_with_react_router_v7.md +533 -0
- package/docs/en-GB/intlayer_with_tanstack.md +466 -299
- package/docs/en-GB/intlayer_with_vite+preact.md +7 -7
- package/docs/en-GB/intlayer_with_vite+react.md +7 -7
- package/docs/en-GB/intlayer_with_vite+vue.md +9 -9
- package/docs/en-GB/packages/vite-intlayer/index.md +3 -3
- package/docs/en-GB/readme.md +261 -0
- package/docs/en-GB/testing.md +200 -0
- package/docs/es/autoFill.md +45 -23
- package/docs/es/configuration.md +171 -167
- package/docs/es/dictionary/content_file.md +1088 -0
- package/docs/es/intlayer_CMS.md +4 -5
- package/docs/es/intlayer_with_nestjs.md +268 -0
- package/docs/es/intlayer_with_nextjs_page_router.md +1 -1
- package/docs/es/intlayer_with_react_router_v7.md +533 -0
- package/docs/es/intlayer_with_tanstack.md +469 -280
- package/docs/es/intlayer_with_vite+preact.md +7 -7
- package/docs/es/intlayer_with_vite+react.md +7 -7
- package/docs/es/intlayer_with_vite+vue.md +9 -9
- package/docs/es/packages/vite-intlayer/index.md +3 -3
- package/docs/es/readme.md +261 -0
- package/docs/es/testing.md +200 -0
- package/docs/fr/autoFill.md +47 -24
- package/docs/fr/configuration.md +213 -198
- package/docs/fr/dictionary/content_file.md +1054 -0
- package/docs/fr/intlayer_CMS.md +4 -5
- package/docs/fr/intlayer_with_nestjs.md +268 -0
- package/docs/fr/intlayer_with_nextjs_page_router.md +1 -1
- package/docs/fr/intlayer_with_react_router_v7.md +549 -0
- package/docs/fr/intlayer_with_tanstack.md +465 -279
- package/docs/fr/intlayer_with_vite+preact.md +7 -7
- package/docs/fr/intlayer_with_vite+react.md +7 -7
- package/docs/fr/intlayer_with_vite+vue.md +9 -9
- package/docs/fr/packages/vite-intlayer/index.md +3 -3
- package/docs/fr/readme.md +261 -0
- package/docs/fr/testing.md +200 -0
- package/docs/hi/autoFill.md +47 -25
- package/docs/hi/configuration.md +194 -189
- package/docs/hi/dictionary/content_file.md +1056 -0
- package/docs/hi/intlayer_CMS.md +4 -5
- package/docs/hi/intlayer_with_nestjs.md +269 -0
- package/docs/hi/intlayer_with_nextjs_page_router.md +1 -1
- package/docs/hi/intlayer_with_react_router_v7.md +533 -0
- package/docs/hi/intlayer_with_tanstack.md +467 -282
- package/docs/hi/intlayer_with_vite+preact.md +7 -7
- package/docs/hi/intlayer_with_vite+react.md +7 -7
- package/docs/hi/intlayer_with_vite+vue.md +9 -9
- package/docs/hi/packages/vite-intlayer/index.md +3 -3
- package/docs/hi/readme.md +261 -0
- package/docs/hi/testing.md +200 -0
- package/docs/it/autoFill.md +46 -24
- package/docs/it/configuration.md +169 -161
- package/docs/it/dictionary/content_file.md +1061 -0
- package/docs/it/intlayer_CMS.md +4 -5
- package/docs/it/intlayer_with_nestjs.md +268 -0
- package/docs/it/intlayer_with_nextjs_page_router.md +1 -1
- package/docs/it/intlayer_with_react_router_v7.md +535 -0
- package/docs/it/intlayer_with_tanstack.md +467 -301
- package/docs/it/intlayer_with_vite+preact.md +7 -7
- package/docs/it/intlayer_with_vite+react.md +7 -7
- package/docs/it/intlayer_with_vite+vue.md +9 -9
- package/docs/it/packages/vite-intlayer/index.md +3 -3
- package/docs/it/readme.md +261 -0
- package/docs/it/testing.md +200 -0
- package/docs/ja/autoFill.md +45 -23
- package/docs/ja/configuration.md +243 -204
- package/docs/ja/dictionary/content_file.md +1064 -0
- package/docs/ja/intlayer_CMS.md +4 -5
- package/docs/ja/intlayer_with_nestjs.md +268 -0
- package/docs/ja/intlayer_with_nextjs_page_router.md +1 -1
- package/docs/ja/intlayer_with_react_router_v7.md +534 -0
- package/docs/ja/intlayer_with_tanstack.md +467 -303
- package/docs/ja/intlayer_with_vite+preact.md +7 -7
- package/docs/ja/intlayer_with_vite+react.md +7 -7
- package/docs/ja/intlayer_with_vite+vue.md +9 -9
- package/docs/ja/packages/vite-intlayer/index.md +3 -3
- package/docs/ja/readme.md +263 -0
- package/docs/ja/testing.md +200 -0
- package/docs/ko/autoFill.md +39 -16
- package/docs/ko/configuration.md +217 -197
- package/docs/ko/dictionary/content_file.md +1060 -0
- package/docs/ko/intlayer_CMS.md +4 -5
- package/docs/ko/intlayer_with_nestjs.md +268 -0
- package/docs/ko/intlayer_with_nextjs_page_router.md +1 -1
- package/docs/ko/intlayer_with_react_router_v7.md +540 -0
- package/docs/ko/intlayer_with_tanstack.md +466 -302
- package/docs/ko/intlayer_with_vite+preact.md +7 -7
- package/docs/ko/intlayer_with_vite+react.md +7 -7
- package/docs/ko/intlayer_with_vite+vue.md +9 -9
- package/docs/ko/packages/vite-intlayer/index.md +3 -3
- package/docs/ko/readme.md +261 -0
- package/docs/ko/testing.md +200 -0
- package/docs/pt/autoFill.md +39 -15
- package/docs/pt/configuration.md +165 -147
- package/docs/pt/dictionary/content_file.md +1062 -0
- package/docs/pt/intlayer_CMS.md +4 -5
- package/docs/pt/intlayer_with_nestjs.md +271 -0
- package/docs/pt/intlayer_with_nextjs_page_router.md +1 -1
- package/docs/pt/intlayer_with_react_router_v7.md +535 -0
- package/docs/pt/intlayer_with_tanstack.md +469 -300
- package/docs/pt/intlayer_with_vite+preact.md +7 -7
- package/docs/pt/intlayer_with_vite+react.md +7 -7
- package/docs/pt/intlayer_with_vite+vue.md +9 -9
- package/docs/pt/packages/vite-intlayer/index.md +3 -3
- package/docs/pt/readme.md +261 -0
- package/docs/pt/testing.md +200 -0
- package/docs/ru/autoFill.md +52 -30
- package/docs/ru/configuration.md +164 -117
- package/docs/ru/dictionary/content_file.md +1064 -0
- package/docs/ru/intlayer_CMS.md +4 -4
- package/docs/ru/intlayer_with_nestjs.md +270 -0
- package/docs/ru/intlayer_with_nextjs_page_router.md +1 -1
- package/docs/ru/intlayer_with_react_router_v7.md +534 -0
- package/docs/ru/intlayer_with_tanstack.md +470 -305
- package/docs/ru/intlayer_with_vite+preact.md +7 -7
- package/docs/ru/intlayer_with_vite+react.md +7 -7
- package/docs/ru/intlayer_with_vite+vue.md +9 -9
- package/docs/ru/packages/vite-intlayer/index.md +3 -3
- package/docs/ru/readme.md +261 -0
- package/docs/ru/testing.md +202 -0
- package/docs/tr/CI_CD.md +198 -0
- package/docs/tr/autoFill.md +201 -0
- package/docs/tr/configuration.md +585 -0
- package/docs/tr/dictionary/condition.md +243 -0
- package/docs/tr/dictionary/content_file.md +1055 -0
- package/docs/tr/dictionary/enumeration.md +251 -0
- package/docs/tr/dictionary/file.md +228 -0
- package/docs/tr/dictionary/function_fetching.md +218 -0
- package/docs/tr/dictionary/gender.md +279 -0
- package/docs/tr/dictionary/insertion.md +191 -0
- package/docs/tr/dictionary/markdown.md +385 -0
- package/docs/tr/dictionary/nesting.md +279 -0
- package/docs/tr/dictionary/translation.md +315 -0
- package/docs/tr/formatters.md +618 -0
- package/docs/tr/how_works_intlayer.md +254 -0
- package/docs/tr/index.md +168 -0
- package/docs/tr/interest_of_intlayer.md +288 -0
- package/docs/tr/intlayer_CMS.md +347 -0
- package/docs/tr/intlayer_cli.md +570 -0
- package/docs/tr/intlayer_visual_editor.md +269 -0
- package/docs/tr/intlayer_with_angular.md +694 -0
- package/docs/tr/intlayer_with_create_react_app.md +1218 -0
- package/docs/tr/intlayer_with_express.md +415 -0
- package/docs/tr/intlayer_with_lynx+react.md +511 -0
- package/docs/tr/intlayer_with_nestjs.md +268 -0
- package/docs/tr/intlayer_with_nextjs_14.md +1029 -0
- package/docs/tr/intlayer_with_nextjs_15.md +1506 -0
- package/docs/tr/intlayer_with_nextjs_page_router.md +1484 -0
- package/docs/tr/intlayer_with_nuxt.md +773 -0
- package/docs/tr/intlayer_with_react_native+expo.md +660 -0
- package/docs/tr/intlayer_with_react_router_v7.md +531 -0
- package/docs/tr/intlayer_with_tanstack.md +452 -0
- package/docs/tr/intlayer_with_vite+preact.md +1673 -0
- package/docs/tr/intlayer_with_vite+react.md +1632 -0
- package/docs/tr/intlayer_with_vite+solid.md +288 -0
- package/docs/tr/intlayer_with_vite+svelte.md +288 -0
- package/docs/tr/intlayer_with_vite+vue.md +1042 -0
- package/docs/tr/introduction.md +209 -0
- package/docs/tr/locale_mapper.md +244 -0
- package/docs/tr/mcp_server.md +207 -0
- package/docs/tr/packages/@intlayer/api/index.md +58 -0
- package/docs/tr/packages/@intlayer/chokidar/index.md +57 -0
- package/docs/tr/packages/@intlayer/cli/index.md +47 -0
- package/docs/tr/packages/@intlayer/config/index.md +142 -0
- package/docs/tr/packages/@intlayer/core/index.md +51 -0
- package/docs/tr/packages/@intlayer/design-system/index.md +47 -0
- package/docs/tr/packages/@intlayer/dictionary-entry/index.md +53 -0
- package/docs/tr/packages/@intlayer/editor/index.md +47 -0
- package/docs/tr/packages/@intlayer/editor-react/index.md +47 -0
- package/docs/tr/packages/@intlayer/webpack/index.md +61 -0
- package/docs/tr/packages/angular-intlayer/index.md +59 -0
- package/docs/tr/packages/express-intlayer/index.md +258 -0
- package/docs/tr/packages/express-intlayer/t.md +459 -0
- package/docs/tr/packages/intlayer/getConfiguration.md +151 -0
- package/docs/tr/packages/intlayer/getEnumeration.md +165 -0
- package/docs/tr/packages/intlayer/getHTMLTextDir.md +127 -0
- package/docs/tr/packages/intlayer/getLocaleLang.md +87 -0
- package/docs/tr/packages/intlayer/getLocaleName.md +124 -0
- package/docs/tr/packages/intlayer/getLocalizedUrl.md +324 -0
- package/docs/tr/packages/intlayer/getMultilingualUrls.md +225 -0
- package/docs/tr/packages/intlayer/getPathWithoutLocale.md +81 -0
- package/docs/tr/packages/intlayer/getTranslation.md +196 -0
- package/docs/tr/packages/intlayer/getTranslationContent.md +195 -0
- package/docs/tr/packages/intlayer/index.md +505 -0
- package/docs/tr/packages/intlayer-cli/index.md +71 -0
- package/docs/tr/packages/intlayer-editor/index.md +139 -0
- package/docs/tr/packages/lynx-intlayer/index.md +85 -0
- package/docs/tr/packages/next-intlayer/index.md +154 -0
- package/docs/tr/packages/next-intlayer/t.md +354 -0
- package/docs/tr/packages/next-intlayer/useDictionary.md +270 -0
- package/docs/tr/packages/next-intlayer/useIntlayer.md +265 -0
- package/docs/tr/packages/next-intlayer/useLocale.md +133 -0
- package/docs/tr/packages/nuxt-intlayer/index.md +59 -0
- package/docs/tr/packages/preact-intlayer/index.md +55 -0
- package/docs/tr/packages/react-intlayer/index.md +148 -0
- package/docs/tr/packages/react-intlayer/t.md +304 -0
- package/docs/tr/packages/react-intlayer/useDictionary.md +554 -0
- package/docs/tr/packages/react-intlayer/useI18n.md +478 -0
- package/docs/tr/packages/react-intlayer/useIntlayer.md +253 -0
- package/docs/tr/packages/react-intlayer/useLocale.md +212 -0
- package/docs/tr/packages/react-native-intlayer/index.md +85 -0
- package/docs/tr/packages/react-scripts-intlayer/index.md +82 -0
- package/docs/tr/packages/solid-intlayer/index.md +56 -0
- package/docs/tr/packages/svelte-intlayer/index.md +55 -0
- package/docs/tr/packages/vite-intlayer/index.md +82 -0
- package/docs/tr/packages/vue-intlayer/index.md +59 -0
- package/docs/tr/per_locale_file.md +321 -0
- package/docs/tr/readme.md +261 -0
- package/docs/tr/roadmap.md +338 -0
- package/docs/tr/testing.md +200 -0
- package/docs/tr/vs_code_extension.md +154 -0
- package/docs/zh/autoFill.md +40 -18
- package/docs/zh/configuration.md +245 -226
- package/docs/zh/dictionary/content_file.md +1064 -0
- package/docs/zh/intlayer_CMS.md +4 -5
- package/docs/zh/intlayer_with_nestjs.md +268 -0
- package/docs/zh/intlayer_with_nextjs_page_router.md +1 -1
- package/docs/zh/intlayer_with_react_router_v7.md +535 -0
- package/docs/zh/intlayer_with_tanstack.md +468 -278
- package/docs/zh/intlayer_with_vite+preact.md +7 -7
- package/docs/zh/intlayer_with_vite+react.md +7 -7
- package/docs/zh/intlayer_with_vite+vue.md +7 -7
- package/docs/zh/packages/vite-intlayer/index.md +3 -3
- package/docs/zh/readme.md +261 -0
- package/docs/zh/testing.md +198 -0
- package/frequent_questions/tr/SSR_Next_no_[locale].md +105 -0
- package/frequent_questions/tr/array_as_content_declaration.md +72 -0
- package/frequent_questions/tr/build_dictionaries.md +59 -0
- package/frequent_questions/tr/build_error_CI_CD.md +75 -0
- package/frequent_questions/tr/customized_locale_list.md +65 -0
- package/frequent_questions/tr/domain_routing.md +114 -0
- package/frequent_questions/tr/esbuild_error.md +30 -0
- package/frequent_questions/tr/get_locale_cookie.md +142 -0
- package/frequent_questions/tr/intlayer_command_undefined.md +156 -0
- package/frequent_questions/tr/locale_incorect_in_url.md +74 -0
- package/frequent_questions/tr/static_rendering.md +45 -0
- package/frequent_questions/tr/translated_path_url.md +56 -0
- package/frequent_questions/tr/unknown_command.md +98 -0
- package/legal/tr/privacy_notice.md +83 -0
- package/legal/tr/terms_of_service.md +55 -0
- package/package.json +12 -12
- package/src/generated/blog.entry.ts +212 -0
- package/src/generated/docs.entry.ts +663 -135
- package/src/generated/frequentQuestions.entry.ts +85 -1
- package/src/generated/legal.entry.ts +7 -1
- package/docs/ar/dictionary/content_extention_customization.md +0 -100
- package/docs/ar/dictionary/get_started.md +0 -527
- package/docs/de/dictionary/content_extention_customization.md +0 -100
- package/docs/de/dictionary/get_started.md +0 -531
- package/docs/en/dictionary/content_extention_customization.md +0 -102
- package/docs/en/dictionary/get_started.md +0 -529
- package/docs/en-GB/dictionary/content_extention_customization.md +0 -100
- package/docs/en-GB/dictionary/get_started.md +0 -591
- package/docs/es/dictionary/content_extention_customization.md +0 -100
- package/docs/es/dictionary/get_started.md +0 -527
- package/docs/fr/dictionary/content_extention_customization.md +0 -100
- package/docs/fr/dictionary/get_started.md +0 -527
- package/docs/hi/dictionary/content_extention_customization.md +0 -100
- package/docs/hi/dictionary/get_started.md +0 -527
- package/docs/it/dictionary/content_extention_customization.md +0 -113
- package/docs/it/dictionary/get_started.md +0 -573
- package/docs/ja/dictionary/content_extention_customization.md +0 -113
- package/docs/ja/dictionary/get_started.md +0 -576
- package/docs/ko/dictionary/content_extention_customization.md +0 -100
- package/docs/ko/dictionary/get_started.md +0 -530
- package/docs/pt/dictionary/content_extention_customization.md +0 -100
- package/docs/pt/dictionary/get_started.md +0 -532
- package/docs/ru/dictionary/content_extention_customization.md +0 -100
- package/docs/ru/dictionary/get_started.md +0 -575
- package/docs/zh/dictionary/content_extention_customization.md +0 -117
- package/docs/zh/dictionary/get_started.md +0 -533
|
@@ -0,0 +1,284 @@
|
|
|
1
|
+
---
|
|
2
|
+
createdAt: 2025-09-10
|
|
3
|
+
updatedAt: 2025-09-10
|
|
4
|
+
title: 构建一个基于RAG的文档助手(分块、嵌入和搜索)
|
|
5
|
+
description: 构建一个基于RAG的文档助手(分块、嵌入和搜索)
|
|
6
|
+
keywords:
|
|
7
|
+
- RAG
|
|
8
|
+
- 文档
|
|
9
|
+
- 助手
|
|
10
|
+
- 分块
|
|
11
|
+
- 嵌入
|
|
12
|
+
- 搜索
|
|
13
|
+
slugs:
|
|
14
|
+
- blog
|
|
15
|
+
- rag-powered-documentation-assistant
|
|
16
|
+
---
|
|
17
|
+
|
|
18
|
+
# 构建一个基于RAG的文档助手(分块、嵌入和搜索)
|
|
19
|
+
|
|
20
|
+
## 你将获得什么
|
|
21
|
+
|
|
22
|
+
我构建了一个基于RAG的文档助手,并将其打包成一个你可以立即使用的模板。
|
|
23
|
+
|
|
24
|
+
- 附带一个可直接使用的应用程序(Next.js + OpenAI API)
|
|
25
|
+
- 包含一个可用的RAG流程(分块、嵌入、余弦相似度)
|
|
26
|
+
- 提供一个用React构建的完整聊天机器人UI
|
|
27
|
+
- 所有UI组件均可使用Tailwind CSS完全编辑
|
|
28
|
+
- 记录每个用户查询,帮助识别缺失的文档、用户痛点和产品机会
|
|
29
|
+
|
|
30
|
+
👉 [在线演示](https://intlayer.org/doc/why) 👉 [代码模板](https://github.com/aymericzip/smart_doc_RAG)
|
|
31
|
+
|
|
32
|
+
## 介绍
|
|
33
|
+
|
|
34
|
+
如果你曾在文档中迷失,滚动寻找一个答案,你就知道这有多痛苦。文档是有用的,但它们是静态的,搜索起来常常感觉笨拙。
|
|
35
|
+
|
|
36
|
+
这就是**RAG(检索增强生成)**的用武之地。我们不必强迫用户去翻找文本,而是结合**检索**(找到文档中正确的部分)和**生成**(让大型语言模型自然地解释它)。
|
|
37
|
+
|
|
38
|
+
在这篇文章中,我将带你了解我是如何构建一个基于RAG的文档聊天机器人的,以及它不仅帮助用户更快地找到答案,还为产品团队提供了一种全新的方式来理解用户痛点。
|
|
39
|
+
|
|
40
|
+
## 为什么为文档使用RAG?
|
|
41
|
+
|
|
42
|
+
RAG之所以成为流行的方法,是有原因的:它是让大型语言模型真正发挥作用的最实用方式之一。
|
|
43
|
+
|
|
44
|
+
对于文档来说,优势非常明显:
|
|
45
|
+
|
|
46
|
+
- 即时回答:用户用自然语言提问,得到相关的回复。
|
|
47
|
+
- 更好的上下文:模型只看到最相关的文档部分,减少了幻觉现象。
|
|
48
|
+
- 更人性化的搜索:更像是Algolia + FAQ + 聊天机器人三合一。
|
|
49
|
+
- 反馈循环:通过存储查询,你可以发现用户真正遇到的困难。
|
|
50
|
+
|
|
51
|
+
最后一点至关重要。RAG 系统不仅仅是回答问题,它还能告诉你人们在问什么。这意味着:
|
|
52
|
+
|
|
53
|
+
- 你会发现文档中缺失的信息。
|
|
54
|
+
- 你会看到新功能请求的出现。
|
|
55
|
+
- 你会发现一些模式,甚至可以指导产品策略。
|
|
56
|
+
|
|
57
|
+
所以,RAG 不仅仅是一个支持工具,它还是一个**产品发现引擎**。
|
|
58
|
+
|
|
59
|
+
## RAG 流程是如何工作的
|
|
60
|
+
|
|
61
|
+

|
|
62
|
+
|
|
63
|
+
从高层次来看,我使用的流程如下:
|
|
64
|
+
|
|
65
|
+
1. **文档分块** 大型 Markdown 文件被拆分成多个块。分块可以让上下文只包含文档中相关的部分。
|
|
66
|
+
2. **生成嵌入向量** 每个块通过 OpenAI 的嵌入 API(text-embedding-3-large)或向量数据库(Chroma、Qdrant、Pinecone)转换成向量。
|
|
67
|
+
3. **索引与存储** 嵌入向量被存储在一个简单的 JSON 文件中(用于我的演示),但在生产环境中,你可能会使用向量数据库。
|
|
68
|
+
4. **检索(RAG 中的 R)** 用户查询被转换为嵌入向量,计算余弦相似度,并检索最匹配的文本块。
|
|
69
|
+
5. **增强与生成(RAG 中的 AG)** 这些文本块被注入到 ChatGPT 的提示中,使模型能够基于实际文档上下文进行回答。
|
|
70
|
+
6. **查询日志反馈** 每个用户查询都会被存储。这对于理解痛点、缺失文档或新机会非常宝贵。
|
|
71
|
+
|
|
72
|
+
## 第一步:读取文档
|
|
73
|
+
|
|
74
|
+
第一步很简单:我需要一种方法扫描 docs/ 文件夹中的所有 .md 文件。使用 Node.js 和 glob,我将每个 Markdown 文件的内容加载到内存中。
|
|
75
|
+
|
|
76
|
+
这保持了流程的灵活性:你可以不是从 Markdown,而是从数据库、CMS,甚至 API 中获取文档。
|
|
77
|
+
|
|
78
|
+
## 第2步:将文档分块
|
|
79
|
+
|
|
80
|
+
为什么要分块?因为语言模型有**上下文限制**。给它们整本文档是行不通的。
|
|
81
|
+
|
|
82
|
+
所以思路是将文本拆分成可管理的块(例如每块500个token),并且有重叠部分(例如100个token)。重叠确保连续性,这样你不会在块的边界处丢失意义。
|
|
83
|
+
|
|
84
|
+
**示例:**
|
|
85
|
+
|
|
86
|
+
- 块1 → “…那座许多人已遗忘的旧图书馆。它高耸的书架上摆满了书籍…”
|
|
87
|
+
- 块2 → “…书架上摆满了各种想象得到的书籍,每本都在低语故事…”
|
|
88
|
+
|
|
89
|
+
重叠确保两个块包含共享的上下文,因此检索保持连贯。
|
|
90
|
+
|
|
91
|
+
这种权衡(块大小与重叠)是 RAG 效率的关键:
|
|
92
|
+
|
|
93
|
+
- 太小 → 会产生噪音。
|
|
94
|
+
- 太大 → 会导致上下文大小爆炸。
|
|
95
|
+
|
|
96
|
+
## 第三步:生成嵌入向量
|
|
97
|
+
|
|
98
|
+
文档被分块后,我们生成**嵌入向量**——表示每个块的高维向量。
|
|
99
|
+
|
|
100
|
+
我使用了 OpenAI 的 text-embedding-3-large 模型,但你也可以使用任何现代嵌入模型。
|
|
101
|
+
|
|
102
|
+
**嵌入示例:**
|
|
103
|
+
|
|
104
|
+
```js
|
|
105
|
+
[
|
|
106
|
+
-0.0002630692, -0.029749284, 0.010225477, -0.009224428, -0.0065269712,
|
|
107
|
+
-0.002665544, 0.003214777, 0.04235309, -0.033162255, -0.00080789323,
|
|
108
|
+
//...+1533 个元素
|
|
109
|
+
];
|
|
110
|
+
```
|
|
111
|
+
|
|
112
|
+
每个向量都是文本的数学指纹,支持相似度搜索。
|
|
113
|
+
|
|
114
|
+
## 第四步:索引与存储嵌入向量
|
|
115
|
+
|
|
116
|
+
为了避免多次重新生成嵌入,我将它们存储在 embeddings.json 中。
|
|
117
|
+
|
|
118
|
+
在生产环境中,你可能会想使用以下向量数据库:
|
|
119
|
+
|
|
120
|
+
- Chroma
|
|
121
|
+
- Qdrant
|
|
122
|
+
- Pinecone
|
|
123
|
+
- FAISS、Weaviate、Milvus 等等。
|
|
124
|
+
|
|
125
|
+
向量数据库负责索引、可扩展性和快速搜索。但对于我的原型,使用本地 JSON 就足够了。
|
|
126
|
+
|
|
127
|
+
## 第五步:使用余弦相似度进行检索
|
|
128
|
+
|
|
129
|
+
当用户提出问题时:
|
|
130
|
+
|
|
131
|
+
1. 为查询生成一个嵌入向量。
|
|
132
|
+
2. 使用**余弦相似度**将其与所有文档嵌入向量进行比较。
|
|
133
|
+
3. 只保留最相似的前 N 个块。
|
|
134
|
+
|
|
135
|
+
余弦相似度衡量两个向量之间的夹角。完美匹配的得分为**1.0**。
|
|
136
|
+
|
|
137
|
+
通过这种方式,系统能够找到与查询最接近的文档段落。
|
|
138
|
+
|
|
139
|
+
## 第六步:增强 + 生成
|
|
140
|
+
|
|
141
|
+
现在进入关键步骤。我们将最相关的块注入到 ChatGPT 的**系统提示**中。
|
|
142
|
+
|
|
143
|
+
这意味着模型的回答就像那些文档片段是对话的一部分一样。
|
|
144
|
+
|
|
145
|
+
结果是:准确的、**基于文档的响应**。
|
|
146
|
+
|
|
147
|
+
## 第7步:记录用户查询
|
|
148
|
+
|
|
149
|
+
这是隐藏的超级能力。
|
|
150
|
+
|
|
151
|
+
每个提问都会被存储。随着时间推移,你会构建一个数据集,包含:
|
|
152
|
+
|
|
153
|
+
- 最常见的问题(非常适合常见问题解答)
|
|
154
|
+
- 未回答的问题(文档缺失或不清晰)
|
|
155
|
+
- 伪装成问题的功能请求(“它能与X集成吗?”)
|
|
156
|
+
- 你未曾预料到的新兴用例
|
|
157
|
+
|
|
158
|
+
这将你的RAG助手变成一个**持续的用户研究工具**。
|
|
159
|
+
|
|
160
|
+
## 成本是多少?
|
|
161
|
+
|
|
162
|
+
对RAG的一个常见反对意见是成本。实际上,它出乎意料地便宜:
|
|
163
|
+
|
|
164
|
+
- 为大约200个文档生成嵌入大约需要**5分钟**,成本为**1–2欧元**。
|
|
165
|
+
- 文档搜索功能是100%免费的。
|
|
166
|
+
- 对于查询,我们使用 gpt-4o-latest,不启用“思考”模式。在 Intlayer 上,我们每月大约处理 **300 次聊天查询**,OpenAI API 账单很少超过 **10 美元**。
|
|
167
|
+
|
|
168
|
+
除此之外,你还需要考虑托管成本。
|
|
169
|
+
|
|
170
|
+
## 实现细节
|
|
171
|
+
|
|
172
|
+
技术栈:
|
|
173
|
+
|
|
174
|
+
- Monorepo:pnpm 工作区
|
|
175
|
+
- 文档包:Node.js / TypeScript / OpenAI API
|
|
176
|
+
- 前端:Next.js / React / Tailwind CSS
|
|
177
|
+
- 后端:Node.js API 路由 / OpenAI API
|
|
178
|
+
|
|
179
|
+
`@smart-doc/docs` 包是一个 TypeScript 包,负责文档处理。当添加或修改 markdown 文件时,该包包含一个 `build` 脚本,用于重新构建每种语言的文档列表,生成嵌入向量,并将其存储在 `embeddings.json` 文件中。
|
|
180
|
+
|
|
181
|
+
在前端,我们使用一个 Next.js 应用程序,提供:
|
|
182
|
+
|
|
183
|
+
- Markdown 转换为 HTML 渲染
|
|
184
|
+
- 一个用于查找相关文档的搜索栏
|
|
185
|
+
- 一个用于提问文档问题的聊天机器人界面
|
|
186
|
+
|
|
187
|
+
为了执行文档搜索,Next.js 应用程序包含一个 API 路由,该路由调用 `@smart-doc/docs` 包中的函数以检索与查询匹配的文档块。利用这些文档块,我们可以返回与用户搜索相关的文档页面列表。
|
|
188
|
+
|
|
189
|
+
对于聊天机器人功能,我们遵循相同的搜索流程,但额外将检索到的文档块注入到发送给 ChatGPT 的提示中。
|
|
190
|
+
|
|
191
|
+
以下是发送给 ChatGPT 的提示示例:
|
|
192
|
+
|
|
193
|
+
系统提示:
|
|
194
|
+
|
|
195
|
+
```txt
|
|
196
|
+
你是一个能够回答关于 Intlayer 文档问题的有用助手。
|
|
197
|
+
|
|
198
|
+
相关文档块:
|
|
199
|
+
|
|
200
|
+
-----
|
|
201
|
+
docName: "getting-started"
|
|
202
|
+
docChunk: "1/3"
|
|
203
|
+
docUrl: "https://example.com/docs/zh/getting-started"
|
|
204
|
+
---
|
|
205
|
+
|
|
206
|
+
# 如何开始
|
|
207
|
+
|
|
208
|
+
...
|
|
209
|
+
|
|
210
|
+
-----
|
|
211
|
+
docName: "another-doc"
|
|
212
|
+
docChunk: "1/5"
|
|
213
|
+
docUrl: "https://example.com/docs/zh/another-doc"
|
|
214
|
+
---
|
|
215
|
+
|
|
216
|
+
# 另一个文档
|
|
217
|
+
|
|
218
|
+
...
|
|
219
|
+
```
|
|
220
|
+
|
|
221
|
+
用户查询:
|
|
222
|
+
|
|
223
|
+
```txt
|
|
224
|
+
如何开始?
|
|
225
|
+
```
|
|
226
|
+
|
|
227
|
+
我们使用 SSE 来流式传输来自 API 路由的响应。
|
|
228
|
+
|
|
229
|
+
如前所述,我们使用无“思考”模式的 gpt-4-turbo。响应相关且延迟低。
|
|
230
|
+
我们尝试过 gpt-5,但延迟过高(有时回复需要长达 15 秒)。但我们将来会重新考虑。
|
|
231
|
+
|
|
232
|
+
👉 [在这里试用演示](https://intlayer.org/doc/zh/why) 👉 [在 GitHub 查看代码模板](https://github.com/aymericzip/smart_doc_RAG)
|
|
233
|
+
|
|
234
|
+
## 进一步探索
|
|
235
|
+
|
|
236
|
+
该项目是一个最小实现。但你可以通过多种方式扩展它:
|
|
237
|
+
|
|
238
|
+
- MCP 服务器 → 将文档检索功能迁移到 MCP 服务器,以便将文档连接到任何 AI 助手
|
|
239
|
+
|
|
240
|
+
- 向量数据库 → 扩展到数百万文档块
|
|
241
|
+
- LangChain / LlamaIndex → 现成的 RAG 流水线框架
|
|
242
|
+
- 分析仪表盘 → 可视化用户查询和痛点
|
|
243
|
+
- 多源检索 → 不仅检索文档,还能拉取数据库条目、博客文章、工单等
|
|
244
|
+
- 改进的提示技术 → 重新排序、过滤和混合搜索(关键词 + 语义)
|
|
245
|
+
|
|
246
|
+
## 我们遇到的限制
|
|
247
|
+
|
|
248
|
+
- 分块和重叠是经验性的。正确的平衡(分块大小、重叠比例、检索块数量)需要反复迭代和测试。
|
|
249
|
+
- 当文档发生变化时,嵌入不会自动重新生成。我们的系统仅在文件的分块数量与存储的不同情况下才会重置该文件的嵌入。
|
|
250
|
+
- 在这个原型中,嵌入向量存储在 JSON 中。这适用于演示,但会污染 Git。在生产环境中,使用数据库或专用向量存储更为合适。
|
|
251
|
+
|
|
252
|
+
## 这不仅仅是文档的重要性
|
|
253
|
+
|
|
254
|
+
有趣的部分不仅仅是聊天机器人,而是**反馈循环**。
|
|
255
|
+
|
|
256
|
+
通过 RAG,你不仅仅是在回答问题:
|
|
257
|
+
|
|
258
|
+
- 你了解用户的困惑所在。
|
|
259
|
+
- 你发现他们期望的功能。
|
|
260
|
+
- 你根据真实查询调整产品策略。
|
|
261
|
+
|
|
262
|
+
**示例:**
|
|
263
|
+
|
|
264
|
+
想象一下发布一个新功能后,立即看到:
|
|
265
|
+
|
|
266
|
+
- 50% 的问题都集中在同一个不清晰的设置步骤上
|
|
267
|
+
- 用户反复请求你尚未支持的集成
|
|
268
|
+
- 人们搜索的词汇揭示了一个新的使用场景
|
|
269
|
+
|
|
270
|
+
这就是直接来自用户的**产品智能**。
|
|
271
|
+
|
|
272
|
+
## 结论
|
|
273
|
+
|
|
274
|
+
RAG 是使大型语言模型(LLM)实用的最简单且最强大的方法之一。通过结合**检索 + 生成**,您可以将静态文档转变为**智能助手**,同时获得持续的产品洞察流。
|
|
275
|
+
|
|
276
|
+
对我来说,这个项目表明 RAG 不仅仅是一个技术技巧。它是一种将文档转变为:
|
|
277
|
+
|
|
278
|
+
- 交互式支持系统
|
|
279
|
+
- 反馈渠道
|
|
280
|
+
- 产品策略工具
|
|
281
|
+
|
|
282
|
+
👉 [在此试用演示](https://intlayer.org/doc/why) 👉 [在 GitHub 查看代码模板](https://github.com/aymericzip/smart_doc_RAG)
|
|
283
|
+
|
|
284
|
+
如果您也在尝试使用 RAG,我很想了解您是如何使用它的。
|
|
@@ -67,6 +67,9 @@ const blogEntry = {
|
|
|
67
67
|
),
|
|
68
68
|
hi: Promise.resolve(
|
|
69
69
|
(0, import_promises.readFile)((0, import_path.join)(dir, "../../../blog/hi/index.md"), "utf8")
|
|
70
|
+
),
|
|
71
|
+
tr: Promise.resolve(
|
|
72
|
+
(0, import_promises.readFile)((0, import_path.join)(dir, "../../../blog/tr/index.md"), "utf8")
|
|
70
73
|
)
|
|
71
74
|
},
|
|
72
75
|
"./blog/en/internationalization_and_SEO.md": {
|
|
@@ -147,6 +150,12 @@ const blogEntry = {
|
|
|
147
150
|
(0, import_path.join)(dir, "../../../blog/hi/internationalization_and_SEO.md"),
|
|
148
151
|
"utf8"
|
|
149
152
|
)
|
|
153
|
+
),
|
|
154
|
+
tr: Promise.resolve(
|
|
155
|
+
(0, import_promises.readFile)(
|
|
156
|
+
(0, import_path.join)(dir, "../../../blog/tr/internationalization_and_SEO.md"),
|
|
157
|
+
"utf8"
|
|
158
|
+
)
|
|
150
159
|
)
|
|
151
160
|
},
|
|
152
161
|
"./blog/en/intlayer_with_i18next.md": {
|
|
@@ -191,6 +200,9 @@ const blogEntry = {
|
|
|
191
200
|
),
|
|
192
201
|
hi: Promise.resolve(
|
|
193
202
|
(0, import_promises.readFile)((0, import_path.join)(dir, "../../../blog/hi/intlayer_with_i18next.md"), "utf8")
|
|
203
|
+
),
|
|
204
|
+
tr: Promise.resolve(
|
|
205
|
+
(0, import_promises.readFile)((0, import_path.join)(dir, "../../../blog/tr/intlayer_with_i18next.md"), "utf8")
|
|
194
206
|
)
|
|
195
207
|
},
|
|
196
208
|
"./blog/en/intlayer_with_next-i18next.md": {
|
|
@@ -271,6 +283,12 @@ const blogEntry = {
|
|
|
271
283
|
(0, import_path.join)(dir, "../../../blog/hi/intlayer_with_next-i18next.md"),
|
|
272
284
|
"utf8"
|
|
273
285
|
)
|
|
286
|
+
),
|
|
287
|
+
tr: Promise.resolve(
|
|
288
|
+
(0, import_promises.readFile)(
|
|
289
|
+
(0, import_path.join)(dir, "../../../blog/tr/intlayer_with_next-i18next.md"),
|
|
290
|
+
"utf8"
|
|
291
|
+
)
|
|
274
292
|
)
|
|
275
293
|
},
|
|
276
294
|
"./blog/en/intlayer_with_next-intl.md": {
|
|
@@ -315,6 +333,9 @@ const blogEntry = {
|
|
|
315
333
|
),
|
|
316
334
|
hi: Promise.resolve(
|
|
317
335
|
(0, import_promises.readFile)((0, import_path.join)(dir, "../../../blog/hi/intlayer_with_next-intl.md"), "utf8")
|
|
336
|
+
),
|
|
337
|
+
tr: Promise.resolve(
|
|
338
|
+
(0, import_promises.readFile)((0, import_path.join)(dir, "../../../blog/tr/intlayer_with_next-intl.md"), "utf8")
|
|
318
339
|
)
|
|
319
340
|
},
|
|
320
341
|
"./blog/en/intlayer_with_react-i18next.md": {
|
|
@@ -395,6 +416,12 @@ const blogEntry = {
|
|
|
395
416
|
(0, import_path.join)(dir, "../../../blog/hi/intlayer_with_react-i18next.md"),
|
|
396
417
|
"utf8"
|
|
397
418
|
)
|
|
419
|
+
),
|
|
420
|
+
tr: Promise.resolve(
|
|
421
|
+
(0, import_promises.readFile)(
|
|
422
|
+
(0, import_path.join)(dir, "../../../blog/tr/intlayer_with_react-i18next.md"),
|
|
423
|
+
"utf8"
|
|
424
|
+
)
|
|
398
425
|
)
|
|
399
426
|
},
|
|
400
427
|
"./blog/en/intlayer_with_react-intl.md": {
|
|
@@ -475,6 +502,12 @@ const blogEntry = {
|
|
|
475
502
|
(0, import_path.join)(dir, "../../../blog/hi/intlayer_with_react-intl.md"),
|
|
476
503
|
"utf8"
|
|
477
504
|
)
|
|
505
|
+
),
|
|
506
|
+
tr: Promise.resolve(
|
|
507
|
+
(0, import_promises.readFile)(
|
|
508
|
+
(0, import_path.join)(dir, "../../../blog/tr/intlayer_with_react-intl.md"),
|
|
509
|
+
"utf8"
|
|
510
|
+
)
|
|
478
511
|
)
|
|
479
512
|
},
|
|
480
513
|
"./blog/en/list_i18n_technologies/CMS/drupal.md": {
|
|
@@ -555,6 +588,12 @@ const blogEntry = {
|
|
|
555
588
|
(0, import_path.join)(dir, "../../../blog/hi/list_i18n_technologies/CMS/drupal.md"),
|
|
556
589
|
"utf8"
|
|
557
590
|
)
|
|
591
|
+
),
|
|
592
|
+
tr: Promise.resolve(
|
|
593
|
+
(0, import_promises.readFile)(
|
|
594
|
+
(0, import_path.join)(dir, "../../../blog/tr/list_i18n_technologies/CMS/drupal.md"),
|
|
595
|
+
"utf8"
|
|
596
|
+
)
|
|
558
597
|
)
|
|
559
598
|
},
|
|
560
599
|
"./blog/en/list_i18n_technologies/CMS/wix.md": {
|
|
@@ -635,6 +674,12 @@ const blogEntry = {
|
|
|
635
674
|
(0, import_path.join)(dir, "../../../blog/hi/list_i18n_technologies/CMS/wix.md"),
|
|
636
675
|
"utf8"
|
|
637
676
|
)
|
|
677
|
+
),
|
|
678
|
+
tr: Promise.resolve(
|
|
679
|
+
(0, import_promises.readFile)(
|
|
680
|
+
(0, import_path.join)(dir, "../../../blog/tr/list_i18n_technologies/CMS/wix.md"),
|
|
681
|
+
"utf8"
|
|
682
|
+
)
|
|
638
683
|
)
|
|
639
684
|
},
|
|
640
685
|
"./blog/en/list_i18n_technologies/CMS/wordpress.md": {
|
|
@@ -718,6 +763,12 @@ const blogEntry = {
|
|
|
718
763
|
(0, import_path.join)(dir, "../../../blog/hi/list_i18n_technologies/CMS/wordpress.md"),
|
|
719
764
|
"utf8"
|
|
720
765
|
)
|
|
766
|
+
),
|
|
767
|
+
tr: Promise.resolve(
|
|
768
|
+
(0, import_promises.readFile)(
|
|
769
|
+
(0, import_path.join)(dir, "../../../blog/tr/list_i18n_technologies/CMS/wordpress.md"),
|
|
770
|
+
"utf8"
|
|
771
|
+
)
|
|
721
772
|
)
|
|
722
773
|
},
|
|
723
774
|
"./blog/en/list_i18n_technologies/frameworks/angular.md": {
|
|
@@ -837,6 +888,15 @@ const blogEntry = {
|
|
|
837
888
|
),
|
|
838
889
|
"utf8"
|
|
839
890
|
)
|
|
891
|
+
),
|
|
892
|
+
tr: Promise.resolve(
|
|
893
|
+
(0, import_promises.readFile)(
|
|
894
|
+
(0, import_path.join)(
|
|
895
|
+
dir,
|
|
896
|
+
"../../../blog/tr/list_i18n_technologies/frameworks/angular.md"
|
|
897
|
+
),
|
|
898
|
+
"utf8"
|
|
899
|
+
)
|
|
840
900
|
)
|
|
841
901
|
},
|
|
842
902
|
"./blog/en/list_i18n_technologies/frameworks/flutter.md": {
|
|
@@ -956,6 +1016,15 @@ const blogEntry = {
|
|
|
956
1016
|
),
|
|
957
1017
|
"utf8"
|
|
958
1018
|
)
|
|
1019
|
+
),
|
|
1020
|
+
tr: Promise.resolve(
|
|
1021
|
+
(0, import_promises.readFile)(
|
|
1022
|
+
(0, import_path.join)(
|
|
1023
|
+
dir,
|
|
1024
|
+
"../../../blog/tr/list_i18n_technologies/frameworks/flutter.md"
|
|
1025
|
+
),
|
|
1026
|
+
"utf8"
|
|
1027
|
+
)
|
|
959
1028
|
)
|
|
960
1029
|
},
|
|
961
1030
|
"./blog/en/list_i18n_technologies/frameworks/react-native.md": {
|
|
@@ -1075,6 +1144,15 @@ const blogEntry = {
|
|
|
1075
1144
|
),
|
|
1076
1145
|
"utf8"
|
|
1077
1146
|
)
|
|
1147
|
+
),
|
|
1148
|
+
tr: Promise.resolve(
|
|
1149
|
+
(0, import_promises.readFile)(
|
|
1150
|
+
(0, import_path.join)(
|
|
1151
|
+
dir,
|
|
1152
|
+
"../../../blog/tr/list_i18n_technologies/frameworks/react-native.md"
|
|
1153
|
+
),
|
|
1154
|
+
"utf8"
|
|
1155
|
+
)
|
|
1078
1156
|
)
|
|
1079
1157
|
},
|
|
1080
1158
|
"./blog/en/list_i18n_technologies/frameworks/react.md": {
|
|
@@ -1194,6 +1272,15 @@ const blogEntry = {
|
|
|
1194
1272
|
),
|
|
1195
1273
|
"utf8"
|
|
1196
1274
|
)
|
|
1275
|
+
),
|
|
1276
|
+
tr: Promise.resolve(
|
|
1277
|
+
(0, import_promises.readFile)(
|
|
1278
|
+
(0, import_path.join)(
|
|
1279
|
+
dir,
|
|
1280
|
+
"../../../blog/tr/list_i18n_technologies/frameworks/react.md"
|
|
1281
|
+
),
|
|
1282
|
+
"utf8"
|
|
1283
|
+
)
|
|
1197
1284
|
)
|
|
1198
1285
|
},
|
|
1199
1286
|
"./blog/en/list_i18n_technologies/frameworks/svelte.md": {
|
|
@@ -1313,6 +1400,15 @@ const blogEntry = {
|
|
|
1313
1400
|
),
|
|
1314
1401
|
"utf8"
|
|
1315
1402
|
)
|
|
1403
|
+
),
|
|
1404
|
+
tr: Promise.resolve(
|
|
1405
|
+
(0, import_promises.readFile)(
|
|
1406
|
+
(0, import_path.join)(
|
|
1407
|
+
dir,
|
|
1408
|
+
"../../../blog/tr/list_i18n_technologies/frameworks/svelte.md"
|
|
1409
|
+
),
|
|
1410
|
+
"utf8"
|
|
1411
|
+
)
|
|
1316
1412
|
)
|
|
1317
1413
|
},
|
|
1318
1414
|
"./blog/en/list_i18n_technologies/frameworks/vue.md": {
|
|
@@ -1396,6 +1492,12 @@ const blogEntry = {
|
|
|
1396
1492
|
(0, import_path.join)(dir, "../../../blog/hi/list_i18n_technologies/frameworks/vue.md"),
|
|
1397
1493
|
"utf8"
|
|
1398
1494
|
)
|
|
1495
|
+
),
|
|
1496
|
+
tr: Promise.resolve(
|
|
1497
|
+
(0, import_promises.readFile)(
|
|
1498
|
+
(0, import_path.join)(dir, "../../../blog/tr/list_i18n_technologies/frameworks/vue.md"),
|
|
1499
|
+
"utf8"
|
|
1500
|
+
)
|
|
1399
1501
|
)
|
|
1400
1502
|
},
|
|
1401
1503
|
"./blog/en/next-i18next_vs_next-intl_vs_intlayer.md": {
|
|
@@ -1479,6 +1581,98 @@ const blogEntry = {
|
|
|
1479
1581
|
(0, import_path.join)(dir, "../../../blog/hi/next-i18next_vs_next-intl_vs_intlayer.md"),
|
|
1480
1582
|
"utf8"
|
|
1481
1583
|
)
|
|
1584
|
+
),
|
|
1585
|
+
tr: Promise.resolve(
|
|
1586
|
+
(0, import_promises.readFile)(
|
|
1587
|
+
(0, import_path.join)(dir, "../../../blog/tr/next-i18next_vs_next-intl_vs_intlayer.md"),
|
|
1588
|
+
"utf8"
|
|
1589
|
+
)
|
|
1590
|
+
)
|
|
1591
|
+
},
|
|
1592
|
+
"./blog/en/rag_powered_documentation_assistant.md": {
|
|
1593
|
+
en: Promise.resolve(
|
|
1594
|
+
(0, import_promises.readFile)(
|
|
1595
|
+
(0, import_path.join)(dir, "../../../blog/en/rag_powered_documentation_assistant.md"),
|
|
1596
|
+
"utf8"
|
|
1597
|
+
)
|
|
1598
|
+
),
|
|
1599
|
+
fr: Promise.resolve(
|
|
1600
|
+
(0, import_promises.readFile)(
|
|
1601
|
+
(0, import_path.join)(dir, "../../../blog/fr/rag_powered_documentation_assistant.md"),
|
|
1602
|
+
"utf8"
|
|
1603
|
+
)
|
|
1604
|
+
),
|
|
1605
|
+
ru: Promise.resolve(
|
|
1606
|
+
(0, import_promises.readFile)(
|
|
1607
|
+
(0, import_path.join)(dir, "../../../blog/ru/rag_powered_documentation_assistant.md"),
|
|
1608
|
+
"utf8"
|
|
1609
|
+
)
|
|
1610
|
+
),
|
|
1611
|
+
ja: Promise.resolve(
|
|
1612
|
+
(0, import_promises.readFile)(
|
|
1613
|
+
(0, import_path.join)(dir, "../../../blog/ja/rag_powered_documentation_assistant.md"),
|
|
1614
|
+
"utf8"
|
|
1615
|
+
)
|
|
1616
|
+
),
|
|
1617
|
+
ko: Promise.resolve(
|
|
1618
|
+
(0, import_promises.readFile)(
|
|
1619
|
+
(0, import_path.join)(dir, "../../../blog/ko/rag_powered_documentation_assistant.md"),
|
|
1620
|
+
"utf8"
|
|
1621
|
+
)
|
|
1622
|
+
),
|
|
1623
|
+
zh: Promise.resolve(
|
|
1624
|
+
(0, import_promises.readFile)(
|
|
1625
|
+
(0, import_path.join)(dir, "../../../blog/zh/rag_powered_documentation_assistant.md"),
|
|
1626
|
+
"utf8"
|
|
1627
|
+
)
|
|
1628
|
+
),
|
|
1629
|
+
es: Promise.resolve(
|
|
1630
|
+
(0, import_promises.readFile)(
|
|
1631
|
+
(0, import_path.join)(dir, "../../../blog/es/rag_powered_documentation_assistant.md"),
|
|
1632
|
+
"utf8"
|
|
1633
|
+
)
|
|
1634
|
+
),
|
|
1635
|
+
de: Promise.resolve(
|
|
1636
|
+
(0, import_promises.readFile)(
|
|
1637
|
+
(0, import_path.join)(dir, "../../../blog/de/rag_powered_documentation_assistant.md"),
|
|
1638
|
+
"utf8"
|
|
1639
|
+
)
|
|
1640
|
+
),
|
|
1641
|
+
ar: Promise.resolve(
|
|
1642
|
+
(0, import_promises.readFile)(
|
|
1643
|
+
(0, import_path.join)(dir, "../../../blog/ar/rag_powered_documentation_assistant.md"),
|
|
1644
|
+
"utf8"
|
|
1645
|
+
)
|
|
1646
|
+
),
|
|
1647
|
+
pt: Promise.resolve(
|
|
1648
|
+
(0, import_promises.readFile)(
|
|
1649
|
+
(0, import_path.join)(dir, "../../../blog/pt/rag_powered_documentation_assistant.md"),
|
|
1650
|
+
"utf8"
|
|
1651
|
+
)
|
|
1652
|
+
),
|
|
1653
|
+
"en-GB": Promise.resolve(
|
|
1654
|
+
(0, import_promises.readFile)(
|
|
1655
|
+
(0, import_path.join)(dir, "../../../blog/en-GB/rag_powered_documentation_assistant.md"),
|
|
1656
|
+
"utf8"
|
|
1657
|
+
)
|
|
1658
|
+
),
|
|
1659
|
+
it: Promise.resolve(
|
|
1660
|
+
(0, import_promises.readFile)(
|
|
1661
|
+
(0, import_path.join)(dir, "../../../blog/it/rag_powered_documentation_assistant.md"),
|
|
1662
|
+
"utf8"
|
|
1663
|
+
)
|
|
1664
|
+
),
|
|
1665
|
+
hi: Promise.resolve(
|
|
1666
|
+
(0, import_promises.readFile)(
|
|
1667
|
+
(0, import_path.join)(dir, "../../../blog/hi/rag_powered_documentation_assistant.md"),
|
|
1668
|
+
"utf8"
|
|
1669
|
+
)
|
|
1670
|
+
),
|
|
1671
|
+
tr: Promise.resolve(
|
|
1672
|
+
(0, import_promises.readFile)(
|
|
1673
|
+
(0, import_path.join)(dir, "../../../blog/tr/rag_powered_documentation_assistant.md"),
|
|
1674
|
+
"utf8"
|
|
1675
|
+
)
|
|
1482
1676
|
)
|
|
1483
1677
|
},
|
|
1484
1678
|
"./blog/en/react-i18next_vs_react-intl_vs_intlayer.md": {
|
|
@@ -1598,6 +1792,15 @@ const blogEntry = {
|
|
|
1598
1792
|
),
|
|
1599
1793
|
"utf8"
|
|
1600
1794
|
)
|
|
1795
|
+
),
|
|
1796
|
+
tr: Promise.resolve(
|
|
1797
|
+
(0, import_promises.readFile)(
|
|
1798
|
+
(0, import_path.join)(
|
|
1799
|
+
dir,
|
|
1800
|
+
"../../../blog/tr/react-i18next_vs_react-intl_vs_intlayer.md"
|
|
1801
|
+
),
|
|
1802
|
+
"utf8"
|
|
1803
|
+
)
|
|
1601
1804
|
)
|
|
1602
1805
|
},
|
|
1603
1806
|
"./blog/en/vue-i18n_vs_intlayer.md": {
|
|
@@ -1639,6 +1842,9 @@ const blogEntry = {
|
|
|
1639
1842
|
),
|
|
1640
1843
|
hi: Promise.resolve(
|
|
1641
1844
|
(0, import_promises.readFile)((0, import_path.join)(dir, "../../../blog/hi/vue-i18n_vs_intlayer.md"), "utf8")
|
|
1845
|
+
),
|
|
1846
|
+
tr: Promise.resolve(
|
|
1847
|
+
(0, import_promises.readFile)((0, import_path.join)(dir, "../../../blog/tr/vue-i18n_vs_intlayer.md"), "utf8")
|
|
1642
1848
|
)
|
|
1643
1849
|
},
|
|
1644
1850
|
"./blog/en/what_is_internationalization.md": {
|
|
@@ -1719,6 +1925,12 @@ const blogEntry = {
|
|
|
1719
1925
|
(0, import_path.join)(dir, "../../../blog/hi/what_is_internationalization.md"),
|
|
1720
1926
|
"utf8"
|
|
1721
1927
|
)
|
|
1928
|
+
),
|
|
1929
|
+
tr: Promise.resolve(
|
|
1930
|
+
(0, import_promises.readFile)(
|
|
1931
|
+
(0, import_path.join)(dir, "../../../blog/tr/what_is_internationalization.md"),
|
|
1932
|
+
"utf8"
|
|
1933
|
+
)
|
|
1722
1934
|
)
|
|
1723
1935
|
}
|
|
1724
1936
|
};
|