Now if we change the `markdown_generator.py` and regenerate all READMEs, it does not regenerate them unless index.yml is deleted. Solution for now: ``` $ find . -name 'index.yml' -delete $ uv run docs all ```
Now if we change the
markdown_generator.pyand regenerate all READMEs, it does not regenerate them unless index.yml is deleted. Solution for now: