Fix Table of Contents order (#276)

Co-authored-by: Volume999 <Volume99917@gmail.com>
pull/1079/head
Ido Ophir 2025-04-07 11:43:12 +03:00 committed by GitHub
parent 2d50abb8ff
commit 4f076f0fc0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 5 deletions

View File

@ -122,6 +122,8 @@ Review the [Contributing Guidelines](CONTRIBUTING.md).
* [Strong consistency](#strong-consistency)
* [Availability patterns](#availability-patterns)
* [Fail-over](#fail-over)
* [Active-passive](#active-passive)
* [Active-active](#active-active)
* [Replication](#replication)
* [Availability in numbers](#availability-in-numbers)
* [Domain name system](#domain-name-system)
@ -129,8 +131,6 @@ Review the [Contributing Guidelines](CONTRIBUTING.md).
* [Push CDNs](#push-cdns)
* [Pull CDNs](#pull-cdns)
* [Load balancer](#load-balancer)
* [Active-passive](#active-passive)
* [Active-active](#active-active)
* [Layer 4 load balancing](#layer-4-load-balancing)
* [Layer 7 load balancing](#layer-7-load-balancing)
* [Consistent Hashing](#consistent-hashing)