diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 983219dc7..f8c108771 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -35,7 +35,7 @@ jobs: - name: Setup pnpm uses: pnpm/action-setup@v4 with: - version: 8 + version: 10 - name: Get pnpm store directory shell: bash diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e9be4014..c1364db65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,5 +37,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Basic TypeScript configuration - Example applications in the examples directory -[Unreleased]: https://github.com/objectql/object-ui/compare/v0.1.0...HEAD -[0.1.0]: https://github.com/objectql/object-ui/releases/tag/v0.1.0 +[Unreleased]: https://github.com/objectql/objectui/compare/v0.1.0...HEAD +[0.1.0]: https://github.com/objectql/objectui/releases/tag/v0.1.0 diff --git a/README.md b/README.md index 1bd613303..7bca1ef4b 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,10 @@ A high-performance, schema-driven UI system built on **React 18**, **Tailwind CSS**, and **Shadcn UI**. -[![CI](https://github.com/objectql/object-ui/actions/workflows/ci.yml/badge.svg)](https://github.com/objectql/object-ui/actions/workflows/ci.yml) +[![CI](https://github.com/objectql/objectui/actions/workflows/ci.yml/badge.svg)](https://github.com/objectql/objectui/actions/workflows/ci.yml) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) -[Documentation](https://www.objectui.org) · [Playground](https://www.objectui.org/playground) · [Report Bug](https://github.com/objectql/object-ui/issues) +[Documentation](https://www.objectui.org) · [Playground](https://www.objectui.org/playground) · [Report Bug](https://github.com/objectql/objectui/issues) @@ -119,7 +119,7 @@ This project is a Monorepo managed by **TurboRepo** and **pnpm**. ```bash # 1. Clone the repository -git clone https://github.com/objectql/object-ui.git +git clone https://github.com/objectql/objectui.git # 2. Install dependencies pnpm install diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index 53aac67fc..e33b1cba7 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -69,7 +69,7 @@ export default defineConfig({ }, socialLinks: [ - { icon: 'github', link: 'https://github.com/objectql/object-ui' } + { icon: 'github', link: 'https://github.com/objectql/objectui' } ], footer: { diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md index 3a5e7047c..1a22a82c0 100644 --- a/docs/ROADMAP.md +++ b/docs/ROADMAP.md @@ -196,7 +196,7 @@ While we're building the future, you can already: We have an early preview available! Check out our [Playground](https://objectui.org/playground) to see what's possible. ### Join the Community -- ⭐ **Star us on GitHub**: [objectql/object-ui](https://github.com/objectql/object-ui) +- ⭐ **Star us on GitHub**: [objectql/objectui](https://github.com/objectql/objectui) - 📧 **Email us**: hello@objectui.org ### Shape the Future @@ -269,7 +269,7 @@ Yes. We're committed to backward compatibility. Your schemas will keep working a Want to know when new features launch? Here's how to stay in the loop: -- ⭐ **Star on GitHub**: Watch releases at [objectql/object-ui](https://github.com/objectql/object-ui) +- ⭐ **Star on GitHub**: Watch releases at [objectql/objectui](https://github.com/objectql/objectui) - 📧 **Email**: Contact us at hello@objectui.org for announcements We update this roadmap monthly with our progress. @@ -282,7 +282,7 @@ Object UI is built by developers, for developers. Thank you for your interest an **Questions?** Email us at hello@objectui.org -**Want to contribute?** Open an issue or pull request on [GitHub](https://github.com/objectql/object-ui) +**Want to contribute?** Open an issue or pull request on [GitHub](https://github.com/objectql/objectui) --- @@ -290,6 +290,6 @@ Object UI is built by developers, for developers. Thank you for your interest an *Building the future of interface development, one JSON schema at a time* 🚀 -**[GitHub](https://github.com/objectql/object-ui)** · **[Documentation](https://objectui.org)** · **[Playground](https://objectui.org/playground)** +**[GitHub](https://github.com/objectql/objectui)** · **[Documentation](https://objectui.org)** · **[Playground](https://objectui.org/playground)** diff --git a/docs/api/components.md b/docs/api/components.md index 280a1da63..5661ac255 100644 --- a/docs/api/components.md +++ b/docs/api/components.md @@ -111,5 +111,5 @@ import { ThemeProvider } from '@object-ui/components' Full component API documentation coming soon. For now, see: -- [GitHub Repository](https://github.com/objectql/object-ui/tree/main/packages/components) +- [GitHub Repository](https://github.com/objectql/objectui/tree/main/packages/components) - [Storybook](https://storybook.objectui.org) (coming soon) diff --git a/docs/api/core.md b/docs/api/core.md index dd8872225..2db271f36 100644 --- a/docs/api/core.md +++ b/docs/api/core.md @@ -113,5 +113,5 @@ if (isPageSchema(schema)) { Full API documentation coming soon. For now, see: -- [GitHub Repository](https://github.com/objectql/object-ui/tree/main/packages/protocol) -- [TypeScript Definitions](https://github.com/objectql/object-ui/blob/main/packages/protocol/src/types) +- [GitHub Repository](https://github.com/objectql/objectui/tree/main/packages/protocol) +- [TypeScript Definitions](https://github.com/objectql/objectui/blob/main/packages/protocol/src/types) diff --git a/docs/api/designer.md b/docs/api/designer.md index 7583621be..6d40578eb 100644 --- a/docs/api/designer.md +++ b/docs/api/designer.md @@ -56,7 +56,7 @@ Real-time multi-user editing like Google Docs. Want to be notified when Designer launches? -- ⭐ [Star on GitHub](https://github.com/objectql/object-ui) +- ⭐ [Star on GitHub](https://github.com/objectql/objectui) - 📧 [Email us](mailto:hello@objectui.org) - 📋 [View Roadmap](/roadmap) diff --git a/docs/api/react.md b/docs/api/react.md index ce9c62c18..60c0961c2 100644 --- a/docs/api/react.md +++ b/docs/api/react.md @@ -87,5 +87,5 @@ import { SchemaProvider } from '@object-ui/react' Full API documentation coming soon. For now, see: -- [GitHub Repository](https://github.com/objectql/object-ui/tree/main/packages/react) -- [Examples](https://github.com/objectql/object-ui/tree/main/examples) +- [GitHub Repository](https://github.com/objectql/objectui/tree/main/packages/react) +- [Examples](https://github.com/objectql/objectui/tree/main/examples) diff --git a/docs/guide/installation.md b/docs/guide/installation.md index 07ea19f4d..f3e8b006b 100644 --- a/docs/guide/installation.md +++ b/docs/guide/installation.md @@ -221,8 +221,8 @@ For contributing or local development: ```bash # Clone the repository -git clone https://github.com/objectql/object-ui.git -cd object-ui +git clone https://github.com/objectql/objectui.git +cd objectui # Install dependencies pnpm install @@ -242,6 +242,6 @@ pnpm dev Having trouble? We're here to help: - 📖 [Documentation](/) -- 💬 [GitHub Discussions](https://github.com/objectql/object-ui/discussions) -- 🐛 [Report Issues](https://github.com/objectql/object-ui/issues) +- 💬 [GitHub Discussions](https://github.com/objectql/objectui/discussions) +- 🐛 [Report Issues](https://github.com/objectql/objectui/issues) - 📧 [Email](mailto:hello@objectui.org) diff --git a/docs/guide/introduction.md b/docs/guide/introduction.md index af53907b5..d518d3c8e 100644 --- a/docs/guide/introduction.md +++ b/docs/guide/introduction.md @@ -155,7 +155,7 @@ Ready to get started? ## Getting Help - 📖 [Documentation](/) - You're reading it! -- ⭐ [GitHub](https://github.com/objectql/object-ui) - Star us and report issues +- ⭐ [GitHub](https://github.com/objectql/objectui) - Star us and report issues - 📧 [Email](mailto:hello@objectui.org) - Get in touch Let's build something amazing! 🚀 diff --git a/docs/guide/quick-start.md b/docs/guide/quick-start.md index 1cb6d3afa..bbe1eed5d 100644 --- a/docs/guide/quick-start.md +++ b/docs/guide/quick-start.md @@ -181,13 +181,13 @@ Now that you have the basics: Check out complete examples: -- [Form Example](https://github.com/objectql/object-ui/tree/main/examples/forms) -- [CRUD Example](https://github.com/objectql/object-ui/tree/main/examples/crud) -- [Dashboard Example](https://github.com/objectql/object-ui/tree/main/examples/dashboard) +- [Form Example](https://github.com/objectql/objectui/tree/main/examples/forms) +- [CRUD Example](https://github.com/objectql/objectui/tree/main/examples/crud) +- [Dashboard Example](https://github.com/objectql/objectui/tree/main/examples/dashboard) ## Need Help? - 📖 [Full Documentation](/) -- 💬 [GitHub Discussions](https://github.com/objectql/object-ui/discussions) -- 🐛 [Report Issues](https://github.com/objectql/object-ui/issues) +- 💬 [GitHub Discussions](https://github.com/objectql/objectui/discussions) +- 🐛 [Report Issues](https://github.com/objectql/objectui/issues) - 📧 [Email Support](mailto:hello@objectui.org) diff --git a/docs/index.md b/docs/index.md index a71f28b07..086668ff2 100644 --- a/docs/index.md +++ b/docs/index.md @@ -17,7 +17,7 @@ hero: link: /ROADMAP - theme: alt text: GitHub - link: https://github.com/objectql/object-ui + link: https://github.com/objectql/objectui features: - icon: ⚡ @@ -121,6 +121,6 @@ import { SchemaRenderer } from '@object-ui/react' ## Community -- ⭐ [Star on GitHub](https://github.com/objectql/object-ui) +- ⭐ [Star on GitHub](https://github.com/objectql/objectui) - 📧 [Email us](mailto:hello@objectui.org) -- 🐛 [Report issues](https://github.com/objectql/object-ui/issues) +- 🐛 [Report issues](https://github.com/objectql/objectui/issues) diff --git a/docs/protocol/overview.md b/docs/protocol/overview.md index cc2a6a8a8..8671326c5 100644 --- a/docs/protocol/overview.md +++ b/docs/protocol/overview.md @@ -248,9 +248,9 @@ import { Help us improve the protocol: -1. [Report issues](https://github.com/objectql/object-ui/issues) -2. [Propose changes](https://github.com/objectql/object-ui/pulls) -3. [Join discussions](https://github.com/objectql/object-ui/discussions) +1. [Report issues](https://github.com/objectql/objectui/issues) +2. [Propose changes](https://github.com/objectql/objectui/pulls) +3. [Join discussions](https://github.com/objectql/objectui/discussions) ## Next Steps diff --git a/docs/public/.nojekyll b/docs/public/.nojekyll new file mode 100644 index 000000000..e69de29bb