MCPcopy Create free account
hub / github.com/DevCloudNinjas/DevOps-Projects / project_path

Function project_path

tools/build_starlight_content.py:789–790  ·  view source on GitHub ↗
(project: dict)

Source from the content-addressed store, hash-verified

787
788
789def project_path(project: dict) -> str:
790 return site_path(f"/projects/{project['route']}/")
791
792
793def escape_html(text: str) -> str:

Callers 2

project_cardFunction · 0.85
write_catalog_overridesFunction · 0.85

Calls 1

site_pathFunction · 0.85

Tested by

no test coverage detected