Make the docs renderer name match its purpose, add CMS_DOCS_SITE_PATH with ASTRO_SITE_PATH compatibility, and update docs publishing paths. --- Build: pass | Tests: pass — 2372 passed (704 files)
29 lines
985 B
YAML
29 lines
985 B
YAML
# Crowdin configuration for Clawdie docs
|
|
# Source language: English (en)
|
|
# Target language: Slovenian (sl) — served at root URLs in Starlight
|
|
#
|
|
# Setup:
|
|
# 1. Verify/update project_id below
|
|
# 2. Install CLI: npm install -g @crowdin/cli
|
|
# 3. Set CROWDIN_PERSONAL_TOKEN env var
|
|
# 4. crowdin upload sources
|
|
# 5. Translate in Crowdin
|
|
# 6. crowdin download translations
|
|
#
|
|
# Scope: repo-owned static docs only.
|
|
# Strapi-exported guides (guides/ and en/guides/) are excluded — managed
|
|
# via npm run export-strapi and committed as a snapshot, not translated here.
|
|
|
|
project_id: 883714
|
|
api_token_env: CROWDIN_PERSONAL_TOKEN
|
|
base_path: "."
|
|
base_url: "https://api.crowdin.com"
|
|
|
|
files:
|
|
- source: /bootstrap/cms/clawdie-docs/src/content/docs/en/**/*.md
|
|
translation: /bootstrap/cms/clawdie-docs/src/content/docs/%original_path%/%original_file_name%
|
|
ignore:
|
|
- /bootstrap/cms/clawdie-docs/src/content/docs/en/guides/**
|
|
languages_mapping:
|
|
locale:
|
|
sl: ""
|