Closed apirogov closed 9 months ago
mkdocs.yml has some basic project metadata, such as the title, description and some urls, etc, also redundantly stated there.
mkdocs.yml
It should not be too hard to support updating it too.
ruamel.yaml has a parsing mode where comments can also be preserved etc, so I hope this works similarly to tomlkit
ruamel.yaml
tomlkit
mkdocs.yml
has some basic project metadata, such as the title, description and some urls, etc, also redundantly stated there.It should not be too hard to support updating it too.
ruamel.yaml
has a parsing mode where comments can also be preserved etc, so I hope this works similarly totomlkit