Skip to content

Commit 1be42ef

Browse files
authored
Merge pull request #6 from objectql/copilot/fix-website-access-issue
2 parents 4722fec + ec710c8 commit 1be42ef

15 files changed

Lines changed: 33 additions & 33 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Setup pnpm
3636
uses: pnpm/action-setup@v4
3737
with:
38-
version: 8
38+
version: 10
3939

4040
- name: Get pnpm store directory
4141
shell: bash

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3737
- Basic TypeScript configuration
3838
- Example applications in the examples directory
3939

40-
[Unreleased]: https://github.com/objectql/object-ui/compare/v0.1.0...HEAD
41-
[0.1.0]: https://github.com/objectql/object-ui/releases/tag/v0.1.0
40+
[Unreleased]: https://github.com/objectql/objectui/compare/v0.1.0...HEAD
41+
[0.1.0]: https://github.com/objectql/objectui/releases/tag/v0.1.0

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66

77
A high-performance, schema-driven UI system built on **React 18**, **Tailwind CSS**, and **Shadcn UI**.
88

9-
[![CI](https://github.com/objectql/object-ui/actions/workflows/ci.yml/badge.svg)](https://github.com/objectql/object-ui/actions/workflows/ci.yml)
9+
[![CI](https://github.com/objectql/objectui/actions/workflows/ci.yml/badge.svg)](https://github.com/objectql/objectui/actions/workflows/ci.yml)
1010
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
1111

12-
[Documentation](https://www.objectui.org) · [Playground](https://www.objectui.org/playground) · [Report Bug](https://github.com/objectql/object-ui/issues)
12+
[Documentation](https://www.objectui.org) · [Playground](https://www.objectui.org/playground) · [Report Bug](https://github.com/objectql/objectui/issues)
1313

1414
</div>
1515

@@ -119,7 +119,7 @@ This project is a Monorepo managed by **TurboRepo** and **pnpm**.
119119

120120
```bash
121121
# 1. Clone the repository
122-
git clone https://github.com/objectql/object-ui.git
122+
git clone https://github.com/objectql/objectui.git
123123

124124
# 2. Install dependencies
125125
pnpm install

docs/.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export default defineConfig({
6969
},
7070

7171
socialLinks: [
72-
{ icon: 'github', link: 'https://github.com/objectql/object-ui' }
72+
{ icon: 'github', link: 'https://github.com/objectql/objectui' }
7373
],
7474

7575
footer: {

docs/ROADMAP.md

Lines changed: 4 additions & 4 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 an early preview available! Check out our [Playground](https://objectui.org/playground) to see what's possible.
197197

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

202202
### Shape the Future
@@ -269,7 +269,7 @@ Yes. We're committed to backward compatibility. Your schemas will keep working a
269269

270270
Want to know when new features launch? Here's how to stay in the loop:
271271

272-
-**Star on GitHub**: Watch releases at [objectql/object-ui](https://github.com/objectql/object-ui)
272+
-**Star on GitHub**: Watch releases at [objectql/objectui](https://github.com/objectql/objectui)
273273
- 📧 **Email**: Contact us at hello@objectui.org for announcements
274274

275275
We update this roadmap monthly with our progress.
@@ -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/object-ui)
285+
**Want to contribute?** Open an issue or pull request on [GitHub](https://github.com/objectql/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/object-ui)** · **[Documentation](https://objectui.org)** · **[Playground](https://objectui.org/playground)**
293+
**[GitHub](https://github.com/objectql/objectui)** · **[Documentation](https://objectui.org)** · **[Playground](https://objectui.org/playground)**
294294

295295
</div>

docs/api/components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,5 @@ import { ThemeProvider } from '@object-ui/components'
111111
Full component API documentation coming soon.
112112

113113
For now, see:
114-
- [GitHub Repository](https://github.com/objectql/object-ui/tree/main/packages/components)
114+
- [GitHub Repository](https://github.com/objectql/objectui/tree/main/packages/components)
115115
- [Storybook](https://storybook.objectui.org) (coming soon)

docs/api/core.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,5 +113,5 @@ if (isPageSchema(schema)) {
113113
Full API documentation coming soon.
114114

115115
For now, see:
116-
- [GitHub Repository](https://github.com/objectql/object-ui/tree/main/packages/protocol)
117-
- [TypeScript Definitions](https://github.com/objectql/object-ui/blob/main/packages/protocol/src/types)
116+
- [GitHub Repository](https://github.com/objectql/objectui/tree/main/packages/protocol)
117+
- [TypeScript Definitions](https://github.com/objectql/objectui/blob/main/packages/protocol/src/types)

docs/api/designer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Real-time multi-user editing like Google Docs.
5656

5757
Want to be notified when Designer launches?
5858

59-
-[Star on GitHub](https://github.com/objectql/object-ui)
59+
-[Star on GitHub](https://github.com/objectql/objectui)
6060
- 📧 [Email us](mailto:hello@objectui.org)
6161
- 📋 [View Roadmap](/roadmap)
6262

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/object-ui/tree/main/packages/react)
91-
- [Examples](https://github.com/objectql/object-ui/tree/main/examples)
90+
- [GitHub Repository](https://github.com/objectql/objectui/tree/main/packages/react)
91+
- [Examples](https://github.com/objectql/objectui/tree/main/examples)

docs/guide/installation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,8 @@ For contributing or local development:
221221

222222
```bash
223223
# Clone the repository
224-
git clone https://github.com/objectql/object-ui.git
225-
cd object-ui
224+
git clone https://github.com/objectql/objectui.git
225+
cd objectui
226226

227227
# Install dependencies
228228
pnpm install
@@ -242,6 +242,6 @@ pnpm dev
242242
Having trouble? We're here to help:
243243

244244
- 📖 [Documentation](/)
245-
- 💬 [GitHub Discussions](https://github.com/objectql/object-ui/discussions)
246-
- 🐛 [Report Issues](https://github.com/objectql/object-ui/issues)
245+
- 💬 [GitHub Discussions](https://github.com/objectql/objectui/discussions)
246+
- 🐛 [Report Issues](https://github.com/objectql/objectui/issues)
247247
- 📧 [Email](mailto:hello@objectui.org)

0 commit comments

Comments
 (0)