There was an error while loading. Please reload this page.
1 parent bff3cbc commit 7002130Copy full SHA for 7002130
1 file changed
mkdocs.yml
@@ -7,7 +7,9 @@ repo_name: AgentEra/Agently
7
docs_dir: docs
8
9
nav:
10
- - Overview: index.md
+ - Overview:
11
+ - Overview: index.md
12
+ - Engineering Challenges: engineering_challenges.md
13
- Getting Started:
14
- Installation: getting_started/installation.md
15
- Quickstart: getting_started/quickstart.md
@@ -110,6 +112,7 @@ plugins:
110
112
Auto Loop: 自规划工作流实战
111
113
FastAPI Service: FastAPI 服务封装
114
Common Pitfalls: 常见问题
115
+ Engineering Challenges: 工程落地挑战
116
117
markdown_extensions:
118
- admonition
0 commit comments