Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for EN_PATH (0.03 sec)

  1. scripts/deploy_docs_status.py

            path = match.group(2)
            if path.endswith("index.md"):
                path = path.replace("index.md", "")
            else:
                path = path.replace(".md", "/")
            en_path = path
            if lang == "en":
                use_path = en_path
            else:
                use_path = f"{lang}/{path}"
            link = LinkData(
                previous_link=f"https://fastapi.tiangolo.com/{use_path}",
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Tue Sep 30 05:56:53 UTC 2025
    - 4.4K bytes
    - Viewed (0)
  2. .github/workflows/translate.yml

            env:
              GITHUB_TOKEN: ${{ secrets.FASTAPI_TRANSLATIONS }}
              OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
              LANGUAGE: ${{ matrix.lang }}
              EN_PATH: ${{ github.event.inputs.en_path }}
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sat Dec 27 18:48:45 UTC 2025
    - 3.6K bytes
    - Viewed (0)
Back to top