firebase-functions
firebase-functions copied to clipboard
Tries to fix v1 docs.
As we noted in offline discussions:
-
To make the v1 TOC work as usual, we'd need to change back the v2-ish values in https://github.com/firebase/firebase-functions/blob/master/docgen/theme/layouts/default.hbs
-
Filenames linked from index.html generated with this PR don't match the actual HTML filenames. I think/hope that could be fixed in the script, but am not sure exactly how.
Values for 1) would be:
<meta name="book_path" value="/docs/reference/_book.yaml">
<meta name="gtm_var" data-key="docType" data-value="reference">
Thanks!