Docstrings throughout the project don't reflect the official API documentation anymore.
When we'll be updating them, what do you think about following this template?
/// Description
///
/// Further precisions *(Optional)*
///
/// <URL>
For example:
/// Remove a KV pair from the namespace.
///
/// Use URL-encoding to use special characters (for example, `:`, `!`, `%`) in the key name.
///
/// <https://developers.cloudflare.com/api/resources/kv/subresources/namespaces/subresources/values/methods/delete/>
Docstrings throughout the project don't reflect the official API documentation anymore.
When we'll be updating them, what do you think about following this template?
For example: