Skip to content

Commit 6e5171e

Browse files
Copilothuangyiirene
andcommitted
Fix all broken links in documentation
Co-authored-by: huangyiirene <7665279+huangyiirene@users.noreply.github.com>
1 parent 7a93282 commit 6e5171e

7 files changed

Lines changed: 19 additions & 19 deletions

File tree

docs/concepts/plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ export function registerComponents() {
372372
373373
- [Component Registry](./component-registry.md) - Understanding the registry
374374
- [Schema Rendering](./schema-rendering.md) - How schemas become UI
375-
- [Lazy-Loaded Plugins Architecture](/docs/lazy-loaded-plugins.md) - Deep dive
375+
- [Lazy-Loaded Plugins Architecture](./lazy-loading.md) - Deep dive
376376
- [Creating Components](/spec/component-package.md) - Component development
377377
378378
## Next Steps

docs/guide/interactive-demos.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -195,22 +195,22 @@ Each component page uses our new **InteractiveDemo** component:
195195

196196
For complete API documentation including all props, events, and advanced usage:
197197

198-
- **[Component Registry](/docs/concepts/component-registry)** - All available component types
199-
- **[Schema Rendering](/docs/concepts/schema-rendering)** - How the rendering engine works
200-
- **[Plugin System](/docs/concepts/plugins)** - Creating custom plugins
198+
- **[Component Registry](/concepts/component-registry)** - All available component types
199+
- **[Schema Rendering](/concepts/schema-rendering)** - How the rendering engine works
200+
- **[Plugin System](/concepts/plugins)** - Creating custom plugins
201201

202202
## 🎨 Design Resources
203203

204-
- **[Tailwind Integration](/docs/guide/components#styling)** - Using Tailwind classes
205-
- **[Theming](/docs/guide/components#theming)** - Light/dark mode support
206-
- **[Accessibility](/docs/guide/components#accessibility)** - WCAG 2.1 compliance
204+
- **[Tailwind Integration](/guide/components#styling)** - Using Tailwind classes
205+
- **[Theming](/guide/components#theming)** - Light/dark mode support
206+
- **[Accessibility](/guide/components#accessibility)** - WCAG 2.1 compliance
207207

208208
## 🔗 Next Steps
209209

210-
- **[Quick Start Guide](/docs/guide/quick-start)** - Get up and running in 5 minutes
211-
- **[Try It Online](/docs/guide/try-it-online)** - Online playground
210+
- **[Quick Start Guide](/guide/quick-start)** - Get up and running in 5 minutes
211+
- **[Try It Online](/guide/try-it-online)** - Online playground
212212
- **[GitHub Repository](https://github.com/objectstack-ai/objectui)** - Star the project
213213

214214
---
215215

216-
**Have questions?** Check out our [Getting Started Guide](/docs/guide/quick-start) or visit the [GitHub Discussions](https://github.com/objectstack-ai/objectui/discussions).
216+
**Have questions?** Check out our [Getting Started Guide](/guide/quick-start) or visit the [GitHub Discussions](https://github.com/objectstack-ai/objectui/discussions).

docs/plugins/plugin-charts.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,6 @@ const chartSchema: BarChartSchema = {
283283

284284
## Related Documentation
285285

286-
- [Plugin System Overview](/concepts/plugins.md)
287-
- [Lazy-Loaded Plugins Architecture](../lazy-loaded-plugins.md)
286+
- [Plugin System Overview](/concepts/plugins)
287+
- [Lazy-Loaded Plugins Architecture](../concepts/lazy-loading)
288288
- [Package README](https://github.com/objectstack-ai/objectui/tree/main/packages/plugin-charts)

docs/plugins/plugin-editor.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,6 @@ const editorSchema: CodeEditorSchema = {
178178

179179
## Related Documentation
180180

181-
- [Plugin System Overview](/concepts/plugins.md)
182-
- [Lazy-Loaded Plugins Architecture](../lazy-loaded-plugins.md)
181+
- [Plugin System Overview](/concepts/plugins)
182+
- [Lazy-Loaded Plugins Architecture](../concepts/lazy-loading)
183183
- [Package README](https://github.com/objectstack-ai/objectui/tree/main/packages/plugin-editor)

docs/plugins/plugin-kanban.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,6 @@ const kanbanSchema: KanbanSchema = {
422422

423423
## Related Documentation
424424

425-
- [Plugin System Overview](/concepts/plugins.md)
426-
- [Lazy-Loaded Plugins Architecture](../lazy-loaded-plugins.md)
425+
- [Plugin System Overview](/concepts/plugins)
426+
- [Lazy-Loaded Plugins Architecture](../concepts/lazy-loading)
427427
- [Package README](https://github.com/objectstack-ai/objectui/tree/main/packages/plugin-kanban)

docs/plugins/plugin-markdown.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,6 @@ const markdownSchema: MarkdownSchema = {
376376

377377
## Related Documentation
378378

379-
- [Plugin System Overview](/concepts/plugins.md)
380-
- [Lazy-Loaded Plugins Architecture](../lazy-loaded-plugins.md)
379+
- [Plugin System Overview](/concepts/plugins)
380+
- [Lazy-Loaded Plugins Architecture](../concepts/lazy-loading)
381381
- [Package README](https://github.com/objectstack-ai/objectui/tree/main/packages/plugin-markdown)

docs/plugins/plugin-object.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,5 +540,5 @@ const dataSource = new ObjectQLDataSource({
540540

541541
- [ObjectQL Integration](/ecosystem/objectql.md)
542542
- [Data Sources](/concepts/data-source.md)
543-
- [Plugin System Overview](/concepts/plugins.md)
543+
- [Plugin System Overview](/concepts/plugins)
544544
- [Package README](https://github.com/objectstack-ai/objectui/tree/main/packages/plugin-object)

0 commit comments

Comments
 (0)