1
0
mirror of git://f0xx.org/android_cast synced 2026-07-29 06:58:51 +03:00

TOC inside the docs

This commit is contained in:
Anton Afanasyeu
2026-06-03 06:23:08 +02:00
parent 4527e97dc0
commit bd339ee90c
24 changed files with 2768 additions and 1 deletions

View File

@@ -6,6 +6,26 @@ The client runs checks and downloads in **`OtaUpdateService`** (a standalone `Se
MQTT is fully supported for OTA sources using retained topic payloads (`mqtt://...` / `mqtts://...`). The URI path is treated as the exact topic to subscribe.
---
## Table of contents
<!-- toc -->
- [URL layout](#url-layout)
- [Versioning](#versioning)
- [JSON files](#json-files)
- [Optional HTTP bundle (.otabundle.zip)](#optional-http-bundle-otabundlezip)
- [MQTT transport](#mqtt-transport)
- [Publish from a release APK](#publish-from-a-release-apk)
- [Docker build + staging channel](#docker-build-staging-channel)
- [App configuration](#app-configuration)
- [Checklist](#checklist)
<!-- /toc -->
**Documentation index:** [README.md](README.md)
---
## URL layout
```text