From 121557056cc15608dbeb490fef0d359d8e0d81a8 Mon Sep 17 00:00:00 2001 From: "Tasuku SUENAGA a.k.a. gunyarakun" Date: Mon, 18 May 2026 16:09:51 +0900 Subject: [PATCH] website: rewrite Overview for 2.0 Merge "Discover OpenArm" and "Project Overview" into a single "Project Overview" page covering the 2.0 ecosystem (arm, Cell, KER), and add a "What's New in 2.0" page. --- website/docs/overview/_category_.json | 2 +- website/docs/overview/index.mdx | 158 +++++++++++---------- website/docs/overview/project-overview.mdx | 106 -------------- website/docs/overview/whats-new-in-2.0.mdx | 73 ++++++++++ 4 files changed, 160 insertions(+), 179 deletions(-) delete mode 100644 website/docs/overview/project-overview.mdx create mode 100644 website/docs/overview/whats-new-in-2.0.mdx diff --git a/website/docs/overview/_category_.json b/website/docs/overview/_category_.json index 2d892e89..302088b8 100644 --- a/website/docs/overview/_category_.json +++ b/website/docs/overview/_category_.json @@ -3,6 +3,6 @@ "position": 1, "link": { "type": "generated-index", - "description": "Getting started guide for OpenArm 1." + "description": "Overview of the OpenArm 2.0 project, what's new since 1.0, safety, and how to contribute." } } diff --git a/website/docs/overview/index.mdx b/website/docs/overview/index.mdx index 425c4f12..e0d11ad7 100644 --- a/website/docs/overview/index.mdx +++ b/website/docs/overview/index.mdx @@ -1,19 +1,20 @@ --- slug: / +title: Project Overview sidebar_position: 1 --- import BlockImage from '@site/src/components/BlockImage'; -# Discover OpenArm +# Project Overview -**OpenArm** is an open-source 7DOF humanoid arm designed for physical AI research and deployment in contact-rich environments. All hardware and software are completely open-source and ready for you to build, hack, and deploy! +OpenArm is an open-source 7DOF humanoid arm designed for physical AI research and deployment in contact-rich environments. Hardware and software β€” CAD, firmware, control code, and simulation tools β€” are openly available so you can build, hack, and deploy. We're in continuous development and actively seeking contributors, research partners, and company collaborators to shape the next generation of practical humanoid systems.