Skip to content

Commit 8857318

Browse files
author
Andrey Cheptsov
committed
Update landing page messaging for clarity and adjust font sizes in stylesheets
1 parent 2f73c1f commit 8857318

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

docs/assets/stylesheets/landing.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,7 @@
933933
}
934934

935935
/*.tx-landing__trusted_by*/ [data-termynal] {
936-
font-size: 15px;
936+
font-size: 14px;
937937
}
938938

939939
.tx-landing__trusted_by .termy {
@@ -1062,6 +1062,7 @@
10621062
}
10631063

10641064
.code-carousel .code-carousel__slide[editor-title] pre > code {
1065+
font-size: 14px;
10651066
padding-top: 70px;
10661067
}
10671068

docs/blog/posts/agentic-orchestration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ date: 2026-03-11
44
description: "Agentic engineering pulls compute discovery, provisioning, scheduling, and observability into the execution loop. Infrastructure orchestration is becoming an agent skill."
55
slug: agentic-orchestration
66
image: https://dstack.ai/static-assets/static-assets/images/agentic-orchestration.png
7+
categories:
8+
- Changelog
79
---
810

911
# Infrastructure orchestration is an agent skill

docs/overrides/main.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
{% endblock %}
192192

193193
{% block announce %}
194-
Infrastructure orchestration is an <a href="/blog/agentic-orchestration/" target="_blank">agent skill</a>. Let agents orchestrate compute on your behalf.
194+
Let <a href="/blog/agentic-orchestration/" target="_blank">agents orchestrate infrastructure</a> and operate workloads
195195
{% endblock %}
196196

197197
{% block footer %}

0 commit comments

Comments
 (0)