Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for get_updated_config_content (0.21 sec)

  1. 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)
Back to top