@eui/showcase 19.3.9-snapshot-1764491456976 → 19.3.9
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.
|
@@ -1122,7 +1122,7 @@ class DocPageComponent {
|
|
|
1122
1122
|
}
|
|
1123
1123
|
});
|
|
1124
1124
|
const formattedName = this._camelCaseString(name + '-' + category.slice(0, -1), '-', true);
|
|
1125
|
-
return this.customApiUrl ? `${protocolGen}//${hostGen}/${docTypeRoot}/${
|
|
1125
|
+
return this.customApiUrl ? `${protocolGen}//${hostGen}/${docTypeRoot}/${this.customApiUrl}.html` : `${protocolGen}//${hostGen}/${docTypeRoot}/${category}/${formattedName}.html`;
|
|
1126
1126
|
}
|
|
1127
1127
|
_camelCaseString(string, separator, first) {
|
|
1128
1128
|
const stringArray = string.split(separator);
|