Skip to content

Commit ebf73bb

Browse files
authored
docs(topology): Moves docs beneath Extensions nav item. (#291)
1 parent 8915c7d commit ebf73bb

14 files changed

+28
-15
lines changed

packages/module/patternfly-docs/content/examples/AboutTopology.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
id: About Topology
3-
section: topology
3+
section: extensions
4+
subsection: topology
45
sortValue: 1
56
sourceLink: https://github.com/patternfly/react-topology/blob/main/packages/module/patternfly-docs/content/examples/TopologyGettingStartedDemo.tsx
67
propComponents: ['VisualizationProvider', 'VisualizationSurface']

packages/module/patternfly-docs/content/examples/TopologyAnchors.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
id: Anchors
3-
section: topology
3+
section: extensions
4+
subsection: topology
45
sortValue: 13
56
sourceLink: https://github.com/patternfly/react-topology/blob/main/packages/module/patternfly-docs/content/examples/TopologyAnchorsDemo.tsx
67
---

packages/module/patternfly-docs/content/examples/TopologyContextMenu.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
id: Context menu
3-
section: topology
3+
section: extensions
4+
subsection: topology
45
sortValue: 23
56
sourceLink: https://github.com/patternfly/react-topology/blob/main/packages/module/patternfly-docs/content/examples/TopologyContextMenuDemo.tsx
67
---

packages/module/patternfly-docs/content/examples/TopologyControlBar.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
id: Control bar
3-
section: topology
3+
section: extensions
4+
subsection: topology
45
sortValue: 31
56
sourceLink: https://github.com/patternfly/react-topology/blob/main/packages/module/patternfly-docs/content/examples/TopologyControlBarDemo.tsx
67
propComponents: ['TopologyControlBar', 'TopologyView']

packages/module/patternfly-docs/content/examples/TopologyCustomEdges.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
id: Custom edges
3-
section: topology
3+
section: extensions
4+
subsection: topology
45
sortValue: 12
56
sourceLink: https://github.com/patternfly/react-topology/blob/main/packages/module/patternfly-docs/content/examples/TopologyCustomEdgesDemo.tsx
67
propComponents: ['DefaultEdge']

packages/module/patternfly-docs/content/examples/TopologyCustomNodes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
id: Custom nodes
3-
section: topology
3+
section: extensions
4+
subsection: topology
45
sortValue: 11
56
sourceLink: https://github.com/patternfly/react-topology/blob/main/packages/module/patternfly-docs/content/examples/TopologyCustomNodesDemo.tsx
67
propComponents: ['DefaultNode', 'DefaultEdge', 'DefaultGroup']

packages/module/patternfly-docs/content/examples/TopologyDragDropDemo.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
id: Drag and drop
3-
section: topology
3+
section: extensions
4+
subsection: topology
45
sortValue: 24
56
sourceLink: https://github.com/patternfly/react-topology/blob/main/packages/module/patternfly-docs/content/examples/TopologyDragDropDemo.tsx
67
propComponents: ['DefaultNode', 'DefaultEdge', 'withDndDrop']

packages/module/patternfly-docs/content/examples/TopologyLayouts.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
id: Layouts
3-
section: topology
3+
section: extensions
4+
subsection: topology
45
sourceLink: https://github.com/patternfly/react-topology/blob/main/packages/module/patternfly-docs/content/examples/TopologyLayoutsDemo.tsx
56
---
67

@@ -52,7 +53,7 @@ There are many algorithms available for positioning nodes, based on factors like
5253

5354
- **Force:** Built on top of the d3-force layout provided by [d3/d3-force](https://github.com/d3/d3-force).
5455
- **Dagre:** Built on top of the dagrejs dagre layout provided by [dagrejs/dagre](https://github.com/dagrejs/dagre).
55-
- **Cola:** Built on top of the WebCola layout provided by [tgdwyer/WebCola](://github.com/tgdwyer/WebCola).
56+
- **Cola:** Built on top of the WebCola layout provided by [tgdwyer/WebCola](https://github.com/tgdwyer/WebCola).
5657
- This layout uses `force simulation` by default, but can be turned off by setting the options `layoutOnDrag` flag to "false".
5758
- **ColaGroups:** Uses the cola layout recursively on each group, so that the group's children locations are set before the group's location is set relative to other groups or nodes at its level.
5859
- **Grid:** Orders nodes in a grid, making the grid as `square` as possible.

packages/module/patternfly-docs/content/examples/TopologyPanZoom.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
id: Pan and zoom
3-
section: topology
3+
section: extensions
4+
subsection: topology
45
sortValue: 22
56
sourceLink: https://github.com/patternfly/react-topology/blob/main/packages/module/patternfly-docs/content/examples/TopologyPanZoomDemo.tsx
67
---

packages/module/patternfly-docs/content/examples/TopologyPipelinesGettingStarted.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
id: Pipelines
3-
section: topology
3+
section: extensions
4+
subsection: topology
45
sortValue: 71
56
sourceLink: https://github.com/patternfly/react-topology/blob/main/packages/module/patternfly-docs/content/examples/TopologyPipelinesGettingStartedDemo.tsx
67
propComponents: ['TaskNode', 'TaskEdge', 'WhenDecorator']

0 commit comments

Comments
 (0)