Skip to content

Commit 6e23a6f

Browse files
docs: add custom path control points example to navigation
Co-authored-by: siarheihuzarevich <[email protected]>
1 parent bb32f7d commit 6e23a6f

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

src/app/examples.config.ts

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,13 @@ export const EXAMPLES_CONFIGURATION = {
157157
'../../projects/f-examples/connections/custom-connection-type/custom-connection-type.component'
158158
),
159159
),
160+
defineLazyComponent(
161+
'custom-path-control-points',
162+
() =>
163+
import(
164+
'../../projects/f-examples/connections/custom-path-control-points/custom-path-control-points.component'
165+
),
166+
),
160167
defineLazyComponent(
161168
'connection-behaviours',
162169
() =>
@@ -699,6 +706,22 @@ function connectionGroup() {
699706
image_type: 'image/png',
700707
date: new Date('2024-10-02 20:12:01'),
701708
},
709+
{
710+
link: 'custom-path-control-points',
711+
text: 'Custom Path with Control Points',
712+
description:
713+
'Create custom connection paths with multiple control points for industrial diagrams like P&ID, circuit diagrams, or process flows. Manually position paths with precise control.',
714+
image: './previews/examples/custom-path-control-points.light.png',
715+
image_dark: './previews/examples/custom-path-control-points.dark.png',
716+
image_width: 791,
717+
image_height: 600,
718+
image_type: 'image/png',
719+
date: new Date('2025-11-11 11:00:00'),
720+
badge: {
721+
text: 'New',
722+
type: 'success',
723+
},
724+
},
702725
{
703726
link: 'connection-behaviours',
704727
text: 'Connection Behaviours',

0 commit comments

Comments
 (0)