feat(docs): localize structured metadata and gate coverage

This commit is contained in:
2026-08-24 10:48:21 +02:00
parent d6560b343a
commit 92dc91885b
11 changed files with 372 additions and 21 deletions
+2
View File
@@ -166,6 +166,8 @@ export type DocsDocumentationTopic = {
i18n_key: string;
locale: string;
translation_locale: string;
structured_translation_locale: string;
structured_translation_version?: string | null;
version: {
resolved: string;
minimum?: string | null;