Skip to content

Commit b264dd2

Browse files
committed
chore: update dependencies and clean up project structure
- Updated NODE_PATH in openai binary to remove unnecessary suffixes. - Updated symlinks for @fumadocs/ui, fumadocs-core, fumadocs-mdx, and openai to reflect new versions. - Removed unused public images and scripts for simplifying filenames. - Deleted source.config.ts and tsconfig.json as they are no longer needed. - Added .gitignore to exclude unnecessary files and directories from version control. - Cleaned up pnpm-lock.yaml to remove redundant dependency information.
1 parent e2b7371 commit b264dd2

39 files changed

Lines changed: 145 additions & 6578 deletions

app/[lang]/docs/[[...slug]]/page.tsx

Lines changed: 0 additions & 47 deletions
This file was deleted.

app/[lang]/docs/layout.tsx

Lines changed: 0 additions & 23 deletions
This file was deleted.

app/[lang]/layout.tsx

Lines changed: 0 additions & 38 deletions
This file was deleted.

app/[lang]/page.tsx

Lines changed: 0 additions & 10 deletions
This file was deleted.

app/layout.config.tsx

Lines changed: 0 additions & 14 deletions
This file was deleted.

app/layout.tsx

Lines changed: 0 additions & 13 deletions
This file was deleted.

app/page.tsx

Lines changed: 0 additions & 64 deletions
This file was deleted.

content/docs/00-intro/index.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ Welcome to the ObjectStack documentation. This section covers the foundational c
1111

1212
If you are new to ObjectStack, we recommend reading these in order:
1313

14-
### 1. [Welcome to ObjectStack](./welcome)
15-
An overview of the platform, its three core engines (ObjectQL, ObjectUI, ObjectOS), and why we built it.
14+
### 1. Welcome to ObjectStack
15+
[Welcome to ObjectStack](./welcome): An overview of the platform, its three core engines (ObjectQL, ObjectUI, ObjectOS), and why we built it.
1616

17-
### 2. [The Manifesto](./manifesto)
18-
Understanding the "Protocol-Driven" philosophy is key to mastering ObjectStack. Learn why we prioritize **Data Sovereignty** and **Technical Decoupling**.
17+
### 2. The Manifesto
18+
[The Manifesto](./manifesto): Understanding the "Protocol-Driven" philosophy is key to mastering ObjectStack. Learn why we prioritize **Data Sovereignty** and **Technical Decoupling**.
1919

20-
### 3. [The AI Codex](./ai-codex)
21-
ObjectStack is designed to be AI-native. Learn how to leverage LLMs to generate 80% of your application code using our standardized JSON protocols.
20+
### 3. The AI Codex
21+
[The AI Codex](./ai-codex): ObjectStack is designed to be AI-native. Learn how to leverage LLMs to generate 80% of your application code using our standardized JSON protocols.

content/docs/01-quickstart/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Quick Start
33
description: Get your first ObjectStack application running in minutes.
44
---
55

6-
import { Steps } from 'fumadocs-ui/components/steps';
6+
77

88
# Quick Start
99

content/docs/index.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ It standardizes the development process using a "Protocol-Driven" architecture,
1313

1414
ObjectStack consists of three integrated engines:
1515

16-
### [ObjectQL (Backend)](./02-objectql)
17-
The universal data protocol. Define your data models once in JSON schema, and run them on any database (SQLite, PostgreSQL, Oracle, etc.).
16+
### ObjectQL (Backend)
17+
[ObjectQL](./02-objectql): The universal data protocol. Define your data models once in JSON schema, and run them on any database (SQLite, PostgreSQL, Oracle, etc.).
1818

19-
### [ObjectUI (Frontend)](./03-objectui)
20-
The declarative UI engine. Render enterprise-grade interfaces directly from your data protocols without writing repetitive component code.
19+
### ObjectUI (Frontend)
20+
[ObjectUI](./03-objectui): The declarative UI engine. Render enterprise-grade interfaces directly from your data protocols without writing repetitive component code.
2121

22-
### [ObjectOS (Runtime)](./04-objectos)
23-
The operating system for your apps. Binds ObjectQL and ObjectUI together with built-in identity management, security, and access control.
22+
### ObjectOS (Runtime)
23+
[ObjectOS](./04-objectos): The operating system for your apps. Binds ObjectQL and ObjectUI together with built-in identity management, security, and access control.
2424

2525
## Getting Started
2626

0 commit comments

Comments
 (0)