Skip to content

Commit c6bbada

Browse files
committed
feat(site): add rich docs demos
1 parent 8ee34d1 commit c6bbada

8 files changed

Lines changed: 1761 additions & 11 deletions

File tree

apps/site/src/App.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ export function App() {
2424
<span style={{ color: "var(--muted-2)", fontSize: 12 }}>v0.1.0</span>
2525
</div>
2626
<div className="nav-meta">
27+
<a className="nav-link" href="/docs">docs</a>
2728
<a className="nav-link" href="https://github.com/necmttn/livetrace">github</a>
2829
<a className="nav-link" href="https://www.npmjs.com/package/livetrace">npm</a>
29-
<a className="nav-link" href="https://github.com/necmttn/livetrace/blob/main/packages/livetrace/README.md">readme</a>
3030
</div>
3131
</div>
3232
</nav>
@@ -192,8 +192,8 @@ function TraceCard({ traceId }) {
192192
backend is doing - without the OpenTelemetry collector, without polling.
193193
</p>
194194
<div className="btn-row">
195-
<a className="btn primary" href="https://www.npmjs.com/package/livetrace">Install</a>
196-
<a className="btn secondary" href="https://github.com/necmttn/livetrace#readme">Read the docs</a>
195+
<a className="btn primary" href="/docs">Read the docs</a>
196+
<a className="btn secondary" href="https://www.npmjs.com/package/livetrace">Install from npm</a>
197197
</div>
198198
<div>
199199
<span className="install-tag"><b>$</b> bun add livetrace effect</span>

0 commit comments

Comments
 (0)