Speaking of editing web pages using gdocs, I implemented this approach[1] on a recent project to make an easy-to-use CMS. The server acts as a proxy to get the HTML from google docs and does some cleanup[2]. It's pretty good for simple info pages that don't require any special CSS or layout.
[1] https://github.com/rocdata/rocserver/blob/main/website/views... [2] https://github.com/rocdata/rocserver/blob/main/website/views...