doc: replace all of gh-pages w/ a single 404.md page with links (#6437)
Fixes: https://github.com/googleapis/google-cloud-cpp/issues/6085
Removes all content in https://github.com/googleapis/google-cloud-cpp/tree/gh-pages
Replaces it with a single 404.md
file that tells users that the content has moved and gives them links to the developer docs.
I used a 404 page so that it will work regardless of any inbound link that a user may have used.
Here's a screenshot of the 404 page that I created from my fork:
![image](https://user-images.githubusercontent.com/9447643/116889917-1b69ed80-abfb-11eb-8e42-876cac8f1fd5.png)
#1
Enhance your code review process with GitHub Actions
GitHub Actions make it easy to automate all your software workflows, now with world-class CI/CD.
Build, test, and deploy your code right from GitHub. Learn more about GitHub Actions.