This repository has been archived on 2020-06-25 . You can view files and clone it, but cannot push or open issues or pull requests.
Adam Goldsmith
c8840a817a
Fix index 0 being treated as append due to incorrect conditional
0 is falsey, so `if (index) insert(index...) else append()` was appending, instead of inserting at index 0. Wow that was stupid.
Description
A Google Apps Script to generate documentation from templates and the document tracker spreadsheet.
Languages
TypeScript
100%