Hi,
with increasing complexity in Pipelines I feel a nee to create Human Readable Documentation for it. Its frankly a bit frustrating having to follow diverse include/extends/anchor to find that line of code that wracks havoc in a Pipeline.
I am a BIG fan of Documenting code in place and auto-generating the actual documents (pydoc, javadoc, etc). Its the only chance of it being at least somewhat in sync with the code.
Is there already something for Gitlab CI?
cu
Wonko