Materials-Data-Science-and-Informatics / somesy

A CLI tool for synchronizing software project metadata
https://materials-data-science-and-informatics.github.io/somesy/main/
MIT License
12 stars 2 forks source link

Add sync support for mkdocs.yml #40

Closed apirogov closed 9 months ago

apirogov commented 1 year ago

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 to tomlkit