Skip to content

Commit 8d8c045

Browse files
committed
Merge branch 'copilot/create-new-version' of https://github.com/objectstack-ai/objectdocs into copilot/create-new-version
2 parents c96bfde + 1eb5178 commit 8d8c045

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

packages/cli/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# @objectdocs/cli
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- Initial release of ObjectDocs - A modern documentation engine built on Next.js 14 and Fumadocs
8+
9+
Features:
10+
11+
- Configuration as Code architecture separating presentation, configuration, and content
12+
- Built-in Next.js 14 App Router support
13+
- Fumadocs integration for documentation middleware and UI
14+
- CLI tool for development, building, and translation
15+
- Multi-language support with AI-powered translation
16+
- Tailwind CSS and Radix UI components
17+
- Responsive design with mobile support

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@objectdocs/cli",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"type": "module",
55
"bin": {
66
"objectdocs": "./bin/cli.mjs"

0 commit comments

Comments
 (0)