From a14b37924398e684da6470bd55ab55459b53c552 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 22 Jan 2026 05:54:29 +0000 Subject: [PATCH 1/2] Initial plan From 40e510c9f94fa5811b415a1c932ba046463e6aed Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 22 Jan 2026 06:15:57 +0000 Subject: [PATCH 2/2] Fix all incorrect documentation links to use /docs/ prefix Co-authored-by: huangyiirene <7665279+huangyiirene@users.noreply.github.com> --- docs/components/index.md | 92 ++++++++++++++++---------------- docs/guide/index.md | 6 +-- docs/guide/interactive-demos.md | 86 ++++++++++++++--------------- docs/guide/studio.md | 6 +-- docs/plugins/index.md | 42 +++++++-------- docs/plugins/plugin-charts.mdx | 2 +- docs/plugins/plugin-editor.mdx | 2 +- docs/plugins/plugin-kanban.mdx | 2 +- docs/plugins/plugin-markdown.mdx | 2 +- docs/plugins/plugin-object.mdx | 6 +-- 10 files changed, 123 insertions(+), 123 deletions(-) diff --git a/docs/components/index.md b/docs/components/index.md index 1b39ea734..89f7b9079 100644 --- a/docs/components/index.md +++ b/docs/components/index.md @@ -11,28 +11,28 @@ ObjectUI provides a comprehensive set of components built on React, Tailwind CSS Browse components by category to find what you need: -### [Basic Components](/components/basic/text) +### [Basic Components](/docs/components/basic/text) Essential building blocks: Text, Icon, Image, Separator, HTML -### [Form Components](/components/form/button) +### [Form Components](/docs/components/form/button) Interactive inputs: Button, Input, Select, Checkbox, Switch, Textarea, Slider -### [Layout Components](/components/layout/container) +### [Layout Components](/docs/components/layout/container) Structure your UI: Container, Card, Grid, Flex, Stack, Tabs -### [Data Display](/components/data-display/badge) +### [Data Display](/docs/components/data-display/badge) Show information: Badge, Avatar, Alert, List -### [Feedback Components](/components/feedback/loading) +### [Feedback Components](/docs/components/feedback/loading) User feedback: Loading, Progress, Skeleton -### [Overlay Components](/components/overlay/dialog) +### [Overlay Components](/docs/components/overlay/dialog) Floating elements: Dialog, Drawer, Tooltip, Popover -### [Disclosure Components](/components/disclosure/accordion) +### [Disclosure Components](/docs/components/disclosure/accordion) Show/hide content: Accordion, Collapsible -### [Complex Components](/components/complex/table) +### [Complex Components](/docs/components/complex/table) Advanced patterns: Table (with sorting, filtering, pagination) ## Component Categories @@ -41,73 +41,73 @@ Advanced patterns: Table (with sorting, filtering, pagination) The foundation of your UI. These are simple, single-purpose components: -- **[Text](/components/basic/text)** - Display text with typography control -- **[Icon](/components/basic/icon)** - Render icons from Lucide React -- **[Image](/components/basic/image)** - Display images with lazy loading -- **[Separator](/components/basic/separator)** - Visual divider between content -- **[HTML](/components/basic/html)** - Render raw HTML content +- **[Text](/docs/components/basic/text)** - Display text with typography control +- **[Icon](/docs/components/basic/icon)** - Render icons from Lucide React +- **[Image](/docs/components/basic/image)** - Display images with lazy loading +- **[Separator](/docs/components/basic/separator)** - Visual divider between content +- **[HTML](/docs/components/basic/html)** - Render raw HTML content ### Form Components Interactive elements for user input: -- **[Button](/components/form/button)** - Trigger actions with multiple variants -- **[Input](/components/form/input)** - Text input with validation -- **[Select](/components/form/select)** - Dropdown selection -- **[Checkbox](/components/form/checkbox)** - Boolean selection -- **[Switch](/components/form/switch)** - Toggle switch -- **[Textarea](/components/form/textarea)** - Multi-line text input -- **[Slider](/components/form/slider)** - Numeric range selection +- **[Button](/docs/components/form/button)** - Trigger actions with multiple variants +- **[Input](/docs/components/form/input)** - Text input with validation +- **[Select](/docs/components/form/select)** - Dropdown selection +- **[Checkbox](/docs/components/form/checkbox)** - Boolean selection +- **[Switch](/docs/components/form/switch)** - Toggle switch +- **[Textarea](/docs/components/form/textarea)** - Multi-line text input +- **[Slider](/docs/components/form/slider)** - Numeric range selection ### Layout Components Structure and organize your interface: -- **[Container](/components/layout/container)** - Responsive container with max-width -- **[Card](/components/layout/card)** - Content card with header and footer -- **[Grid](/components/layout/grid)** - CSS Grid layout -- **[Flex](/components/layout/flex)** - Flexbox layout -- **[Stack](/components/layout/stack)** - Vertical or horizontal stack -- **[Tabs](/components/layout/tabs)** - Tabbed interface +- **[Container](/docs/components/layout/container)** - Responsive container with max-width +- **[Card](/docs/components/layout/card)** - Content card with header and footer +- **[Grid](/docs/components/layout/grid)** - CSS Grid layout +- **[Flex](/docs/components/layout/flex)** - Flexbox layout +- **[Stack](/docs/components/layout/stack)** - Vertical or horizontal stack +- **[Tabs](/docs/components/layout/tabs)** - Tabbed interface ### Data Display Present data to users: -- **[Badge](/components/data-display/badge)** - Small status indicators -- **[Avatar](/components/data-display/avatar)** - User profile images -- **[Alert](/components/data-display/alert)** - Contextual messages -- **[List](/components/data-display/list)** - Ordered or unordered lists +- **[Badge](/docs/components/data-display/badge)** - Small status indicators +- **[Avatar](/docs/components/data-display/avatar)** - User profile images +- **[Alert](/docs/components/data-display/alert)** - Contextual messages +- **[List](/docs/components/data-display/list)** - Ordered or unordered lists ### Feedback Components Provide visual feedback: -- **[Loading](/components/feedback/loading)** - Loading spinner -- **[Progress](/components/feedback/progress)** - Progress bar -- **[Skeleton](/components/feedback/skeleton)** - Loading placeholder +- **[Loading](/docs/components/feedback/loading)** - Loading spinner +- **[Progress](/docs/components/feedback/progress)** - Progress bar +- **[Skeleton](/docs/components/feedback/skeleton)** - Loading placeholder ### Overlay Components Floating UI elements: -- **[Dialog](/components/overlay/dialog)** - Modal dialog -- **[Drawer](/components/overlay/drawer)** - Slide-out drawer -- **[Tooltip](/components/overlay/tooltip)** - Hover tooltips -- **[Popover](/components/overlay/popover)** - Floating popover +- **[Dialog](/docs/components/overlay/dialog)** - Modal dialog +- **[Drawer](/docs/components/overlay/drawer)** - Slide-out drawer +- **[Tooltip](/docs/components/overlay/tooltip)** - Hover tooltips +- **[Popover](/docs/components/overlay/popover)** - Floating popover ### Disclosure Components Expandable content: -- **[Accordion](/components/disclosure/accordion)** - Expandable sections -- **[Collapsible](/components/disclosure/collapsible)** - Toggle content visibility +- **[Accordion](/docs/components/disclosure/accordion)** - Expandable sections +- **[Collapsible](/docs/components/disclosure/collapsible)** - Toggle content visibility ### Complex Components Advanced, feature-rich components: -- **[Table](/components/complex/table)** - Data table with sorting, filtering, and pagination +- **[Table](/docs/components/complex/table)** - Data table with sorting, filtering, and pagination ## Usage Pattern @@ -175,15 +175,15 @@ All ObjectUI components share these characteristics: ## Next Steps -- **[Quick Start Guide](/guide/quick-start)** - Build your first ObjectUI app -- **[Schema Rendering](/concepts/schema-rendering)** - Learn how the engine works -- **[Component Registry](/concepts/component-registry)** - Register custom components -- **[Expressions](/concepts/expressions)** - Dynamic values with expressions +- **[Quick Start Guide](/docs/guide/quick-start)** - Build your first ObjectUI app +- **[Schema Rendering](/docs/concepts/schema-rendering)** - Learn how the engine works +- **[Component Registry](/docs/concepts/component-registry)** - Register custom components +- **[Expressions](/docs/concepts/expressions)** - Dynamic values with expressions ## Need Help? Can't find what you're looking for? Check out: -- [Concepts](/concepts) - Core concepts and architecture -- [Advanced](/reference) - API documentation and protocol specs +- [Concepts](/docs/concepts) - Core concepts and architecture +- [Advanced](/docs/reference) - API documentation and protocol specs - [GitHub](https://github.com/objectstack-ai/objectui) - Report issues or contribute diff --git a/docs/guide/index.md b/docs/guide/index.md index 00174acf5..0e9e1839e 100644 --- a/docs/guide/index.md +++ b/docs/guide/index.md @@ -183,9 +183,9 @@ Object UI is perfect for: Ready to get started? -- [Quick Start](/guide/quick-start) - Build your first Object UI app -- [Installation](/guide/installation) - Setup instructions -- [Schema Rendering](/concepts/schema-rendering) - Learn the core concepts +- [Quick Start](/docs/guide/quick-start) - Build your first Object UI app +- [Installation](/docs/guide/installation) - Setup instructions +- [Schema Rendering](/docs/concepts/schema-rendering) - Learn the core concepts ## Getting Help diff --git a/docs/guide/interactive-demos.md b/docs/guide/interactive-demos.md index 1af75e22d..5664fd2ee 100644 --- a/docs/guide/interactive-demos.md +++ b/docs/guide/interactive-demos.md @@ -18,71 +18,71 @@ Explore ObjectUI's comprehensive component library with **live interactive demos Build powerful forms with our comprehensive form controls: -- **[Input](/components/form/input)** - Text input fields with validation -- **[Select](/components/form/select)** - Dropdown selection menus -- **[Checkbox](/components/form/checkbox)** - Toggle selection boxes -- **[Switch](/components/form/switch)** - Binary toggle switches -- **[Textarea](/components/form/textarea)** - Multi-line text input -- **[Slider](/components/form/slider)** - Range selection sliders -- **[Button](/components/form/button)** - Action triggers with variants +- **[Input](/docs/components/form/input)** - Text input fields with validation +- **[Select](/docs/components/form/select)** - Dropdown selection menus +- **[Checkbox](/docs/components/form/checkbox)** - Toggle selection boxes +- **[Switch](/docs/components/form/switch)** - Binary toggle switches +- **[Textarea](/docs/components/form/textarea)** - Multi-line text input +- **[Slider](/docs/components/form/slider)** - Range selection sliders +- **[Button](/docs/components/form/button)** - Action triggers with variants ### Layout Components Structure your UI with flexible layout containers: -- **[Stack](/components/layout/stack)** - Vertical/horizontal stacking -- **[Grid](/components/layout/grid)** - Responsive grid layouts -- **[Card](/components/layout/card)** - Content containers -- **[Tabs](/components/layout/tabs)** - Tabbed content sections -- **[Separator](/components/layout/separator)** - Visual dividers +- **[Stack](/docs/components/layout/stack)** - Vertical/horizontal stacking +- **[Grid](/docs/components/layout/grid)** - Responsive grid layouts +- **[Card](/docs/components/layout/card)** - Content containers +- **[Tabs](/docs/components/layout/tabs)** - Tabbed content sections +- **[Separator](/docs/components/layout/separator)** - Visual dividers ### Overlay Components Create modal and overlay experiences: -- **[Dialog](/components/overlay/dialog)** - Modal dialogs -- **[Drawer](/components/overlay/drawer)** - Sliding side panels -- **[Tooltip](/components/overlay/tooltip)** - Contextual hints -- **[Popover](/components/overlay/popover)** - Floating content panels +- **[Dialog](/docs/components/overlay/dialog)** - Modal dialogs +- **[Drawer](/docs/components/overlay/drawer)** - Sliding side panels +- **[Tooltip](/docs/components/overlay/tooltip)** - Contextual hints +- **[Popover](/docs/components/overlay/popover)** - Floating content panels ### Data Display Components Present information beautifully: -- **[Table](/components/data-display/table)** - Tabular data display -- **[List](/components/data-display/list)** - Ordered/unordered lists -- **[Avatar](/components/data-display/avatar)** - User profile images -- **[Badge](/components/data-display/badge)** - Status indicators -- **[Alert](/components/data-display/alert)** - Notification messages +- **[Table](/docs/components/data-display/table)** - Tabular data display +- **[List](/docs/components/data-display/list)** - Ordered/unordered lists +- **[Avatar](/docs/components/data-display/avatar)** - User profile images +- **[Badge](/docs/components/data-display/badge)** - Status indicators +- **[Alert](/docs/components/data-display/alert)** - Notification messages ### Feedback Components Provide user feedback and status: -- **[Progress](/components/feedback/progress)** - Progress indicators -- **[Loading](/components/feedback/loading)** - Loading spinners -- **[Skeleton](/components/feedback/skeleton)** - Loading placeholders -- **[Toast](/components/feedback/toast)** - Toast notifications +- **[Progress](/docs/components/feedback/progress)** - Progress indicators +- **[Loading](/docs/components/feedback/loading)** - Loading spinners +- **[Skeleton](/docs/components/feedback/skeleton)** - Loading placeholders +- **[Toast](/docs/components/feedback/toast)** - Toast notifications ### Disclosure Components Progressive content disclosure: -- **[Accordion](/components/disclosure/accordion)** - Collapsible sections -- **[Collapse](/components/disclosure/collapse)** - Show/hide content +- **[Accordion](/docs/components/disclosure/accordion)** - Collapsible sections +- **[Collapse](/docs/components/disclosure/collapse)** - Show/hide content ### Complex Components Advanced composite components: -- **[Command](/components/complex/command)** - Command palette -- **[DatePicker](/components/complex/date-picker)** - Date selection +- **[Command](/docs/components/complex/command)** - Command palette +- **[DatePicker](/docs/components/complex/date-picker)** - Date selection ## 🔌 Plugin Demos Extend ObjectUI with powerful plugins: -### [Plugin Markdown](/plugins/plugin-markdown) +### [Plugin Markdown](/docs/plugins/plugin-markdown) Render GitHub Flavored Markdown with syntax highlighting: @@ -93,7 +93,7 @@ Render GitHub Flavored Markdown with syntax highlighting: **Interactive Examples**: 3 live demos -### [Plugin Kanban](/plugins/plugin-kanban) +### [Plugin Kanban](/docs/plugins/plugin-kanban) Drag-and-drop Kanban boards for project management: @@ -104,7 +104,7 @@ Drag-and-drop Kanban boards for project management: **Interactive Examples**: 2 live demos -### [Plugin Charts](/plugins/plugin-charts) +### [Plugin Charts](/docs/plugins/plugin-charts) Beautiful data visualizations powered by Recharts: @@ -115,7 +115,7 @@ Beautiful data visualizations powered by Recharts: **Interactive Examples**: 3 live demos -### [Plugin Editor](/plugins/plugin-editor) +### [Plugin Editor](/docs/plugins/plugin-editor) Monaco Editor integration for code editing: @@ -126,7 +126,7 @@ Monaco Editor integration for code editing: **Interactive Examples**: 3 live demos -### [Plugin Object](/plugins/plugin-object) +### [Plugin Object](/docs/plugins/plugin-object) ObjectQL integration for CRUD operations: @@ -195,22 +195,22 @@ Each component page uses our new **InteractiveDemo** component: For complete API documentation including all props, events, and advanced usage: -- **[Component Registry](/concepts/component-registry)** - All available component types -- **[Schema Rendering](/concepts/schema-rendering)** - How the rendering engine works -- **[Plugin System](/concepts/plugins)** - Creating custom plugins +- **[Component Registry](/docs/concepts/component-registry)** - All available component types +- **[Schema Rendering](/docs/concepts/schema-rendering)** - How the rendering engine works +- **[Plugin System](/docs/concepts/plugins)** - Creating custom plugins ## 🎨 Design Resources -- **[Tailwind Integration](/guide/components#styling)** - Using Tailwind classes -- **[Theming](/guide/components#theming)** - Light/dark mode support -- **[Accessibility](/guide/components#accessibility)** - WCAG 2.1 compliance +- **[Tailwind Integration](/docs/guide/components#styling)** - Using Tailwind classes +- **[Theming](/docs/guide/components#theming)** - Light/dark mode support +- **[Accessibility](/docs/guide/components#accessibility)** - WCAG 2.1 compliance ## 🔗 Next Steps -- **[Quick Start Guide](/guide/quick-start)** - Get up and running in 5 minutes -- **[Try It Online](/guide/try-it-online)** - Online playground +- **[Quick Start Guide](/docs/guide/quick-start)** - Get up and running in 5 minutes +- **[Try It Online](/docs/guide/try-it-online)** - Online playground - **[GitHub Repository](https://github.com/objectstack-ai/objectui)** - Star the project --- -**Have questions?** Check out our [Getting Started Guide](/guide/quick-start) or visit the [GitHub Discussions](https://github.com/objectstack-ai/objectui/discussions). +**Have questions?** Check out our [Getting Started Guide](/docs/guide/quick-start) or visit the [GitHub Discussions](https://github.com/objectstack-ai/objectui/discussions). diff --git a/docs/guide/studio.md b/docs/guide/studio.md index 895e6ef8d..dfa8205fb 100644 --- a/docs/guide/studio.md +++ b/docs/guide/studio.md @@ -189,9 +189,9 @@ It is **not** designed for: ## What's Next? -- [Read the full guide](/guide/introduction) -- [Explore the API reference](/api/react) -- [Check out component specifications](/protocol/overview) +- [Read the full guide](/docs/guide/introduction) +- [Explore the API reference](/docs/api/react) +- [Check out component specifications](/docs/protocol/overview) - [View the project roadmap](/ROADMAP) ## Feedback diff --git a/docs/plugins/index.md b/docs/plugins/index.md index c740bdbef..afaff4e50 100644 --- a/docs/plugins/index.md +++ b/docs/plugins/index.md @@ -11,26 +11,26 @@ ObjectUI plugins are lazy-loaded component packages that extend the framework wi Browse available plugins: -### [Charts Plugin](/plugins/plugin-charts) +### [Charts Plugin](/docs/plugins/plugin-charts) Data visualization with Recharts - Bar, Line, Area, and Pie charts -### [Editor Plugin](/plugins/plugin-editor) +### [Editor Plugin](/docs/plugins/plugin-editor) Code editor powered by Monaco Editor (VS Code's editor) -### [Kanban Plugin](/plugins/plugin-kanban) +### [Kanban Plugin](/docs/plugins/plugin-kanban) Kanban board with drag-and-drop functionality -### [Markdown Plugin](/plugins/plugin-markdown) +### [Markdown Plugin](/docs/plugins/plugin-markdown) Markdown renderer with GitHub Flavored Markdown support -### [Object Plugin](/plugins/plugin-object) +### [Object Plugin](/docs/plugins/plugin-object) Advanced object data management and visualization ## Official Plugins ### Charts Plugin -**[@object-ui/plugin-charts](/plugins/plugin-charts)** - Data visualization components powered by Recharts. +**[@object-ui/plugin-charts](/docs/plugins/plugin-charts)** - Data visualization components powered by Recharts. - Bar, line, area, and pie charts - Responsive design @@ -41,13 +41,13 @@ Advanced object data management and visualization npm install @object-ui/plugin-charts ``` -[Read full documentation →](/plugins/plugin-charts) +[Read full documentation →](/docs/plugins/plugin-charts) --- ### Editor Plugin -**[@object-ui/plugin-editor](/plugins/plugin-editor)** - Code editor component powered by Monaco Editor (VS Code's editor). +**[@object-ui/plugin-editor](/docs/plugins/plugin-editor)** - Code editor component powered by Monaco Editor (VS Code's editor). - Syntax highlighting for 100+ languages - IntelliSense and code completion @@ -58,13 +58,13 @@ npm install @object-ui/plugin-charts npm install @object-ui/plugin-editor ``` -[Read full documentation →](/plugins/plugin-editor) +[Read full documentation →](/docs/plugins/plugin-editor) --- ### Kanban Plugin -**[@object-ui/plugin-kanban](/plugins/plugin-kanban)** - Kanban board component with drag-and-drop powered by @dnd-kit. +**[@object-ui/plugin-kanban](/docs/plugins/plugin-kanban)** - Kanban board component with drag-and-drop powered by @dnd-kit. - Drag and drop cards between columns - Column limits (WIP limits) @@ -75,13 +75,13 @@ npm install @object-ui/plugin-editor npm install @object-ui/plugin-kanban ``` -[Read full documentation →](/plugins/plugin-kanban) +[Read full documentation →](/docs/plugins/plugin-kanban) --- ### Markdown Plugin -**[@object-ui/plugin-markdown](/plugins/plugin-markdown)** - Markdown renderer with GitHub Flavored Markdown support. +**[@object-ui/plugin-markdown](/docs/plugins/plugin-markdown)** - Markdown renderer with GitHub Flavored Markdown support. - GitHub Flavored Markdown - XSS protection @@ -92,13 +92,13 @@ npm install @object-ui/plugin-kanban npm install @object-ui/plugin-markdown ``` -[Read full documentation →](/plugins/plugin-markdown) +[Read full documentation →](/docs/plugins/plugin-markdown) --- ### Object Plugin -**[@object-ui/plugin-object](/plugins/plugin-object)** - Advanced object data management and visualization. +**[@object-ui/plugin-object](/docs/plugins/plugin-object)** - Advanced object data management and visualization. - Object data rendering - Complex data structures support @@ -108,7 +108,7 @@ npm install @object-ui/plugin-markdown npm install @object-ui/plugin-object ``` -[Read full documentation →](/plugins/plugin-object) +[Read full documentation →](/docs/plugins/plugin-object) --- @@ -230,15 +230,15 @@ All ObjectUI plugins share these characteristics: ## Next Steps -- **[Plugin Concepts](/concepts/plugins)** - Learn how plugins work in detail -- **[Quick Start Guide](/guide/quick-start)** - Build your first ObjectUI app -- **[Component Gallery](/components)** - Explore core components -- **[Schema Rendering](/concepts/schema-rendering)** - Learn how the engine works +- **[Plugin Concepts](/docs/concepts/plugins)** - Learn how plugins work in detail +- **[Quick Start Guide](/docs/guide/quick-start)** - Build your first ObjectUI app +- **[Component Gallery](/docs/components)** - Explore core components +- **[Schema Rendering](/docs/concepts/schema-rendering)** - Learn how the engine works ## Need Help? Can't find what you're looking for? Check out: -- [Concepts](/concepts) - Core concepts and architecture -- [Advanced](/reference) - API documentation and protocol specs +- [Concepts](/docs/concepts) - Core concepts and architecture +- [Advanced](/docs/reference) - API documentation and protocol specs - [GitHub](https://github.com/objectstack-ai/objectui) - Report issues or contribute diff --git a/docs/plugins/plugin-charts.mdx b/docs/plugins/plugin-charts.mdx index 77946aa33..9aedffe26 100644 --- a/docs/plugins/plugin-charts.mdx +++ b/docs/plugins/plugin-charts.mdx @@ -283,6 +283,6 @@ const chartSchema: BarChartSchema = { ## Related Documentation -- [Plugin System Overview](/concepts/plugins) +- [Plugin System Overview](/docs/concepts/plugins) - [Lazy-Loaded Plugins Architecture](../concepts/lazy-loading) - [Package README](https://github.com/objectstack-ai/objectui/tree/main/packages/plugin-charts) diff --git a/docs/plugins/plugin-editor.mdx b/docs/plugins/plugin-editor.mdx index c27de0df7..1c726f373 100644 --- a/docs/plugins/plugin-editor.mdx +++ b/docs/plugins/plugin-editor.mdx @@ -178,6 +178,6 @@ const editorSchema: CodeEditorSchema = { ## Related Documentation -- [Plugin System Overview](/concepts/plugins) +- [Plugin System Overview](/docs/concepts/plugins) - [Lazy-Loaded Plugins Architecture](../concepts/lazy-loading) - [Package README](https://github.com/objectstack-ai/objectui/tree/main/packages/plugin-editor) diff --git a/docs/plugins/plugin-kanban.mdx b/docs/plugins/plugin-kanban.mdx index 9c3adac47..818b05a5b 100644 --- a/docs/plugins/plugin-kanban.mdx +++ b/docs/plugins/plugin-kanban.mdx @@ -422,6 +422,6 @@ const kanbanSchema: KanbanSchema = { ## Related Documentation -- [Plugin System Overview](/concepts/plugins) +- [Plugin System Overview](/docs/concepts/plugins) - [Lazy-Loaded Plugins Architecture](../concepts/lazy-loading) - [Package README](https://github.com/objectstack-ai/objectui/tree/main/packages/plugin-kanban) diff --git a/docs/plugins/plugin-markdown.mdx b/docs/plugins/plugin-markdown.mdx index 6e1fb2d0e..e64d2328a 100644 --- a/docs/plugins/plugin-markdown.mdx +++ b/docs/plugins/plugin-markdown.mdx @@ -376,6 +376,6 @@ const markdownSchema: MarkdownSchema = { ## Related Documentation -- [Plugin System Overview](/concepts/plugins) +- [Plugin System Overview](/docs/concepts/plugins) - [Lazy-Loaded Plugins Architecture](../concepts/lazy-loading) - [Package README](https://github.com/objectstack-ai/objectui/tree/main/packages/plugin-markdown) diff --git a/docs/plugins/plugin-object.mdx b/docs/plugins/plugin-object.mdx index 7fd3f1d53..61e118786 100644 --- a/docs/plugins/plugin-object.mdx +++ b/docs/plugins/plugin-object.mdx @@ -538,7 +538,7 @@ const dataSource = new ObjectQLDataSource({ ## Related Documentation -- [ObjectQL Integration](/ecosystem/objectql.md) -- [Data Sources](/concepts/data-source.md) -- [Plugin System Overview](/concepts/plugins) +- [ObjectQL Integration](/docs/ecosystem/objectql.md) +- [Data Sources](/docs/concepts/data-source.md) +- [Plugin System Overview](/docs/concepts/plugins) - [Package README](https://github.com/objectstack-ai/objectui/tree/main/packages/plugin-object)