doc changes
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
2026-01-10 16:50:33 +05:30
parent 9e534ed961
commit b6f64615ae
2 changed files with 8 additions and 3 deletions

View File

@@ -112,9 +112,9 @@ def cmd_build(_: argparse.Namespace) -> None:
def cmd_serve(_: argparse.Namespace) -> None:
config = load_mkdocs_config()
mkdocs_serve.serve(config)
mkdocs_serve.serve(
config_file=str(MKDOCS_YML)
)
def main() -> None:
parser = argparse.ArgumentParser(