Skip to content

Commit 2973586

Browse files
committed
Remove H1 headers from multiple documentation files and delete the associated script
1 parent 1de4265 commit 2973586

29 files changed

Lines changed: 0 additions & 73 deletions

content/docs/concepts/ai-codex.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: The AI Codex
33
description: Best practices for AI-assisted ObjectStack development
44
---
55

6-
# The AI Codex
76

87
This guide helps developers leverage AI tools to enhance ObjectStack development efficiency.
98

content/docs/concepts/architecture.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: Architecture Overview
33
description: Understanding the ObjectStack Trinity. How ObjectQL, ObjectOS, and ObjectUI collaborate to build the Enterprise Kernel.
44
---
55

6-
# Architecture Overview
76

87
ObjectStack is not a monolithic framework. It is a composable ecosystem designed around a **Layered Architecture**. We call this the **"ObjectStack Trinity."**
98

content/docs/concepts/core-values.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: Core Values
33
description: "Deep dive into the three pillars of ObjectStack: Protocol-Driven Architecture, Local-First Data Sovereignty, and Database Agnosticism."
44
---
55

6-
# Core Values
76

87
ObjectStack is built upon three non-negotiable architectural values. These are not just "features"; they are the constraints that guide every design decision we make.
98

content/docs/concepts/enterprise-patterns.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: Enterprise Patterns
33
description: Handling complex ERP/CRM business logic (State Machines, Calculations, RBAC) using the Protocol-Driven approach.
44
---
55

6-
# Enterprise Patterns
76

87
A common misconception about "Low-Code" or "Protocol-Driven" platforms is that they are only suitable for simple CRUD applications.
98

content/docs/concepts/manifesto.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: The ObjectStack Manifesto
33
description: The unshakable core principles that govern ObjectStack's existence and evolution
44
---
55

6-
# The ObjectStack Manifesto
76

87
ObjectStack exists to return data application development to its essence. To maintain a healthy and open ecosystem, we pledge to uphold the following unshakable core principles:
98

content/docs/concepts/terminology.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: Terminology
33
description: A glossary of key terms, concepts, and jargon used within the ObjectStack ecosystem.
44
---
55

6-
# Terminology
76

87
To navigate the ObjectStack ecosystem effectively, it is helpful to understand the specific vocabulary we use. While many terms are standard in computer science, some have specific nuances in our "Protocol-Driven" context.
98

content/docs/index.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ description: The Standard for Post-SaaS Operating Systems
55

66
import { FileText, Database, Layout, Settings, Book } from 'lucide-react';
77

8-
# ObjectStack Protocol
98

109
**ObjectStack Protocol** is the "DNA" and constitution of the ObjectStack platform. It defines the metadata standards, schemas, and runtime behaviors that power a metadata-driven, low-code operating system.
1110

content/docs/specifications/data/advanced-types.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: Advanced Types
33
description: "Deep dive into Enterprise Data Types: Currency, Lookup, Formulas, and Summaries."
44
---
55

6-
# Advanced Enterprise Types
76

87
While basic types like `text` and `boolean` handle standard data, Enterprise applications require specialized types to handle money, relationships, and on-the-fly calculations.
98

content/docs/specifications/data/analytics-protocol.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: Analytics Protocol
33
description: Defining Aggregations, Pivot Tables, and BI Data Sources using the ObjectQL Protocol.
44
---
55

6-
# Analytics Protocol
76

87
In traditional architectures, generating reports usually requires exporting data to a Data Warehouse or writing complex, non-portable SQL queries.
98

content/docs/specifications/data/ast-structure.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: The Core AST
33
description: Understanding the Abstract Syntax Tree (AST) that powers the ObjectQL Protocol.
44
---
55

6-
# The Abstract Syntax Tree (AST)
76

87
ObjectQL is not just a URL query parameter parser. It is a **Database Compiler**.
98

0 commit comments

Comments
 (0)