Skip to content

Commit 5893072

Browse files
authored
Merge pull request #260 from objectstack-ai/copilot/refactor-fumadocs-website-content
2 parents 6ff4478 + ba24b30 commit 5893072

52 files changed

Lines changed: 68 additions & 7079 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

apps/site/content/docs/meta.json

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

apps/site/content/docs/spec/meta.json

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

apps/site/source.config.ts

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { rehypeCodeDefaultOptions } from 'fumadocs-core/mdx-plugins';
55
import { transformerTwoslash } from 'fumadocs-twoslash';
66

77
export const { docs, meta } = defineDocs({
8-
dir: 'content/docs',
8+
dir: '../../content/docs',
99
});
1010

1111
export const blog = defineCollections({
@@ -27,10 +27,7 @@ export default defineConfig({
2727
light: 'github-light',
2828
dark: 'github-dark',
2929
},
30-
transformers: [
31-
...(rehypeCodeDefaultOptions.transformers ?? []),
32-
transformerTwoslash(),
33-
],
30+
transformers: [...(rehypeCodeDefaultOptions.transformers ?? []), transformerTwoslash()],
3431
},
3532
},
3633
});

docs/adr/001-vitest-standardization.md renamed to content/docs/adr/001-vitest-standardization.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# ADR-001: Standardize on Vitest for Test Framework
1+
---
2+
title: "ADR-001: Standardize on Vitest for Test Framework"
3+
---
4+
25

36
**Status:** Accepted
47
**Date:** February 12, 2026

content/docs/adr/index.mdx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Architecture Decision Records
3+
---
4+
5+
This section documents important architectural decisions made during the development of ObjectOS.
6+
7+
Architecture Decision Records (ADRs) capture the context, options considered, and rationale behind key technical decisions.
8+
9+
## Records
10+
11+
- [ADR-001: Vitest Standardization](./001-vitest-standardization) - Decision to standardize on Vitest as the testing framework

content/docs/adr/meta.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"title": "Architecture Decision Records",
3+
"pages": ["index", "001-vitest-standardization"]
4+
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# 📡 API Reference
1+
---
2+
title: 📡 API Reference
3+
---
4+
25

36
This guide documents the ObjectOS REST API, GraphQL endpoint, and WebSocket interface. All endpoints are served by the ObjectStack Hono server and follow a consistent request/response contract.
47

0 commit comments

Comments
 (0)