diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000000..8347b118c47 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,34 @@ +# Set default behavior to automatically normalize line endings +* text=auto eol=lf + +# Explicitly declare text files you want to always be normalized and converted +# to native line endings on checkout +*.ts text eol=lf +*.tsx text eol=lf +*.js text eol=lf +*.jsx text eol=lf +*.json text eol=lf +*.md text eol=lf +*.yml text eol=lf +*.yaml text eol=lf +*.toml text eol=lf +*.css text eol=lf +*.scss text eol=lf +*.sh text eol=lf +*.bash text eol=lf +Dockerfile* text eol=lf +.dockerignore text eol=lf +.gitignore text eol=lf +.gitattributes text eol=lf + +# Denote all files that are truly binary and should not be modified +*.png binary +*.jpg binary +*.jpeg binary +*.gif binary +*.ico binary +*.woff binary +*.woff2 binary +*.ttf binary +*.eot binary +*.pdf binary diff --git a/.github/workflows/i18n.yml b/.github/workflows/i18n.yml index 1096bbaf5a6..d71cdffd617 100644 --- a/.github/workflows/i18n.yml +++ b/.github/workflows/i18n.yml @@ -1,13 +1,11 @@ name: 'Auto-translate Documentation' -# Temporarily disabled on: - workflow_dispatch: # Allow manual triggers only - # push: - # branches: [ staging ] - # paths: - # - 'apps/docs/content/docs/en/**' - # - 'apps/docs/i18n.json' + push: + branches: [ staging ] + paths: + - 'apps/docs/content/docs/en/**' + - 'apps/docs/i18n.json' permissions: contents: write diff --git a/apps/docs/content/docs/de/blocks/guardrails.mdx b/apps/docs/content/docs/de/blocks/guardrails.mdx index f2d6a95f8f1..ce56f1773ed 100644 --- a/apps/docs/content/docs/de/blocks/guardrails.mdx +++ b/apps/docs/content/docs/de/blocks/guardrails.mdx @@ -8,7 +8,7 @@ import { Tab, Tabs } from 'fumadocs-ui/components/tabs' import { Image } from '@/components/ui/image' import { Video } from '@/components/ui/video' -The Guardrails block validates and protects your AI workflows by checking content against multiple validation types. Ensure data quality, prevent hallucinations, detect PII, and enforce format requirements before content moves through your workflow. +Der Guardrails-Block validiert und schützt Ihre KI-Workflows, indem er Inhalte anhand mehrerer Validierungstypen überprüft. Stellen Sie die Datenqualität sicher, verhindern Sie Halluzinationen, erkennen Sie personenbezogene Daten und erzwingen Sie Formatanforderungen, bevor Inhalte durch Ihren Workflow fließen.