Commit 622bb8a7 authored by ir1d's avatar ir1d Committed by Xeonacid
Browse files

fix: change title in mkdocs.yml instead of h1 (#940)

parent 88f9e873
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -152,7 +152,7 @@ nav:
    - 哈希表: ds/hash.md
    - 并查集: ds/dsu.md
    - : 
      - 简介: ds/heap.md
      - 简介: ds/heap.md
      - 二叉堆: ds/binary-heap.md
      - 配对堆: ds/pairing-heap.md
    - 块状数据结构: