Skip to content

Commit 4df6f4a

Browse files
committed
📝 Update more documentations (phase 5)
1 parent a15005d commit 4df6f4a

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

doc/docs/en/backend/tools/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ For SDK-level tool development, see:
2626

2727
## Need Help?
2828

29-
- Check our [FAQ](../../faq) for common tool integration issues
29+
- Check our [FAQ](../../getting-started/faq) for common tool integration issues
3030
- Join our [Discord community](https://discord.gg/tb5H3S3wyv) for real-time support
3131
- Review [GitHub Issues](https://github.com/ModelEngine-Group/nexent/issues) for known issues

doc/docs/en/getting-started/development-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ For detailed build instructions, see [Docker Build Guide](../deployment/docker-b
142142
### Documentation Resources
143143
- [Installation Guide](./installation.md) - Environment setup and deployment
144144
- [Model Providers](./model-providers.md) - Model configuration and API acquisition
145-
- [FAQ](../faq.md) - Frequently asked questions
145+
- [FAQ](./faq) - Frequently asked questions
146146

147147
### Community Support
148148
- [Discord Community](https://discord.gg/tb5H3S3wyv) - Real-time communication and support

doc/docs/en/getting-started/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ For complete port mapping details, see our [Dev Container Guide](../deployment/d
113113

114114
## 💡 Need Help
115115

116-
- Browse the [FAQ](../faq) for common install issues
116+
- Browse the [FAQ](./faq) for common install issues
117117
- Drop questions in our [Discord community](https://discord.gg/tb5H3S3wyv)
118118
- File bugs or feature ideas in [GitHub Issues](https://github.com/ModelEngine-Group/nexent/issues)
119119

doc/docs/en/getting-started/model-providers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Nexent supports multimodal models that can process both text and images:
139139
## 🔗 Quick Links
140140

141141
- [Installation & Setup](./installation) - Complete deployment guide
142-
- [Model Configuration FAQ](../faq) - Common configuration issues
142+
- [Model Configuration FAQ](./faq) - Common configuration issues
143143
- [Known Issues](../known-issues) - Current limitations and workarounds
144144

145145
## 💡 Need Help

doc/docs/en/getting-started/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Ready to get started? Here are your next steps:
3636

3737
1. **📋 [Installation & Setup](./installation)** - System requirements and deployment guide
3838
2. **🔧 [Development Guide](./development-guide)** - Build from source and customize
39-
3. **[FAQ](../faq)** - Common questions and troubleshooting
39+
3. **[FAQ](./faq)** - Common questions and troubleshooting
4040

4141
## 🌱 MCP Tool Ecosystem
4242

doc/docs/en/known-issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This page lists known issues and limitations in the current version of Nexent. W
2020

2121
If you encounter any issues not listed here, please:
2222

23-
1. **Check our [FAQ](./faq)** for common solutions
23+
1. **Check our [FAQ](./getting-started/faq)** for common solutions
2424
2. **Search existing issues** on [GitHub Issues](https://github.com/ModelEngine-Group/nexent/issues)
2525
3. **Create a new issue** with detailed information including:
2626
- Steps to reproduce

doc/docs/en/sdk/basic-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,4 +241,4 @@ for step in agent.execution_steps:
241241
print(f"Result: {step.result}")
242242
```
243243

244-
For more advanced usage patterns and detailed API documentation, see the **[Core Components](./core/)** and **[Tool Development](./core/tools)** guides.
244+
For more advanced usage patterns and detailed API documentation, see the **[Core Components](./overview)** and **[Tool Development](./core/tools)** guides.

doc/docs/zh/backend/tools/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626

2727
## 需要帮助?
2828

29-
- 查看我们的 [常见问题](../../faq) 了解常见工具集成问题
29+
- 查看我们的 [常见问题](../../getting-started/faq) 了解常见工具集成问题
3030
- 加入我们的 [Discord 社区](https://discord.gg/tb5H3S3wyv) 获取实时支持
3131
- 查看 [GitHub Issues](https://github.com/ModelEngine-Group/nexent/issues) 了解已知问题

doc/docs/zh/getting-started/development-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ python backend/nexent_mcp_service.py # MCP 服务
142142
### 文档资源
143143
- [安装指南](./installation.md) - 环境搭建和部署
144144
- [模型提供商](./model-providers.md) - 模型配置和API获取
145-
- [常见问题](../faq.md) - 常见问题解答
145+
- [常见问题](./faq) - 常见问题解答
146146

147147
### 社区支持
148148
- [Discord 社区](https://discord.gg/tb5H3S3wyv) - 实时交流和支持

doc/docs/zh/getting-started/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ EXA_API_KEY=your_exa_key
113113

114114
## 💡 需要帮助
115115

116-
- 浏览 [常见问题](../faq) 了解常见安装问题
116+
- 浏览 [常见问题](./faq) 了解常见安装问题
117117
- 在我们的 [Discord 社区](https://discord.gg/tb5H3S3wyv) 提问
118118
-[GitHub Issues](https://github.com/ModelEngine-Group/nexent/issues) 提交错误报告或功能建议
119119

0 commit comments

Comments
 (0)