UrlModule

PackageFsLiveDocs.Renderer
Centralized URL and path resolution helpers.

Summary

NameSignatureSynopsis
ensureTrailingensureTrailing pathEnsures the root path has a trailing slash if not empty.
resolveresolve rootPath targetResolves a link relative to the provided rootPath.

ensureTrailing

ensureTrailing path
Member
Ensures the root path has a trailing slash if not empty.

Parameters

NameTypeDescription
pathstring

Returns

string

resolve

resolve rootPath target
Member
Resolves a link relative to the provided rootPath.

Parameters

NameTypeDescription
rootPathstring
targetstring

Returns

string