Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
789
def
project_path(project: dict) -> str:
790
return
site_path(f
"/projects/{project['route']}/"
)
791
792
793
def
escape_html(text: str) -> str:
Callers
2
project_card
Function · 0.85
write_catalog_overrides
Function · 0.85
Calls
1
site_path
Function · 0.85
Tested by
no test coverage detected