diff --git a/README.md b/README.md index 4fe9f9f..e6490f5 100644 --- a/README.md +++ b/README.md @@ -313,3 +313,12 @@ Streams are accessible via playlist format. The `-plstreamname` flag controls th - VOD downloader mode (`-manifest`) downloads, converts, and exits it does not start the server. - Script accounts use the format: `user=join@mail.com password=mypassword device=123456 pin=1234` - Proxy support: `http://user:pass@ip:port` and `socks5://user:pass@ip:port` + +--- + +## Further Reading + +| Document | Description | +|----------|-------------| +| [API.md](API.md) | Complete REST API reference all endpoints, methods, and auth details | +| [RE.md](RE.md) | Reverse engineering notes frontend deobfuscation analysis, Vue component map, config schema, and TODO diff --git a/API.md b/docs/API.md similarity index 100% rename from API.md rename to docs/API.md diff --git a/RE.md b/docs/RE.md similarity index 100% rename from RE.md rename to docs/RE.md