chore(docs.angularjs.org): serve snapshots for googlebot
This commit restores serving the plain partials (content) when a docs page is accessed with ?_escaped_fragment_=. The Google Ajax Crawler accesses these urls when the page has `<meta type="fragment" content="!">` is set. During the migration to Firebase, this was lost, which resulted in Google dropping the docs almost completely from the index. We are using a Firebase cloud function to serve the partials. Since we cannot access the static hosted files from the function, we have to deploy them as part of the function directory instead, from which they can be read. Related to #16432 Related to #16417
M
Martin Staffa committed
75bf199421011466b799b2eeec5223c0a9143516
Parent: 9196c80
Committed by Martin Staffa <mjstaffa@googlemail.com>
on 2/12/2018, 1:34:06 PM