- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for get_updated_config_content (0.35 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 Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 17:46:10 GMT 2026 - 25.4K bytes - Click Count (0)