MCPcopy 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
17def doc_file_path(version: str) -> Path:
18 return MZ_ROOT / "doc" / "user" / "content" / "releases" / f"{version}.md"

Callers 2

mainFunction · 0.90
mainFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected