Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaterializeInc/materialize
/ doc_file_path
Function
doc_file_path
misc/python/materialize/release/util.py:17–18 ·
view source on GitHub ↗
(version: str)
Source
from the content-addressed store, hash-verified
15
16
17
def
doc_file_path(version: str) -> Path:
18
return
MZ_ROOT /
"doc"
/
"user"
/
"content"
/
"releases"
/ f
"{version}.md"
Callers
2
main
Function · 0.90
main
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected