Review feedback.

Signed-off-by: Eric Peterson <i.am@eric.pe>
This commit is contained in:
Eric Peterson
2021-11-28 13:33:11 -07:00
parent e0930f578e
commit 6e9e82b99d
4 changed files with 12 additions and 16 deletions
@@ -132,7 +132,9 @@ export class LocalPublish implements PublisherBase {
});
return {
remoteUrl: `${techdocsApiUrl}/static/docs/${entity.metadata.name}`,
remoteUrl: `${techdocsApiUrl}/static/docs/${encodeURIComponent(
entity.metadata.name,
)}`,
objects,
};
}