Remember that the guidance from the Zen Cart team is that the docs folder should *not* be present on a live site.
https://www.zen-cart.com/content.php...ecommendations
For this reason, please do not include a /docs/ folder in a directory which is intended to be uploaded.
Example:
This is a good folder structure
docs/
README.html
includes/
license.txt
This is a good folder structure
docs/
README.html
files/
license.txt
This is *not* a good folder structure:
README.html
license.txt
files/includes/...
files/docs/...
Bookmarks