<@UD17D4K8W>: I'm trying your tutorial (<https://d...
# announcements
b
@Casey Brooks: I'm trying your tutorial (https://dev.to/cjbrooks12/how-to-document-a-kotlin-project-edc) but applied to my project. Everything works fine except that it refuses to read my config.yml . Any idea what could be wrong? It finds the wiki, it finds the README integration, but it doesn't take anything I put in the config.yml
Looks like it was because I had line returns between each section…
c
Having newlines between YAML sections shouldn’t matter. I’ve been noticing that occasionally some parts of the config.yml don’t reload between builds when they should be, but I haven’t quite nailed down the issue yet. If you kill and restart the process, do the changes to config.yml get applied?
b
yes they do. But I always have to restart it anytime I change my config
and if there is an error, it just doesn't load the config.yml but doesn't say anything. Which is pretty annoying
c
do you mean if there’s a syntax error in the YAML? You’re right, there should be error messages printed in that case