docs: fix Title Case in Table of Contents entries in README.md (#17350)

## Description
This PR fixes Title Case capitalization matching for Table of Contents
items in `README.md`.

## Details
Updated TOC entries (`Build a Docker image` -> `Build a Docker Image`,
`Launch service from source` -> `Launch Service from Source`) to match
section headers.

Co-authored-by: ferkans-amir <amir.rezaei@tu-berlin.de>
This commit is contained in:
amir-rezaei
2026-07-24 11:51:41 +02:00
committed by GitHub
parent 2ba7ccecaf
commit 55c863ae2f

View File

@@ -64,8 +64,8 @@
- 🔎 [System Architecture](#-system-architecture)
- 🎬 [Self-Hosting](#-self-hosting)
- 🔧 [Configurations](#-configurations)
- 🔧 [Build a Docker image](#-build-a-docker-image)
- 🔨 [Launch service from source for development](#-launch-service-from-source-for-development)
- 🔧 [Build a Docker Image](#-build-a-docker-image)
- 🔨 [Launch Service from Source for Development](#-launch-service-from-source-for-development)
- 📚 [Documentation](#-documentation)
- 📜 [Roadmap](#-roadmap)
- 🏄 [Community](#-community)