Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/docs/guides/visualize-schema.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ If you want to explore and understand the structure of your Infrahub schema, thi
2. Locate your connected server (indicated by a green status dot)
3. Click the graph icon next to the server name

![Infrahub Server Tree with Graph Icon](/img/infrahub-server-tree-graph.png)
![Infrahub Server Tree with Graph Icon](../img/infrahub-server-tree-graph.png)

Alternatively, right-click on the server and select **Visualize Schema** from the context menu.

Expand All @@ -29,7 +29,7 @@ When prompted, select the branch whose schema you want to visualize. The extensi

The visualizer displays your schema as an interactive graph with nodes representing schema types and edges representing relationships.

![Schema Visualizer Main View](/img/infrahub-graph.png)
![Schema Visualizer Main View](../img/infrahub-graph.png)

The **Schema Overview** panel in the top-left shows statistics:
- **Visible**: Number of schemas currently displayed
Expand All @@ -50,7 +50,7 @@ The **Schema Overview** panel in the top-left shows statistics:

Click the filter icon in the bottom toolbar to open the Filter Schemas panel.

![Filter Panel](/img/infrahub-filter-panel.png)
![Filter Panel](../img/infrahub-filter-panel.png)

The filter panel provides:

Expand All @@ -64,7 +64,7 @@ By default, the visualizer hides schemas from the Core and Builtin namespaces to

Click on any schema node to open the details panel on the right side.

![Node Details Panel](/img/infrahub-graph-node-detail.png)
![Node Details Panel](../img/infrahub-graph-node-detail.png)

The details panel shows:

Expand Down Expand Up @@ -92,7 +92,7 @@ Lists all relationships with:

The bottom toolbar provides visualization controls:

![Bottom Toolbar](/img/infrahub-bottom-menu-bar.png)
![Bottom Toolbar](../img/infrahub-bottom-menu-bar.png)

From left to right:

Expand Down
File renamed without changes
Loading