Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mint-tsdocs.saulo.engineer/llms.txt

Use this file to discover all available pages before exploring further.

validatePageId

Summary

Validate a PageId (documentation page path) For now, we just validate the format - actual file existence would be checked at runtime

Signature

validatePageId(pageId: string): LinkValidation;

Parameters

pageId

Type:string

Returns

Type:LinkValidation Validate a PageId (documentation page path) For now, we just validate the format - actual file existence would be checked at runtime