diff --git a/docs/docs/getting-started/workspace.mdx b/docs/docs/getting-started/workspace.mdx
index aefe38751..374faca74 100644
--- a/docs/docs/getting-started/workspace.mdx
+++ b/docs/docs/getting-started/workspace.mdx
@@ -108,17 +108,9 @@ Components are the building blocks of flows. They consist of inputs, outputs, an
{/*
*/}
-{/\* On the top right corner of the component, you'll find the component status icon ().
-Build the flow by clicking the **Playground** at the bottom right of the workspace.
+On the top right corner of the component, you'll find the a play button to run a component. Once it runs, a status icon appears and you can hover over that to visualize success or error messages.
-Once the validation is complete, the status of each validated component should turn green ().
-To debug, hover over the component status to see the outputs. \*/}
-
-{/*
*/}
-
-{/\* ### Multiple outputs
-
-A component can have multiple outputs. For example, this one Chat Input component routes through three prompt chains, and returns three different responses to a single question in the Playground. \*/}
+Start interacting with your AI by clicking the **Playground** at the bottom right of the workspace.
### Output Preview
diff --git a/docs/docs/index.mdx b/docs/docs/index.mdx
index 7e85c97cd..64946d6ad 100644
--- a/docs/docs/index.mdx
+++ b/docs/docs/index.mdx
@@ -29,19 +29,9 @@ Its intuitive interface allows for easy manipulation of AI building blocks, enab
- [Langflow Workspace](/getting-started/workspace) - Learn more about the Langflow Workspace.
-{/* Mentions wrong link */}
-{/\*
-Langflow is also available in HuggingFace Spaces. [Clone the space using this
-link](https://huggingface.co/spaces/Langflow/Langflow-Preview?duplicate=true)
-to run your own Langflow instance in minutes.
-
- */}
-
## Learn more about Langflow 1.0
Learn more about the exciting changes in Langflow 1.0, and how to migrate your existing Langflow projects.
-{/* rsn */}
-
- [A new chapter for Langflow](/whats-new/a-new-chapter-langflow)
- [Migration guides](/migration/migrating-to-one-point-zero)
diff --git a/docs/docs/starter-projects/blog-writer.mdx b/docs/docs/starter-projects/blog-writer.mdx
index 1c19c06b6..75f725d94 100644
--- a/docs/docs/starter-projects/blog-writer.mdx
+++ b/docs/docs/starter-projects/blog-writer.mdx
@@ -14,14 +14,6 @@ Build a blog writer with OpenAI that uses URLs for reference content.
- [OpenAI API key created](https://platform.openai.com)
-{/\*
-Langflow is also available in HuggingFace Spaces. [Clone the space
-using this
-link](https://huggingface.co/spaces/Langflow/Langflow-Preview?duplicate=true)
-to create your own Langflow workspace in minutes.
-
- */}
-
## Create the Blog Writer project
1. From the Langflow dashboard, click **New Project**.