Found while reviewing docs in PR #30, not fixed there since I couldn't confirm the correct value without access to the parent site's config.
File: barcode-reader/mobile/archive/android/reduce-battery-consumption-v9.6.40.md, lines 13 and 15
Uses {{ site.android_api }}, a variable that doesn't appear anywhere else in this repo. By contrast, site.dcvb_android_api is used consistently in 2+ other files. This could be:
- A legitimate separate variable defined in a parent site's
_config.yml (this repo may be included into a larger site build), or
- A typo for
dcvb_android_api
Needs someone with visibility into the full site config to confirm which, since guessing wrong would silently break the rendered link.
Found while reviewing docs in PR #30, not fixed there since I couldn't confirm the correct value without access to the parent site's config.
File:
barcode-reader/mobile/archive/android/reduce-battery-consumption-v9.6.40.md, lines 13 and 15Uses
{{ site.android_api }}, a variable that doesn't appear anywhere else in this repo. By contrast,site.dcvb_android_apiis used consistently in 2+ other files. This could be:_config.yml(this repo may be included into a larger site build), ordcvb_android_apiNeeds someone with visibility into the full site config to confirm which, since guessing wrong would silently break the rendered link.