Please provide the full config.toml configuration documentation
What is the problem you're trying to solve
I'm checking the containerd configuration, but the default configuration output using the command "containerd config" is very short. For example, I learned in other documents that there is a configuration such as [plugins."io.containerd.grpc.v1.cri".registry.configs."harbor.domain.com".tls], but I don't see it in the latest official version of the docs.
The overall docs can be said to be very scattered. Each block is partially written, but it also gives people a feeling of incomplete documentation. I saw the tls line of configuration in the old version, so is it because this configuration has not changed that it has not been written, or has it been removed so that it has not been written? I can't be sure! So I hope that each version can have a full document, just like when helm deploys an application, the default values.yaml will comment on what the configuration is used for and what parameters are optional.
Describe the solution you'd like
Each version must provide complete config.toml configuration parsing, just like helm's values.yaml. Or tell me where the complete documentation can be found.
Additional context
No response
Source: containerd/containerd