Function: isExternalLinkLikeValue()
function isExternalLinkLikeValue(value: string): boolean;
Defined in: _internal/docusaurus-config-ast.ts:729
Determine whether a string is an external link-like value for Docusaurus.
Parametersโ
valueโ
string
Static string value to inspect.
Returnsโ
boolean
true when the string looks like an external destination.