diff --git a/docs/docs/guides/visualize-schema.mdx b/docs/docs/guides/visualize-schema.mdx index 512c27b..8224bd2 100644 --- a/docs/docs/guides/visualize-schema.mdx +++ b/docs/docs/guides/visualize-schema.mdx @@ -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. @@ -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 @@ -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: @@ -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: @@ -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: diff --git a/docs/static/img/infrahub-bottom-menu-bar.png b/docs/docs/img/infrahub-bottom-menu-bar.png similarity index 100% rename from docs/static/img/infrahub-bottom-menu-bar.png rename to docs/docs/img/infrahub-bottom-menu-bar.png diff --git a/docs/static/img/infrahub-filter-panel.png b/docs/docs/img/infrahub-filter-panel.png similarity index 100% rename from docs/static/img/infrahub-filter-panel.png rename to docs/docs/img/infrahub-filter-panel.png diff --git a/docs/static/img/infrahub-graph-node-detail.png b/docs/docs/img/infrahub-graph-node-detail.png similarity index 100% rename from docs/static/img/infrahub-graph-node-detail.png rename to docs/docs/img/infrahub-graph-node-detail.png diff --git a/docs/static/img/infrahub-graph.png b/docs/docs/img/infrahub-graph.png similarity index 100% rename from docs/static/img/infrahub-graph.png rename to docs/docs/img/infrahub-graph.png diff --git a/docs/static/img/infrahub-server-tree-graph.png b/docs/docs/img/infrahub-server-tree-graph.png similarity index 100% rename from docs/static/img/infrahub-server-tree-graph.png rename to docs/docs/img/infrahub-server-tree-graph.png