Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions apps/site/content/docs/guide/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ curl -X POST http://localhost:3000/api/data/contacts \

> **Note**: The UI components have been moved to a separate project and are no longer part of this monorepo. They can be integrated with ObjectOS through the HTTP API layer (`@objectos/server`) which provides REST endpoints for metadata and data access.

```jsx
function ContactDetail({ contactId }) {
return (
<div>
Expand Down