Is your feature request related to a problem? Please describe.
Currently, there is no mechanism by which the impact and readability of the docs can be gauged for a general audience.
Those who are well-versed in Version control may raise a Github issue when a change or improvement is needed. However, keeping in mind the diverse ranges of users who visit the documentation, the existing documentation does not provide an easy way for them to suggest changes/improvements.
Describe the solution you'd like.
I have built an integration with the existing Sphinx Documentation and Google Sheets. A script has been written in Google Appscript to facilitate this integration.
Describe alternatives you've considered
To perform GET and POST requests, Google Appscript works well
I explored the use of Gsheet APIs, but the authentication process is complex.
Is your feature request related to a problem? Please describe.
Currently, there is no mechanism by which the impact and readability of the docs can be gauged for a general audience. Those who are well-versed in Version control may raise a Github issue when a change or improvement is needed. However, keeping in mind the diverse ranges of users who visit the documentation, the existing documentation does not provide an easy way for them to suggest changes/improvements.
Describe the solution you'd like.
I have built an integration with the existing Sphinx Documentation and Google Sheets. A script has been written in Google Appscript to facilitate this integration.
Describe alternatives you've considered
Additional context.
No response