Skip to content

Commit 0d17d44

Browse files
committed
Human changes made during kiro-cli session after prompt completion.
--- X-AI-Tool: Human X-AI-Prompt: Fix docs/index.md: 1. Remove the TODO comment entirely 2. The --- frontmatter block must be the absolute first line of the file 3. Replace octicon syntax (:octicons-rocket-16: etc.) with plain markdown links — check how other pages in the repo use buttons and follow the same pattern Then restart mkdocs serve.
1 parent 5265a45 commit 0d17d44

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

docs/index.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<!-- TODO: remove index.template.md and homepage generation logic from docs/src/main.py once this redesign is stable — note: generate_index() in docs/src/generate.py will overwrite docs/index.md if run -->
21
---
32
hide:
43
- navigation
@@ -12,8 +11,7 @@ hide:
1211

1312
Pre-built Docker images for running AI/ML workloads on AWS. Deep Learning Containers provide optimized environments for training and serving models on Amazon SageMaker AI, Amazon EKS, and Amazon EC2 — with the latest frameworks, security patches, and AWS integrations built in.
1413

15-
[:octicons-link-external-16: Browse on ECR Public Gallery](https://gallery.ecr.aws/?searchTerm=deep+learning+containers){ .md-button }
16-
[:octicons-rocket-16: Get Started](get_started/){ .md-button .md-button--primary }
14+
[Browse on ECR Public Gallery](https://gallery.ecr.aws/?searchTerm=deep+learning+containers) · [Get Started →](get_started/)
1715

1816
---
1917

@@ -27,7 +25,7 @@ Pre-built Docker images for running AI/ML workloads on AWS. Deep Learning Contai
2725

2826
Serve and train large language models with vLLM, SGLang, and llama.cpp.
2927

30-
[:octicons-arrow-right-24: Explore LLM](frameworks/llm.md)
28+
[Explore LLM](frameworks/llm.md)
3129

3230
- **ML**
3331

@@ -37,7 +35,7 @@ Pre-built Docker images for running AI/ML workloads on AWS. Deep Learning Contai
3735

3836
Train with PyTorch, serve with Ray Serve, and process data at scale.
3937

40-
[:octicons-arrow-right-24: Explore ML](frameworks/ml.md)
38+
[Explore ML](frameworks/ml.md)
4139

4240
</div>
4341

0 commit comments

Comments
 (0)