48 lines
1.9 KiB
YAML
48 lines
1.9 KiB
YAML
INHERIT: ./mkdocs.base.yml
|
|
docs_dir: en
|
|
site_dir: ./site/en
|
|
theme:
|
|
language: en
|
|
nav:
|
|
- Implementation Guide:
|
|
- Solution Overview:
|
|
- Overview: index.md
|
|
- Features and benefits: solution-overview/features-and-benefits.md
|
|
#- Use cases: solution-overview/use-cases.md
|
|
# - Concepts and definitions: solution-overview/concepts.md
|
|
- Cost: cost.md
|
|
- Architecture Overview:
|
|
- Architecture diagram: architecture-overview/architecture.md
|
|
# - AWS Well-Architected design considerations: architecture-overview/design-considerations.md
|
|
- Architecture details: architecture-overview/architecture-details.md
|
|
|
|
- Plan your deployment:
|
|
- Security: plan-deployment/security.md
|
|
- Supported regions: plan-deployment/regions.md
|
|
- Quotas: plan-deployment/quotas.md
|
|
- Deploy the solution:
|
|
- AWS CloudFormation template: deployment/template.md
|
|
- Deployment step: deployment/deployment.md
|
|
- Deployment step from existing resource: deployment/deployment_for_existing_users.md
|
|
#- Update the solution: update.md
|
|
- Uninstall the solution: uninstall.md
|
|
- Use the solution:
|
|
- Preparation: user-guide/preparation.md
|
|
- Configure API and Users Management: user-guide/multi-user.md
|
|
- Cloud Assets Management: user-guide/CloudAssetsManage.md
|
|
- txt2img guide: user-guide/txt2img-guide.md
|
|
- img2img guide: user-guide/img2img-guide.md
|
|
- controlNet guide: user-guide/controlnet-guide.md
|
|
#- Checkpoint Merger guide: user-guide/checkpoint-merge-guide.md
|
|
- Developer guide:
|
|
- Source code: developer-guide/source.md
|
|
- API Direct Call: developer-guide/api.md
|
|
- Custom Container: developer-guide/byoc.md
|
|
- Troubleshooting: troubleshooting.md
|
|
- FAQ: faq.md
|
|
- Revisions: revisions.md
|
|
#- Contributors: contributors.md
|
|
- Notices: notices.md
|
|
|
|
|