---------------------------------------------------------------------- This is the API documentation for the gdtest_toc_disabled library. ---------------------------------------------------------------------- ## Functions Public functions navigate(path: str) -> str Navigate to the given path. Parameters ---------- path : str The path to navigate to. Returns ------- str The resolved navigation path. Examples -------- >>> navigate("/home") '/home' bookmark(page: str) -> int Bookmark a page and return the bookmark ID. Parameters ---------- page : str The page to bookmark. Returns ------- int The bookmark ID. Examples -------- >>> bookmark("index") 1