From 107be8cf68fc099fbfe46bf4d03a2ca85e7a7aef Mon Sep 17 00:00:00 2001 From: 44r0n7 <44r0n7@noreply.localhost> Date: Sat, 18 Apr 2026 16:48:24 +0000 Subject: [PATCH] docs(wiki): add home page --- Home.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Home.md diff --git a/Home.md b/Home.md new file mode 100644 index 0000000..4f6d168 --- /dev/null +++ b/Home.md @@ -0,0 +1,12 @@ +# tvctl Wiki + +This wiki tracks project usage and API docs. + +## Sections + +- [HTTP API](API) + +## Notes + +- Base API URL (default): `http://127.0.0.1:7272/v1` +- CLI and HTTP API are intended to stay behaviorally aligned. \ No newline at end of file