@intlayer/docs 8.0.2 → 8.0.4
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/dist/cjs/generated/docs.entry.cjs +20 -0
- package/dist/cjs/generated/docs.entry.cjs.map +1 -1
- package/dist/esm/generated/docs.entry.mjs +20 -0
- package/dist/esm/generated/docs.entry.mjs.map +1 -1
- package/dist/types/generated/docs.entry.d.ts +1 -0
- package/dist/types/generated/docs.entry.d.ts.map +1 -1
- package/docs/en/intlayer_with_analog.md +377 -0
- package/frequent_questions/ar/translated_path_url.md +1 -1
- package/frequent_questions/de/translated_path_url.md +1 -1
- package/frequent_questions/en/translated_path_url.md +1 -1
- package/frequent_questions/en-GB/translated_path_url.md +1 -1
- package/frequent_questions/es/translated_path_url.md +1 -1
- package/frequent_questions/fr/translated_path_url.md +1 -1
- package/frequent_questions/hi/translated_path_url.md +1 -1
- package/frequent_questions/id/translated_path_url.md +1 -1
- package/frequent_questions/it/translated_path_url.md +1 -1
- package/frequent_questions/ja/translated_path_url.md +1 -1
- package/frequent_questions/ko/translated_path_url.md +1 -1
- package/frequent_questions/pl/translated_path_url.md +1 -1
- package/frequent_questions/pt/translated_path_url.md +1 -1
- package/frequent_questions/tr/translated_path_url.md +1 -1
- package/frequent_questions/uk/translated_path_url.md +1 -1
- package/frequent_questions/vi/translated_path_url.md +1 -1
- package/frequent_questions/zh/translated_path_url.md +1 -1
- package/package.json +7 -7
- package/src/generated/docs.entry.ts +20 -0
|
@@ -973,6 +973,26 @@ export const docsEntry = {
|
|
|
973
973
|
vi: readLocale('intlayer_with_adonisjs.md', 'vi'),
|
|
974
974
|
uk: readLocale('intlayer_with_adonisjs.md', 'uk'),
|
|
975
975
|
} as unknown as Record<LocalesValues, Promise<string>>,
|
|
976
|
+
'./docs/en/intlayer_with_analog.md': {
|
|
977
|
+
en: readLocale('intlayer_with_analog.md', 'en'),
|
|
978
|
+
ru: readLocale('intlayer_with_analog.md', 'ru'),
|
|
979
|
+
ja: readLocale('intlayer_with_analog.md', 'ja'),
|
|
980
|
+
fr: readLocale('intlayer_with_analog.md', 'fr'),
|
|
981
|
+
ko: readLocale('intlayer_with_analog.md', 'ko'),
|
|
982
|
+
zh: readLocale('intlayer_with_analog.md', 'zh'),
|
|
983
|
+
es: readLocale('intlayer_with_analog.md', 'es'),
|
|
984
|
+
de: readLocale('intlayer_with_analog.md', 'de'),
|
|
985
|
+
ar: readLocale('intlayer_with_analog.md', 'ar'),
|
|
986
|
+
it: readLocale('intlayer_with_analog.md', 'it'),
|
|
987
|
+
'en-GB': readLocale('intlayer_with_analog.md', 'en-GB'),
|
|
988
|
+
pt: readLocale('intlayer_with_analog.md', 'pt'),
|
|
989
|
+
hi: readLocale('intlayer_with_analog.md', 'hi'),
|
|
990
|
+
tr: readLocale('intlayer_with_analog.md', 'tr'),
|
|
991
|
+
pl: readLocale('intlayer_with_analog.md', 'pl'),
|
|
992
|
+
id: readLocale('intlayer_with_analog.md', 'id'),
|
|
993
|
+
vi: readLocale('intlayer_with_analog.md', 'vi'),
|
|
994
|
+
uk: readLocale('intlayer_with_analog.md', 'uk'),
|
|
995
|
+
} as unknown as Record<LocalesValues, Promise<string>>,
|
|
976
996
|
'./docs/en/intlayer_with_angular.md': {
|
|
977
997
|
en: readLocale('intlayer_with_angular.md', 'en'),
|
|
978
998
|
ru: readLocale('intlayer_with_angular.md', 'ru'),
|