Serve documentation from the operator UI

This commit is contained in:
Emil
2026-08-02 15:50:07 +03:00
parent 284aef5d6f
commit f20cc7fe00
72 changed files with 3509 additions and 698 deletions
+1
View File
@@ -17,3 +17,4 @@ class Workload(Protocol):
def run(self, args: argparse.Namespace) -> int:
"""Execute the workload."""
...