feat: build each doc kind with its own MkDocs config and site
This commit is contained in:
@@ -20,12 +20,14 @@ def build(
|
||||
wiki_dir: Path,
|
||||
nav_file: Path,
|
||||
template: Path | None,
|
||||
mkdocs_yml: Path,
|
||||
out_dir: Path,
|
||||
) -> None: ...
|
||||
def serve(
|
||||
mcp: bool,
|
||||
mkdocs: bool,
|
||||
lib: bool,
|
||||
api: bool,
|
||||
wiki: bool,
|
||||
module: str | None,
|
||||
mkdocs_yml: Path,
|
||||
out_dir: Path,
|
||||
|
||||
Reference in New Issue
Block a user