52 lines
1.9 KiB
YAML
52 lines
1.9 KiB
YAML
INHERIT: ./mkdocs.base.yml
|
|
site_name: Stable Diffusion 亚马逊云科技插件解决方案
|
|
site_description: Stable Diffusion 亚马逊云科技插件解决方案实施指南
|
|
docs_dir: zh
|
|
site_dir: ./site/zh
|
|
theme:
|
|
language: zh
|
|
nav:
|
|
- 实施指南:
|
|
- 方案概述:
|
|
- 概述: index.md
|
|
- 功能和优势: solution-overview/features-and-benefits.md
|
|
#- 客户用例: solution-overview/use-cases.md
|
|
#- 术语表: solution-overview/concepts.md
|
|
- 成本预估: cost.md
|
|
- 架构概览:
|
|
- 架构图: architecture-overview/architecture.md
|
|
#- 架构设计思路: architecture-overview/design-considerations.md
|
|
- 架构细节: architecture-overview/architecture-details.md
|
|
|
|
- 部署前的规划:
|
|
- 安全信息: plan-deployment/security.md
|
|
- 区域支持: plan-deployment/regions.md
|
|
- 配额信息: plan-deployment/quotas.md
|
|
- 部署解决方案:
|
|
- 模板信息: deployment/template.md
|
|
- 新用户部署步骤: deployment/deployment.md
|
|
- 更新已有的部署: deployment/deployment_for_existing_users.md
|
|
#- 更新解决方案: update.md
|
|
- 卸载解决方案: uninstall.md
|
|
- 用户指南:
|
|
- 准备工作: user-guide/preparation.md
|
|
- 配置API和多用户: user-guide/multi-user.md
|
|
- 云上资源管理: user-guide/CloudAssetsManage.md
|
|
- txt2img指南: user-guide/txt2img-guide.md
|
|
- img2img指南: user-guide/img2img-guide.md
|
|
- controlNet指南: user-guide/controlnet-guide.md
|
|
# - Merge Checkpoint: user-guide/checkpoint-merge-guide.md
|
|
- 开发者指南:
|
|
- 源代码: developer-guide/source.md
|
|
- API调用指南: developer-guide/api.md
|
|
- 自定义容器镜像: developer-guide/byoc.md
|
|
- 故障排除: troubleshooting.md
|
|
- 常见问题解答: faq.md
|
|
- 文档修订信息: revisions.md
|
|
- 声明: notices.md
|
|
#- 贡献人员: contributors.md
|
|
|
|
|
|
|
|
|