Point users to use a configuration file from advanced settings #5413
Labels
Design
Design or UX/UI related
Improvement
Minor improvement to code
Needed: design decision
A core team decision is required
Currently users may still be using the advanced settings to build their docs, they should use a configuration file, now they can do everything from the web in the config file.
I was thinking in blocking the UI for new projects, but we can't do that, because that would be a problem for people moving to read the docs (they can't modify their docs). A long solution can be allowing to have a global configuration (codecov has this feature), and that can be merged with the configuration of each version (probably I can create another issue to discuss this more if we agree).
Anyway, going back to the original issue:
We already have something like this in the settings
I was thinking we could use the same pattern in the advanced settings
But I think that first we should group the settings, we have global and per version settings, so putting the global settings first would be the idea (those are not present in the config file). Then we can list the per-version settings (available in the config file) but first showing a tip/link to the config file docs.
The text was updated successfully, but these errors were encountered: