Skip to content

Commit 592eb5f

Browse files
Copilothotlong
andcommitted
Add frontmatter to all converted documentation files
- Add title and description frontmatter to architecture docs - Add frontmatter to standards documentation - Add frontmatter to migration guides - Add frontmatter to advanced guides - Documentation site now builds successfully Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 9f9a4a2 commit 592eb5f

12 files changed

Lines changed: 60 additions & 0 deletions

File tree

content/docs/architecture/data-layer.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
title: ObjectQL - Data Layer Architecture
3+
description: Deep dive into the ObjectQL (Object Query Language) data protocol architecture
4+
---
5+
16
# ObjectQL - Data Layer Architecture
27

38
> Deep dive into the ObjectQL (Object Query Language) data protocol architecture

content/docs/architecture/system-layer.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
title: ObjectOS - System Layer Architecture
3+
description: Deep dive into the ObjectOS (Operating System) runtime architecture
4+
---
5+
16
# ObjectOS - System Layer Architecture
27

38
> Deep dive into the ObjectOS (Operating System) runtime architecture

content/docs/architecture/ui-layer.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
title: ObjectUI - UI Layer Architecture
3+
description: Deep dive into the ObjectUI (Server-Driven UI) protocol architecture
4+
---
5+
16
# ObjectUI - UI Layer Architecture
27

38
> Deep dive into the ObjectUI (Server-Driven UI) protocol architecture

content/docs/guides/advanced/ai-integration-guide.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
title: AI Integration Guide
3+
description: Complete guide to building AI-powered ObjectStack applications
4+
---
5+
16
# AI Integration Guide
27

38
> **Complete guide to building AI-powered ObjectStack applications**

content/docs/guides/advanced/ai-integration/quick-start.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
title: AI Integration Quick Start
3+
description: Quick guide to integrating AI features into ObjectStack applications
4+
---
5+
16
# AI Integration Quick Start
27

38
> Quick guide to integrating AI features into ObjectStack applications

content/docs/guides/advanced/performance/optimization.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
title: Performance Optimization
3+
description: Strategies for optimizing ObjectStack Protocol implementations
4+
---
5+
16
# Performance Optimization Guide
27

38
> Strategies for optimizing ObjectStack Protocol implementations

content/docs/guides/advanced/security/best-practices.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
title: Security Best Practices
3+
description: Comprehensive security guidelines for ObjectStack Protocol implementations
4+
---
5+
16
# Security Best Practices Guide
27

38
> Comprehensive security guidelines for ObjectStack Protocol implementations

content/docs/migration/v0-to-v1.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
title: Version 0.1.x to 1.0.0 Migration
3+
description: Guide for migrating from version 0.1.x to 1.0.0
4+
---
5+
16
# Migration Guide: v0.1.x to v1.0.0
27

38
> Guide for migrating from version 0.1.x to 1.0.0

content/docs/standards/api-design.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
title: API Design Principles
3+
description: Guidelines for designing consistent and developer-friendly APIs in ObjectStack
4+
---
5+
16
# API Design Principles
27

38
> Guidelines for designing consistent and developer-friendly APIs in ObjectStack

content/docs/standards/authentication.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
title: Authentication Standard
3+
description: The standard authentication protocol specification for the ObjectStack ecosystem
4+
---
5+
16
# ObjectStack Authentication Standard
27

38
The standard authentication protocol specification for the ObjectStack ecosystem.

0 commit comments

Comments
 (0)