Skip to content

Commit cbb5de3

Browse files
Copilothotlong
andcommitted
Convert absolute paths to relative paths in MDX files
Changed all internal documentation links in MDX files to use relative paths: - plugin-editor.mdx: /concepts/plugins → ../concepts/plugins - plugin-kanban.mdx: /concepts/plugins → ../concepts/plugins - plugin-charts.mdx: /docs/concepts/plugins → ../concepts/plugins - plugin-markdown.mdx: /reference/api → ../reference/api, /concepts/plugins → ../concepts/plugins - plugin-object.mdx: /ecosystem/objectql → ../ecosystem/objectql, /concepts/* → ../concepts/* All MDX files now consistently use relative paths for internal documentation links. Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 96b1fb7 commit cbb5de3

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

docs/plugins/plugin-charts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,6 @@ const chartSchema: BarChartSchema = {
283283

284284
## Related Documentation
285285

286-
- [Plugin System Overview](/docs/concepts/plugins)
286+
- [Plugin System Overview](../concepts/plugins)
287287
- [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: 1 addition & 1 deletion
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)
181+
- [Plugin System Overview](../concepts/plugins)
182182
- [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: 1 addition & 1 deletion
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)
425+
- [Plugin System Overview](../concepts/plugins)
426426
- [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
@@ -189,7 +189,7 @@ npm install our-package
189189
2. Configure your settings
190190
3. Start building!
191191
192-
For more information, see the [API Reference](/reference/api).
192+
For more information, see the [API Reference](../reference/api).
193193
`,
194194
className: 'prose prose-lg max-w-none'
195195
}
@@ -376,6 +376,6 @@ const markdownSchema: MarkdownSchema = {
376376

377377
## Related Documentation
378378

379-
- [Plugin System Overview](/concepts/plugins)
379+
- [Plugin System Overview](../concepts/plugins)
380380
- [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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ const dataSource = new ObjectQLDataSource({
539539

540540
## Related Documentation
541541

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

0 commit comments

Comments
 (0)