MCPcopy
hub / github.com/RunaCapital/awesome-oss-alternatives / create_website_directories

Function create_website_directories

build_website.py:65–68  ·  view source on GitHub ↗
(categories)

Source from the content-addressed store, hash-verified

63
64
65def create_website_directories(categories):
66 for category in categories:
67 if not os.path.exists(f"website/docs/{category}"):
68 os.mkdir(f"website/docs/{category}")
69
70
71def generate_alternative_md(alts_names, alts_links):

Callers 1

build_website.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected