File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments