From 0f31cb1942ae973d6459f57710e08b9e1a13af50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=A2=E5=85=B6=E9=AA=8F?= Date: Thu, 27 Jan 2022 12:08:51 +0800 Subject: [PATCH] [docs]:rm TOC --- docs/distributed-system/理论&算法/raft算法.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/distributed-system/理论&算法/raft算法.md b/docs/distributed-system/理论&算法/raft算法.md index 9cfa6072..49862d14 100644 --- a/docs/distributed-system/理论&算法/raft算法.md +++ b/docs/distributed-system/理论&算法/raft算法.md @@ -1,7 +1,3 @@ -[TOC] - - - # Raft 算法 ## 1 背景