MCPcopy Create free account
hub / github.com/NVIDIA/NeMo-Relay / _needs_explicit_slug

Function _needs_explicit_slug

scripts/docs/generate_rust_library_reference.py:196–198  ·  view source on GitHub ↗

Fern drops underscores from auto-discovered folder URLs.

(page: Page)

Source from the content-addressed store, hash-verified

194
195
196def _needs_explicit_slug(page: Page) -> bool:
197 """Fern drops underscores from auto-discovered folder URLs."""
198 return "_" in page.url
199
200
201def _discover_pages(doc_root: Path, output_dir: Path) -> dict[Path, Page]:

Callers 1

_render_pageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected