diff --git a/libs/doc-forge/site/404.html b/libs/doc-forge/site/404.html index 4ffcd22..ccb63f2 100644 --- a/libs/doc-forge/site/404.html +++ b/libs/doc-forge/site/404.html @@ -184,7 +184,7 @@
build(mcp: bool, mkdocs: bool, module: Optional[str], project_name: Optional[str], site_name: Optional[str], docs_dir: Path, nav_file: Path, template: Optional[Path], mkdocs_yml: Path, out_dir: Path) -> None +build(mcp: bool, mkdocs: bool, module_is_source: bool, module: Optional[str], project_name: Optional[str], site_name: Optional[str], docs_dir: Path, nav_file: Path, template: Optional[Path], mkdocs_yml: Path, out_dir: Path) -> None @@ -1307,6 +1307,20 @@ required + + module_is_source + + bool + + + + Module is the source folder and to be treated as the root folder. + + + + required + + module @@ -1314,7 +1328,7 @@ - The dotted path of the module to document. + The dotted path of the module to the document. @@ -1434,7 +1448,7 @@ -serve(mcp: bool, mkdocs: bool, mkdocs_yml: Path, out_dir: Path) -> None +serve(mcp: bool, mkdocs: bool, module: Optional[str], mkdocs_yml: Path, out_dir: Path) -> None @@ -1481,6 +1495,20 @@ required + + module + + Optional[str] + + + + The dotted path of the module to serve. + + + + required + + mkdocs_yml @@ -1524,7 +1552,7 @@ -tree(modules: Sequence[str], project_name: Optional[str]) -> None +tree(module: str, project_name: Optional[str]) -> None @@ -1544,13 +1572,13 @@ - modules + module - Sequence[str] + str - List of module import paths to recursively introspect. + The module import path to recursively introspect. @@ -1639,10 +1667,10 @@ - + - +
build(mcp: bool, mkdocs: bool, module_is_source: bool, module: Optional[str], project_name: Optional[str], site_name: Optional[str], docs_dir: Path, nav_file: Path, template: Optional[Path], mkdocs_yml: Path, out_dir: Path) -> None
module_is_source
bool
Module is the source folder and to be treated as the root folder.
module
The dotted path of the module to document.
The dotted path of the module to the document.
serve(mcp: bool, mkdocs: bool, mkdocs_yml: Path, out_dir: Path) -> None +serve(mcp: bool, mkdocs: bool, module: Optional[str], mkdocs_yml: Path, out_dir: Path) -> None @@ -1481,6 +1495,20 @@ required
serve(mcp: bool, mkdocs: bool, module: Optional[str], mkdocs_yml: Path, out_dir: Path) -> None
Optional[str]
The dotted path of the module to serve.
mkdocs_yml
tree(modules: Sequence[str], project_name: Optional[str]) -> None +tree(module: str, project_name: Optional[str]) -> None @@ -1544,13 +1572,13 @@ - modules + module - Sequence[str] + str - List of module import paths to recursively introspect. + The module import path to recursively introspect. @@ -1639,10 +1667,10 @@ - + - +
tree(module: str, project_name: Optional[str]) -> None
modules
Sequence[str]
str
List of module import paths to recursively introspect.
The module import path to recursively introspect.