Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions apps/site/content/docs/getting-started/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down
2 changes: 0 additions & 2 deletions apps/site/content/docs/getting-started/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ title: Installation
description: Install and set up ObjectOS
---

# Installation

This guide covers the installation process for ObjectOS.

## System Requirements
Expand Down
2 changes: 0 additions & 2 deletions apps/site/content/docs/guide/architecture.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions apps/site/content/docs/guide/contributing-development.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions apps/site/content/docs/guide/data-modeling.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions apps/site/content/docs/guide/development-plan.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions apps/site/content/docs/guide/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down
2 changes: 0 additions & 2 deletions apps/site/content/docs/guide/logic-actions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down
2 changes: 0 additions & 2 deletions apps/site/content/docs/guide/logic-hooks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions apps/site/content/docs/guide/platform-components.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions apps/site/content/docs/guide/sdk-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions apps/site/content/docs/guide/security-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions apps/site/content/docs/guide/ui-framework.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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**.

---
Expand Down
4 changes: 0 additions & 4 deletions apps/site/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 0 additions & 2 deletions apps/site/content/docs/spec/http-protocol.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions apps/site/content/docs/spec/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions apps/site/content/docs/spec/metadata-format.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions apps/site/content/docs/spec/query-language.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading