Skip to main content

Function: isInternalRouteLikeValue()

isInternalRouteLikeValue(value: string): boolean

Defined in: _internal/docusaurus-config-ast.ts:680

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.