Function: isInternalRouteLikeValue()
function isInternalRouteLikeValue(value: string): boolean;
Defined in: _internal/docusaurus-config-ast.ts:719
Determine whether a string is an internal route-like value for Docusaurus.
Parametersโ
valueโ
string
Static string value to inspect.
Returnsโ
boolean
true when the string looks like a site-internal absolute route.