firebase-functions icon indicating copy to clipboard operation
firebase-functions copied to clipboard

Tries to fix v1 docs.

Open mbleigh opened this issue 4 years ago • 1 comments

mbleigh avatar Oct 05 '21 17:10 mbleigh

As we noted in offline discussions:

  1. 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

  2. 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!

egilmorez avatar Oct 07 '21 17:10 egilmorez