Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for on_config (0.04 sec)

  1. scripts/mkdocs_hooks.py

        material_langs_path = material_path / "templates" / "partials" / "languages"
        langs = [file.stem for file in material_langs_path.glob("*.html")]
        return langs
    
    
    class EnFile(File):
        pass
    
    
    def on_config(config: MkDocsConfig, **kwargs: Any) -> MkDocsConfig:
        available_langs = get_mkdocs_material_langs()
        dir_path = Path(config.docs_dir)
        lang = dir_path.parent.name
        if lang in available_langs:
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 21:25:59 UTC 2025
    - 5.6K bytes
    - Viewed (0)
  2. scripts/docs.py

    
    @app.command()
    def update_languages() -> None:
        """
        Update the mkdocs.yml file Languages section including all the available languages.
        """
        old_config = get_en_config()
        updated_config = get_updated_config_content()
        if old_config != updated_config:
            print("docs/en/mkdocs.yml outdated")
            print("Updating docs/en/mkdocs.yml")
            en_config_path.write_text(
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sun Dec 21 17:40:17 UTC 2025
    - 16.9K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.34.md

    - Graduated relaxed DNS search string validation to GA. For the Pod API, `.spec.dnsConfig.searches`
    Registered: Fri Dec 26 09:05:12 UTC 2025
    - Last Modified: Wed Dec 10 01:13:50 UTC 2025
    - 333.3K bytes
    - Viewed (1)
  4. CHANGELOG/CHANGELOG-1.32.md

    - cloud.google.com/go/optimization: v1.4.1 → v1.6.2
    - cloud.google.com/go/orchestration: v1.8.1 → v1.8.4
    - cloud.google.com/go/orgpolicy: v1.11.1 → v1.12.0
    - cloud.google.com/go/osconfig: v1.12.1 → v1.12.4
    - cloud.google.com/go/oslogin: v1.10.1 → v1.13.0
    - cloud.google.com/go/phishingprotection: v0.8.1 → v0.8.4
    - cloud.google.com/go/policytroubleshooter: v1.8.0 → v1.10.2
    Registered: Fri Dec 26 09:05:12 UTC 2025
    - Last Modified: Tue Dec 16 18:27:41 UTC 2025
    - 448.1K bytes
    - Viewed (0)
Back to top