zapier-platform-schema 17.7.2 → 17.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/exported-schema.json +1 -1
- package/lib/utils/buildDocs.js +7 -0
- package/package.json +1 -1
package/exported-schema.json
CHANGED
package/lib/utils/buildDocs.js
CHANGED
|
@@ -208,6 +208,13 @@ This is automatically generated by the \`npm run docs\` command in \`zapier-plat
|
|
|
208
208
|
packageJson.version,
|
|
209
209
|
)}.
|
|
210
210
|
|
|
211
|
+
To see the docs for a different version, switch to the corresponding version tag in the GitHub repository.
|
|
212
|
+
|
|
213
|
+
For example, to view docs for version 17.7.0, switch to the tag 'zapier-platform-schema@17.7.0'.
|
|
214
|
+
|
|
215
|
+
Alternatively, modify the URL directly: https://github.com/zapier/zapier-platform/blob/zapier-platform-schema@17.7.0/packages/schema/docs/build/schema.md, replacing 17.7.0 with your desired version.
|
|
216
|
+
|
|
217
|
+
|
|
211
218
|
-----
|
|
212
219
|
|
|
213
220
|
## Index
|
package/package.json
CHANGED