You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With #3981 we'll switch from the asciidoc based docs system to markdown. We'll have to revisit our automations:
We previously generated the asciidoc and reference properties file automatically from our config option declarations in the code: We need to evaluate how we want to move forward here: Do we want to spend the effort on adding the same automation for markdown or do we add this as a manual task to our PR templates?
[docs] Migrate docs from AsciiDoc to Markdown #3981 also disabled the ConfigurationExporterTest verifying the docs match the config options declared in the code. Based on what we decide for the point above, we'll need to update or remove this test accordingly
Our release relies on an automation to update the changelog in the docs. This needs to be updated/fixed prior to the next release.
At least the last point must be tackled soon, because it otherwise would block us from releasing.
The text was updated successfully, but these errors were encountered:
With #3981 we'll switch from the asciidoc based docs system to markdown. We'll have to revisit our automations:
ConfigurationExporterTest
verifying the docs match the config options declared in the code. Based on what we decide for the point above, we'll need to update or remove this test accordinglyAt least the last point must be tackled soon, because it otherwise would block us from releasing.
The text was updated successfully, but these errors were encountered: