OSDN Git Service

Update mkdocs.yml
authorP6174 <ltq2002gcn@gmail.com>
Sat, 3 Nov 2018 13:47:05 +0000 (21:47 +0800)
committerGitHub <noreply@github.com>
Sat, 3 Nov 2018 13:47:05 +0000 (21:47 +0800)
mkdocs.yml

index b7c5bcf..27a0984 100644 (file)
@@ -174,7 +174,7 @@ nav:
     - 图论部分简介: graph/index.md
     - 图论基础: graph/basic.md
     - 图的遍历: graph/traverse.md
-    - 树:
+    - 树上问题:
       - 树基础: graph/tree-basic.md
       - 最近公共祖先: graph/lca.md
       - 树的其他问题: graph/tree-misc.md