Skip to content

Commit 33c0197

Browse files
authored
[Docs] Update mkdocs.yml (#3444)
* Updata docs of graph opt backend * update best_practices * update mkdocs.yaml * [Docs]Update mkdocs.yml
1 parent 1543081 commit 33c0197

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

mkdocs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,11 @@ plugins:
3636
name: English
3737
site_name: 'FastDeploy: Large Language Model Deployement'
3838
build: true
39+
link: /FastDeploy/
3940
- locale: zh
4041
name: 简体中文
4142
site_name: 飞桨大语言模型推理部署工具包
42-
link: /./zh/
43+
link: /FastDeploy/zh/
4344
nav_translations:
4445
FastDeploy: FastDeploy
4546
Quick Start: 快速入门
@@ -81,6 +82,7 @@ plugins:
8182
Plugins: 插件机制
8283
Sampling: 采样策略
8384
MultiNode Deployment: 多机部署
85+
Graph Optimization: 图优化
8486
Supported Models: 支持模型列表
8587
Benchmark: 基准测试
8688
Usage: 用法
@@ -129,6 +131,7 @@ nav:
129131
- 'Plugins': features/plugins.md
130132
- 'Sampling': features/sampling.md
131133
- 'MultiNode Deployment': features/multi-node_deployment.md
134+
- 'Graph Optimization': features/graph_optimization.md
132135
- 'Supported Models': supported_models.md
133136
- Benchmark: benchmark.md
134137
- Usage:

0 commit comments

Comments
 (0)