diff --git a/docs/content/docs/computer-sdk/computers.mdx b/docs/content/docs/computer-sdk/computers.mdx
index 238c12e0..45b70c22 100644
--- a/docs/content/docs/computer-sdk/computers.mdx
+++ b/docs/content/docs/computer-sdk/computers.mdx
@@ -3,17 +3,8 @@ title: Cua Computers
description: Understanding Cua computer types and connection methods
---
-
- A corresponding{' '}
-
- Jupyter Notebook
- {' '}
- and{' '}
-
- NodeJS project
- {' '}
- are available for this documentation.
-
+{/* prettier-ignore */}
+A corresponding Jupyter Notebook and NodeJS project are available for this documentation.
Before we can automate apps using AI, we need to first connect to a Computer Server to give the AI a safe environment to execute workflows in.
diff --git a/docs/content/docs/computer-sdk/tracing-api.mdx b/docs/content/docs/computer-sdk/tracing-api.mdx
index 06c889f3..79b4b0a5 100644
--- a/docs/content/docs/computer-sdk/tracing-api.mdx
+++ b/docs/content/docs/computer-sdk/tracing-api.mdx
@@ -7,11 +7,6 @@ description: Record computer interactions for debugging, training, and analysis
The Computer tracing API provides a powerful way to record computer interactions for debugging, training, analysis, and compliance purposes. Inspired by Playwright's tracing functionality, it offers flexible recording options and standardized output formats.
-
- The tracing API addresses GitHub issue #299 by providing a unified recording interface that works
- with any Computer usage pattern, not just ComputerAgent.
-
-
## Overview
The tracing API allows you to: