Unverified Commit 5b8796f3 authored by ir1d's avatar ir1d Committed by GitHub
Browse files

Merge pull request #255 from i-Yirannn/patch-4

Update mkdocs.yml
parents bc55fbb5 1fe7562f
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -109,7 +109,10 @@ nav:
    - 杂项: math/misc.md
  - 数据结构:
    - 数据结构部分简介: ds/index.md
    - STL: ds/stl.md
    - STL:
      - STL 简介: ds/stl.md
      - vector: ds/stl/vector.md
      - priority_queue: ds/stl/priority_queue.md
    - pb_ds:
      - pb_ds 简介: ds/pb-ds/index.md
      - priority_queue: ds/pb-ds/priority-queue.md