AliRana30 commented on PR #53: URL: https://github.com/apache/fineract-site/pull/53#issuecomment-3951385642
Hi @meonkeys! As you suggested, here are my thoughts on the YAML maintainability question: I agree with your concern about embedding HTML-heavy content in YAML (lines 156-158 of site-src/data/home.yml). It makes PRs harder to review and risks syntax errors. I'd recommend keeping structured data (versions, links, flags) in YAML but moving prose content (paragraphs with inline HTML) to Markdown files. This gives cleaner diffs, easier editing for non-technical contributors, and reduces the chance of breaking builds with YAML escaping issues. What are your thoughts @airajena? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
