- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for get_mkdocs_material_langs (0.15 seconds)
-
scripts/mkdocs_hooks.py
translation_banner_path = ( docs_dir_path.parent.parent / "en" / "docs" / "translation-banner.md" ) return translation_banner_path.read_text(encoding="utf-8") @lru_cache def get_mkdocs_material_langs() -> list[str]: material_path = Path(material.__file__).parent material_langs_path = material_path / "templates" / "partials" / "languages" langs = [file.stem for file in material_langs_path.glob("*.html")]Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Tue Feb 17 09:59:14 GMT 2026 - 6.6K bytes - Click Count (0)