apigee-api-catalog-drupal
apigee-api-catalog-drupal copied to clipboard
Make "Try it Now" configurable
Some customers may not want "Try it Now" functionality enabled.
Can we make this a configuration?
Is "try it now" included with smartdocs now?
"Try it now" was just released, version 1.1
In the meantime, you can use CSS to hide the interactivity:
// Remove the API Explorer
.apis-explorer {
display: none;
}