@grafana/api-documenter
Advanced tools
Comparing version 0.9.1 to 0.9.2
@@ -527,3 +527,3 @@ "use strict"; | ||
const link = Utilities_1.Utilities.getSafeFilenameForName(signature); | ||
return `./${link}`; | ||
return `./${link}/`; | ||
} | ||
@@ -549,3 +549,3 @@ case "Property" /* Property */: | ||
const link = Utilities_1.Utilities.getSafeFilenameForName(apiItem.displayName); | ||
return `./${link}`; | ||
return `./${link}/`; | ||
} | ||
@@ -552,0 +552,0 @@ default: |
{ | ||
"name": "@grafana/api-documenter", | ||
"version": "0.9.1", | ||
"version": "0.9.2", | ||
"description": "Read JSON files from api-extractor, generate documentation pages", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
829522