Closed iansk closed 1 year ago
@iansk could you add the .json extension?
[format=csv, options="header"]
|===
https://main\--prisma-cloud-docs-website\--hlxsites.hlx.live/en/enterprise-edition/assets/apis-ingested-by-prisma-cloud.json?sheet=oci
|===
edit: nevermind you're right this is a bug
When embedding a sheet in a table in an adoc file, you can't specify a sheet.
For example, see this page on the
ian-fix-sheets
branch:https://main--prisma-cloud-docs-website--hlxsites.hlx.page/en/enterprise-edition/content-collections/connect/connect-cloud-accounts/onboard-your-oci-account/oci-apis-ingested-by-prisma-cloud?branch=ian-fix-sheets
Here's the page:
https://main--prisma-cloud-docs-website--hlxsites.hlx.page/en/enterprise-edition/content-collections/connect/connect-cloud-accounts/onboard-your-oci-account/oci-apis-ingested-by-prisma-cloud?branch=ian-fix-sheets
I think it's due to this code in
blocks/table/table.js
in the functionsheetToDivTable
, which doesn't extract and pass thesheet
param tofetchJSON
.