- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for get_updated_config_content (0.12 seconds)
-
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(
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sun Dec 21 17:40:17 GMT 2025 - 16.9K bytes - Click Count (0)