Skip to content

Commit aaa06c6

Browse files
committed
Docs improvements
1 parent 2b0a30e commit aaa06c6

File tree

3 files changed

+18
-9
lines changed

3 files changed

+18
-9
lines changed

src/content/docs/docs/getting-started/index.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ Secret Scan results to correlate hardcoded secrets with observed service interac
4343
values, like API keys, using account-specific salt values. This ensures your secret values are never transmitted,
4444
while still allowing the Archodex Service to correlate observed secret usage across workloads.
4545
</p>
46+
<p>
47+
If you want to try Archodex without creating an account or sending observations to the Archodex service, check out
48+
our <a href="/docs/getting-started/logging-only-mode">Logging-Only Mode</a>.
49+
</p>
4650
</Aside>
4751

4852
## User Account

src/content/docs/docs/getting-started/logging-only-mode.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ sidebar:
88
import { Aside, LinkCard, Steps } from '@astrojs/starlight/components';
99

1010
The Archodex Agent can be run in _logging-only_ mode, where it observes service interactions and logs them to standard
11-
out. This mode is useful for trying Archodex, even before creating an account. You can also use logging-only mode to
12-
forward observations to a destination of your choice.
11+
out. This mode is useful for trying Archodex, even before creating an account. You can also send observations to a
12+
destination of your choice by using logging-only mode and uploading the logs.
1313

1414
<Aside title="Limits">
1515
The Archodex Agent will only observe a limited amount of interactions per hour when run without a Report API Key.

src/content/docs/docs/index.mdx

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,21 @@ observations to a destination of your choice.
3636
## Get Started
3737

3838
<CardGrid>
39-
<LinkCard title="Getting Started" description="Get started in minutes" href="/docs/getting-started" />
4039
<LinkCard
41-
title="Install Agent"
42-
description="Install the Archodex Agent in your platform or in individual workloads"
43-
href="/docs/agent"
40+
title="Playground"
41+
description="Try a 3-minute tutorial in the Archodex playground"
42+
href={`https://play.${import.meta.env.PUBLIC_ARCHODEX_DOMAIN}`}
43+
target="_blank"
4444
/>
4545
<LinkCard
46-
title="Archodex Dashboard"
47-
description="Learn how to use the Archodex Dashboard to accomplish tasks"
48-
href="/docs/dashboard"
46+
title="Getting Started Walkthrough"
47+
description="Create an account and start observing workloads in minutes"
48+
href="/docs/getting-started"
49+
/>
50+
<LinkCard
51+
title="Logging-Only Mode"
52+
description="Try the Archodex Agent without signing up"
53+
href="/docs/getting-started/logging-only-mode"
4954
/>
5055
<LinkCard
5156
title="Self-Host"

0 commit comments

Comments
 (0)