From 9bf2f2f0617d7b92ce8612d8a58b0f6fe2f4b8a7 Mon Sep 17 00:00:00 2001
From: Thomas Fischer <thomas.fischer@ufz.de>
Date: Tue, 26 Mar 2019 09:45:27 +0100
Subject: [PATCH] [web] Move constructMeshesFromGeometry docu to submeshes
 section.

---
 .../constructMeshesFromGeometry/index.pandoc                    | 2 +-
 .../single_fracture_3D_geometries.png                           | 0
 .../tools/workflows/create-a-simple-parallel-model/index.pandoc | 2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename web/content/docs/tools/{model-preparation => meshing-submeshes}/constructMeshesFromGeometry/index.pandoc (98%)
 rename web/content/docs/tools/{model-preparation => meshing-submeshes}/constructMeshesFromGeometry/single_fracture_3D_geometries.png (100%)

diff --git a/web/content/docs/tools/model-preparation/constructMeshesFromGeometry/index.pandoc b/web/content/docs/tools/meshing-submeshes/constructMeshesFromGeometry/index.pandoc
similarity index 98%
rename from web/content/docs/tools/model-preparation/constructMeshesFromGeometry/index.pandoc
rename to web/content/docs/tools/meshing-submeshes/constructMeshesFromGeometry/index.pandoc
index 3425ae75fda..b89a3f332a3 100644
--- a/web/content/docs/tools/model-preparation/constructMeshesFromGeometry/index.pandoc
+++ b/web/content/docs/tools/meshing-submeshes/constructMeshesFromGeometry/index.pandoc
@@ -5,7 +5,7 @@ author = "Dmitri Naumov"
 
 [menu]
   [menu.tools]
-    parent = "model-preparation"
+    parent = "meshing-submeshes"
 +++
 
 ## General
diff --git a/web/content/docs/tools/model-preparation/constructMeshesFromGeometry/single_fracture_3D_geometries.png b/web/content/docs/tools/meshing-submeshes/constructMeshesFromGeometry/single_fracture_3D_geometries.png
similarity index 100%
rename from web/content/docs/tools/model-preparation/constructMeshesFromGeometry/single_fracture_3D_geometries.png
rename to web/content/docs/tools/meshing-submeshes/constructMeshesFromGeometry/single_fracture_3D_geometries.png
diff --git a/web/content/docs/tools/workflows/create-a-simple-parallel-model/index.pandoc b/web/content/docs/tools/workflows/create-a-simple-parallel-model/index.pandoc
index a5c4d02b26e..086641a6b85 100644
--- a/web/content/docs/tools/workflows/create-a-simple-parallel-model/index.pandoc
+++ b/web/content/docs/tools/workflows/create-a-simple-parallel-model/index.pandoc
@@ -48,7 +48,7 @@ boundary conditions and parallelization boundary mesh files are needed. There
 are two possibilities to create such files:
 
  - If there is a `.gml` file, use [`constructMeshesFromGeometry`
-   tool]({{<ref "../model-preparation/constructMeshesFromGeometry">}})  which
+   tool]({{<ref "../meshing-submeshes/constructMeshesFromGeometry">}})  which
    takes the mesh file and geometry and creates all the boundaries which are
    named in the `.gml` file with the required `bulk_node_ids` and
    `bulk_element_ids` mappings.
-- 
GitLab