Skip to content

Commit 6367a2a

Browse files
committed
Add the sag ui command to the landing page
Add a third hero step (Open the Web UI -> `sag ui --port 8765`) with a short note that the Web UI is one command away. The COPY button is picked up generically by the existing clipboard handler.
1 parent 324bff7 commit 6367a2a

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

website/css/style.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,14 @@ header.g {
186186

187187
.install-step { display: flex; flex-direction: column; gap: 4px; }
188188

189+
.install-note {
190+
margin: 0;
191+
font-size: 0.8125rem;
192+
line-height: 1.6;
193+
color: var(--fg-dim);
194+
font-weight: 300;
195+
}
196+
189197
.install-head {
190198
display: flex;
191199
align-items: center;

website/index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,14 @@ <h2>Setup<br>Agent</h2>
4848
</div>
4949
<div class="cmd"><code><span>sag project https://github.com/apache/commons-cli.git</span></code></div>
5050
</div>
51+
<div class="install-step">
52+
<div class="install-head">
53+
<small>3. Open the Web UI</small>
54+
<button class="cp">COPY</button>
55+
</div>
56+
<div class="cmd"><code><span>sag ui --port 8765</span></code></div>
57+
</div>
58+
<p class="install-note">Now you can enjoy the Web UI with one command. Easier to use.</p>
5159
</div>
5260
</div>
5361
</div>

0 commit comments

Comments
 (0)