From 23b51735a21c3dbe16673dbe1e5b820003eb00f3 Mon Sep 17 00:00:00 2001 From: Alex Gittings Date: Mon, 22 Dec 2025 15:55:29 +0000 Subject: [PATCH] Move docs --- docs/docs/guides/visualize-schema.mdx | 10 +++++----- .../img/infrahub-bottom-menu-bar.png | Bin docs/{static => docs}/img/infrahub-filter-panel.png | Bin .../img/infrahub-graph-node-detail.png | Bin docs/{static => docs}/img/infrahub-graph.png | Bin .../img/infrahub-server-tree-graph.png | Bin 6 files changed, 5 insertions(+), 5 deletions(-) rename docs/{static => docs}/img/infrahub-bottom-menu-bar.png (100%) rename docs/{static => docs}/img/infrahub-filter-panel.png (100%) rename docs/{static => docs}/img/infrahub-graph-node-detail.png (100%) rename docs/{static => docs}/img/infrahub-graph.png (100%) rename docs/{static => docs}/img/infrahub-server-tree-graph.png (100%) 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