From ce2aca006a82c1f5118f884ba803b3d3aceff9a6 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 20 Jan 2026 11:19:48 +0000 Subject: [PATCH 1/2] Initial plan From c7cf67ef80a0ff028ef05a36251da203d1f387fd Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 20 Jan 2026 11:22:44 +0000 Subject: [PATCH 2/2] Remove duplicate H1 titles from all documentation files Co-authored-by: huangyiirene <7665279+huangyiirene@users.noreply.github.com> --- apps/site/content/docs/getting-started/index.mdx | 2 -- apps/site/content/docs/getting-started/installation.mdx | 2 -- apps/site/content/docs/guide/architecture.mdx | 2 -- apps/site/content/docs/guide/contributing-development.mdx | 2 -- apps/site/content/docs/guide/data-modeling.mdx | 2 -- apps/site/content/docs/guide/development-plan.mdx | 2 -- apps/site/content/docs/guide/index.mdx | 2 -- apps/site/content/docs/guide/logic-actions.mdx | 2 -- apps/site/content/docs/guide/logic-hooks.mdx | 2 -- apps/site/content/docs/guide/platform-components.mdx | 2 -- apps/site/content/docs/guide/sdk-reference.mdx | 2 -- apps/site/content/docs/guide/security-guide.mdx | 2 -- apps/site/content/docs/guide/ui-framework.mdx | 2 -- apps/site/content/docs/index.mdx | 4 ---- apps/site/content/docs/spec/http-protocol.mdx | 2 -- apps/site/content/docs/spec/index.mdx | 2 -- apps/site/content/docs/spec/metadata-format.mdx | 2 -- apps/site/content/docs/spec/query-language.mdx | 2 -- 18 files changed, 38 deletions(-) diff --git a/apps/site/content/docs/getting-started/index.mdx b/apps/site/content/docs/getting-started/index.mdx index 2bdbf83..6f411fa 100644 --- a/apps/site/content/docs/getting-started/index.mdx +++ b/apps/site/content/docs/getting-started/index.mdx @@ -3,8 +3,6 @@ title: Getting Started description: Get started with ObjectOS --- -# Getting Started with ObjectOS - Welcome to ObjectOS! This guide will help you get up and running quickly. ## What is ObjectOS? diff --git a/apps/site/content/docs/getting-started/installation.mdx b/apps/site/content/docs/getting-started/installation.mdx index 100db65..1d34003 100644 --- a/apps/site/content/docs/getting-started/installation.mdx +++ b/apps/site/content/docs/getting-started/installation.mdx @@ -3,8 +3,6 @@ title: Installation description: Install and set up ObjectOS --- -# Installation - This guide covers the installation process for ObjectOS. ## System Requirements diff --git a/apps/site/content/docs/guide/architecture.mdx b/apps/site/content/docs/guide/architecture.mdx index 0c99356..32759da 100644 --- a/apps/site/content/docs/guide/architecture.mdx +++ b/apps/site/content/docs/guide/architecture.mdx @@ -2,8 +2,6 @@ title: Architecture Deep Dive --- -# Architecture Deep Dive - This guide explains the internal architecture of ObjectOS, how the components interact, and the design principles behind the framework. ## Overview diff --git a/apps/site/content/docs/guide/contributing-development.mdx b/apps/site/content/docs/guide/contributing-development.mdx index ea372ba..08e6ee4 100644 --- a/apps/site/content/docs/guide/contributing-development.mdx +++ b/apps/site/content/docs/guide/contributing-development.mdx @@ -2,8 +2,6 @@ title: Contributing to Development --- -# Contributing to Development - Welcome to the ObjectOS development effort! This guide helps you understand how to contribute to the project's ongoing development. ## Quick Links diff --git a/apps/site/content/docs/guide/data-modeling.mdx b/apps/site/content/docs/guide/data-modeling.mdx index 238364b..19c7f7f 100644 --- a/apps/site/content/docs/guide/data-modeling.mdx +++ b/apps/site/content/docs/guide/data-modeling.mdx @@ -2,8 +2,6 @@ title: Data Modeling Guide --- -# Data Modeling Guide - ObjectOS uses declarative YAML files to define data models. This guide covers how to model your business data using the ObjectQL metadata format. ## Overview diff --git a/apps/site/content/docs/guide/development-plan.mdx b/apps/site/content/docs/guide/development-plan.mdx index f4e3c40..b502670 100644 --- a/apps/site/content/docs/guide/development-plan.mdx +++ b/apps/site/content/docs/guide/development-plan.mdx @@ -2,8 +2,6 @@ title: ObjectOS Development Plan --- -# ObjectOS Development Plan - > **Current Version**: v0.2.0 > **Target Version**: v0.3.0 (Q1 2026) > **Last Updated**: January 2026 diff --git a/apps/site/content/docs/guide/index.mdx b/apps/site/content/docs/guide/index.mdx index f8a7f53..e7d895a 100644 --- a/apps/site/content/docs/guide/index.mdx +++ b/apps/site/content/docs/guide/index.mdx @@ -2,8 +2,6 @@ title: Getting Started with ObjectOS --- -# Getting Started with ObjectOS - Welcome to ObjectOS! This guide will help you understand what ObjectOS is, how it works, and how to build your first metadata-driven application. ## What is ObjectOS? diff --git a/apps/site/content/docs/guide/logic-actions.mdx b/apps/site/content/docs/guide/logic-actions.mdx index e8cb4a3..04e464c 100644 --- a/apps/site/content/docs/guide/logic-actions.mdx +++ b/apps/site/content/docs/guide/logic-actions.mdx @@ -2,8 +2,6 @@ title: Custom Actions Guide --- -# Custom Actions Guide - Actions are custom business logic endpoints that extend ObjectOS beyond standard CRUD operations. Use actions to encapsulate complex business processes, integrate with external systems, or provide specialized functionality. ## What Are Actions? diff --git a/apps/site/content/docs/guide/logic-hooks.mdx b/apps/site/content/docs/guide/logic-hooks.mdx index 567ceee..3c16836 100644 --- a/apps/site/content/docs/guide/logic-hooks.mdx +++ b/apps/site/content/docs/guide/logic-hooks.mdx @@ -2,8 +2,6 @@ title: Writing Logic Hooks --- -# Writing Logic Hooks - Hooks allow you to intercept and modify standard CRUD operations in ObjectOS. They enable you to add custom business logic at specific points in the data lifecycle without modifying the core system. ## Overview diff --git a/apps/site/content/docs/guide/platform-components.mdx b/apps/site/content/docs/guide/platform-components.mdx index ee7a300..ec30a35 100644 --- a/apps/site/content/docs/guide/platform-components.mdx +++ b/apps/site/content/docs/guide/platform-components.mdx @@ -2,8 +2,6 @@ title: Platform Component Design & Implementation --- -# Platform Component Design & Implementation - This document provides a comprehensive architectural breakdown of the ObjectOS components, focusing on how they interact to realize the full platform functionality. It is intended for Solution Architects and Core Contributors. ## 📐 Design Philosophy diff --git a/apps/site/content/docs/guide/sdk-reference.mdx b/apps/site/content/docs/guide/sdk-reference.mdx index f657a5b..7c9db44 100644 --- a/apps/site/content/docs/guide/sdk-reference.mdx +++ b/apps/site/content/docs/guide/sdk-reference.mdx @@ -2,8 +2,6 @@ title: SDK Reference --- -# SDK Reference - This document provides a complete reference for the ObjectOS Kernel SDK. Use the Kernel to programmatically interact with your data and business logic. ## Installation diff --git a/apps/site/content/docs/guide/security-guide.mdx b/apps/site/content/docs/guide/security-guide.mdx index a5cafd4..43b7969 100644 --- a/apps/site/content/docs/guide/security-guide.mdx +++ b/apps/site/content/docs/guide/security-guide.mdx @@ -2,8 +2,6 @@ title: Security Guide --- -# Security Guide - Security is a fundamental concern in ObjectOS. This guide covers authentication, authorization, permissions, and security best practices for building secure applications. ## Security Architecture diff --git a/apps/site/content/docs/guide/ui-framework.mdx b/apps/site/content/docs/guide/ui-framework.mdx index 46e347a..2bb29c4 100644 --- a/apps/site/content/docs/guide/ui-framework.mdx +++ b/apps/site/content/docs/guide/ui-framework.mdx @@ -2,8 +2,6 @@ title: Standard UI Components Reference --- -# Standard UI Components Reference - This document defines the standard component library for `@objectos/ui`. These components are the reference implementations for the **View & Layout Specifications**. --- diff --git a/apps/site/content/docs/index.mdx b/apps/site/content/docs/index.mdx index 5984253..8c80ca5 100644 --- a/apps/site/content/docs/index.mdx +++ b/apps/site/content/docs/index.mdx @@ -5,10 +5,6 @@ description: The Business Operating System - Orchestrate Identity, Workflows, an import { Card, Cards } from 'fumadocs-ui/components/card'; -# ObjectOS - The Business Operating System - -**Orchestrate Identity, Workflows, and Local-First Sync in one unified runtime. The Kernel for your Enterprise.** - ObjectOS is the **Business Operating System** for the ObjectStack ecosystem, providing: - 🛡️ **Identity & Governance** - Built-in RBAC, SSO (OIDC/SAML), and granular field-level security. Not just a login library, but a complete governance engine. diff --git a/apps/site/content/docs/spec/http-protocol.mdx b/apps/site/content/docs/spec/http-protocol.mdx index db06b7c..ab41b50 100644 --- a/apps/site/content/docs/spec/http-protocol.mdx +++ b/apps/site/content/docs/spec/http-protocol.mdx @@ -2,8 +2,6 @@ title: HTTP Protocol Specification --- -# HTTP Protocol Specification - The ObjectOS Server exposes a RESTful HTTP API that provides complete CRUD operations for all objects defined in metadata. This document specifies the complete HTTP protocol. ## Base URL diff --git a/apps/site/content/docs/spec/index.mdx b/apps/site/content/docs/spec/index.mdx index ea1c27a..2af8b1c 100644 --- a/apps/site/content/docs/spec/index.mdx +++ b/apps/site/content/docs/spec/index.mdx @@ -2,8 +2,6 @@ title: Protocol Specifications --- -# Protocol Specifications - This section provides comprehensive technical specifications for ObjectOS protocols, file formats, and APIs. These specifications are the authoritative reference for developers building with or extending ObjectOS. ## Overview diff --git a/apps/site/content/docs/spec/metadata-format.mdx b/apps/site/content/docs/spec/metadata-format.mdx index 574bd6f..1aa4402 100644 --- a/apps/site/content/docs/spec/metadata-format.mdx +++ b/apps/site/content/docs/spec/metadata-format.mdx @@ -2,8 +2,6 @@ title: Metadata Format Specification --- -# Metadata Format Specification - ObjectOS uses strict YAML schemas for defining application metadata. This document specifies the complete format for object definitions. ## Object Schema diff --git a/apps/site/content/docs/spec/query-language.mdx b/apps/site/content/docs/spec/query-language.mdx index 74ea8f1..d607b39 100644 --- a/apps/site/content/docs/spec/query-language.mdx +++ b/apps/site/content/docs/spec/query-language.mdx @@ -2,8 +2,6 @@ title: Query Language Specification --- -# Query Language Specification - The ObjectOS Query Language provides a powerful and flexible syntax for filtering, sorting, and querying records. This document specifies the complete query syntax. ## Query Structure