Skip to content

Commit f504d1b

Browse files
authored
Merge pull request #96 from objectstack-ai/copilot/review-and-update-documents
2 parents e1dad97 + 4077da6 commit f504d1b

File tree

24 files changed

+137
-43
lines changed

24 files changed

+137
-43
lines changed

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
System Prompt: ObjectUI Lead Architect (v2.0 - Extended)
22
1. Role & Identity
33
You are the Lead Frontend Architect for ObjectUI.
4-
(Repository: github.com/objectql/objectui)
4+
(Repository: github.com/objectstack-ai/objectui)
55
Your Product:
66
A Universal, Server-Driven UI (SDUI) Engine built on React + Tailwind + Shadcn.
77
You do not just build components; you build a Renderer that interprets JSON metadata into pixel-perfect, accessible, and interactive Enterprise Interfaces (Dashboards, Kanbans, CRUDs).

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Thank you for your interest in contributing to Object UI! This document provides
3535
```
3636
3. Add upstream remote:
3737
```bash
38-
git remote add upstream https://github.com/objectql/objectui.git
38+
git remote add upstream https://github.com/objectstack-ai/objectui.git
3939
```
4040

4141
## Development Setup

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Since this package is not yet published to NPM, here is how to play with the sou
4141
1. **Clone & Install**
4242

4343
```bash
44-
git clone https://github.com/objectql/objectui.git
44+
git clone https://github.com/objectstack-ai/objectui.git
4545
cd objectui
4646
pnpm install
4747
# Build the core engine
@@ -360,7 +360,7 @@ objectui serve examples/landing-page/app.json # Marketing page
360360
361361
```bash
362362
# Clone the repository
363-
git clone https://github.com/objectql/objectui.git
363+
git clone https://github.com/objectstack-ai/objectui.git
364364
cd objectui
365365
366366
# Install dependencies
@@ -397,7 +397,7 @@ We welcome contributions! Please read our [Contributing Guide](./CONTRIBUTING.md
397397
398398
```bash
399399
# Clone the repository
400-
git clone https://github.com/objectql/objectui.git
400+
git clone https://github.com/objectstack-ai/objectui.git
401401
cd objectui
402402
403403
# Install dependencies
@@ -419,10 +419,10 @@ Object UI is [MIT licensed](./LICENSE).
419419
420420
## 🌟 Community & Support
421421
422-
- ⭐ [Star on GitHub](https://github.com/objectql/objectui) - Show your support!
422+
- ⭐ [Star on GitHub](https://github.com/objectstack-ai/objectui) - Show your support!
423423
- 📖 [Documentation](https://www.objectui.org) - Comprehensive guides and API reference
424-
- 💬 [GitHub Discussions](https://github.com/objectql/objectui/discussions) - Ask questions and share ideas
425-
- 🐛 [Report Issues](https://github.com/objectql/objectui/issues) - Found a bug? Let us know
424+
- 💬 [GitHub Discussions](https://github.com/objectstack-ai/objectui/discussions) - Ask questions and share ideas
425+
- 🐛 [Report Issues](https://github.com/objectstack-ai/objectui/issues) - Found a bug? Let us know
426426
- 📧 [Email Us](mailto:hello@objectui.org) - Get in touch
427427
428428
## 🙏 Acknowledgments
@@ -439,6 +439,6 @@ Object UI is inspired by and builds upon ideas from:
439439
440440
**Built with ❤️ by the [ObjectQL Team](https://github.com/objectql)**
441441
442-
[Website](https://www.objectui.org) · [Documentation](https://www.objectui.org) · [GitHub](https://github.com/objectql/objectui)
442+
[Website](https://www.objectui.org) · [Documentation](https://www.objectui.org) · [GitHub](https://github.com/objectstack-ai/objectui)
443443
444444
</div>

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,8 +285,8 @@ Before committing documentation changes:
285285
## Need Help?
286286

287287
- 📖 [VitePress Documentation](https://vitepress.dev/)
288-
- 💬 [GitHub Discussions](https://github.com/objectql/objectui/discussions)
289-
- 🐛 [Report Issues](https://github.com/objectql/objectui/issues)
288+
- 💬 [GitHub Discussions](https://github.com/objectstack-ai/objectui/discussions)
289+
- 🐛 [Report Issues](https://github.com/objectstack-ai/objectui/issues)
290290

291291
## Contributing
292292

docs/ROADMAP.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ While we're building the future, you can already:
196196
We have several examples available! Check out the `examples/` directory to see what's possible, or run the designer demo with `pnpm designer`.
197197

198198
### Join the Community
199-
-**Star us on GitHub**: [objectql/objectui](https://github.com/objectql/objectui)
199+
-**Star us on GitHub**: [objectstack-ai/objectui](https://github.com/objectstack-ai/objectui)
200200
- 📧 **Email us**: hello@objectui.org
201201

202202
### Shape the Future
@@ -282,14 +282,14 @@ Object UI is built by developers, for developers. Thank you for your interest an
282282

283283
**Questions?** Email us at hello@objectui.org
284284

285-
**Want to contribute?** Open an issue or pull request on [GitHub](https://github.com/objectql/objectui)
285+
**Want to contribute?** Open an issue or pull request on [GitHub](https://github.com/objectstack-ai/objectui)
286286

287287
---
288288

289289
<div align="center">
290290

291291
*Building the future of interface development, one JSON schema at a time* 🚀
292292

293-
**[GitHub](https://github.com/objectql/objectui)** · **[Documentation](https://objectui.org)**
293+
**[GitHub](https://github.com/objectstack-ai/objectui)** · **[Documentation](https://objectui.org)**
294294

295295
</div>

docs/api/core.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,5 +135,5 @@ const value = scope.get('user.name') // 'John'
135135
## API Reference
136136

137137
For detailed API documentation, see:
138-
- [GitHub Repository](https://github.com/objectql/objectui/tree/main/packages/core)
139-
- [TypeScript Definitions](https://github.com/objectql/objectui/blob/main/packages/core/src/index.ts)
138+
- [GitHub Repository](https://github.com/objectstack-ai/objectui/tree/main/packages/core)
139+
- [TypeScript Definitions](https://github.com/objectstack-ai/objectui/blob/main/packages/core/src/index.ts)

docs/api/designer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,4 +146,4 @@ interface DesignerContextValue {
146146

147147
## Examples
148148

149-
See [examples/designer-demo](https://github.com/objectql/objectui/tree/main/examples/designer-demo) for a complete working example.
149+
See [examples/designer-demo](https://github.com/objectstack-ai/objectui/tree/main/examples/designer-demo) for a complete working example.

docs/api/react.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,5 @@ import { SchemaProvider } from '@object-ui/react'
8787
Full API documentation coming soon.
8888

8989
For now, see:
90-
- [GitHub Repository](https://github.com/objectql/objectui/tree/main/packages/react)
91-
- [Examples](https://github.com/objectql/objectui/tree/main/examples)
90+
- [GitHub Repository](https://github.com/objectstack-ai/objectui/tree/main/packages/react)
91+
- [Examples](https://github.com/objectstack-ai/objectui/tree/main/examples)

docs/guide/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ Ready to get started?
188188
## Getting Help
189189

190190
- 📖 [Documentation](/) - You're reading it!
191-
-[GitHub](https://github.com/objectql/objectui) - Star us and report issues
191+
-[GitHub](https://github.com/objectstack-ai/objectui) - Star us and report issues
192192
- 📧 [Email](mailto:hello@objectui.org) - Get in touch
193193

194194
Let's build something amazing! 🚀

docs/integration/api.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -468,17 +468,8 @@ Automatically refetch data at regular intervals:
468468
9. **Optimize Polling** - Use reasonable polling intervals
469469
10. **Secure APIs** - Always use HTTPS and authentication
470470

471-
## Examples
472-
473-
See these examples for complete implementations:
474-
475-
- [User Management](../../examples/user-management) - Full CRUD with API integration
476-
- [API Integration Demo](../../examples/api-integration) - Various API patterns
477-
- [Dashboard](../../examples/dashboard) - Real-time data fetching
478-
479471
## Related Documentation
480472

481-
- [CRUD Protocol](./crud.md)
482-
- [Event Handling](./events.md)
483-
- [Expression System](./expressions.md)
484-
- [Data Sources](../integration/data-sources.md)
473+
- [Protocol Specifications](../protocol/overview.md)
474+
- [Data Sources](./objectql.md)
475+
- [Component Library](../api/components.md)

0 commit comments

Comments
 (0)