From fdfdf8ecbeebb9e8a24a58f7ee876fc164588919 Mon Sep 17 00:00:00 2001
From: leonidas <leon.keim@googlemail.com>
Date: Wed, 29 Jan 2025 14:02:36 +0100
Subject: [PATCH] Adding Basic concepts to doxygen

---
 doc/doxygen/DoxygenDumuxLayout.xml       | 1 +
 doc/doxygen/pages/basic-concepts.md      | 1 +
 doc/doxygen/pages/understanding-dumux.md | 1 +
 3 files changed, 3 insertions(+)
 create mode 100644 doc/doxygen/pages/basic-concepts.md

diff --git a/doc/doxygen/DoxygenDumuxLayout.xml b/doc/doxygen/DoxygenDumuxLayout.xml
index 7009dc0296..e34d4e8a98 100644
--- a/doc/doxygen/DoxygenDumuxLayout.xml
+++ b/doc/doxygen/DoxygenDumuxLayout.xml
@@ -19,6 +19,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
     <tab type="user" url="@ref external-libraries" visible="yes" title="External libraries" intro=""/>
     <tab type="user" url="@ref examples-and-tutorials" visible="yes" title="Examples and tutorials" intro=""/>
     <tab type="usergroup" url="@ref understanding-dumux" visible="yes" title="Understanding DuMux" >
+      <tab type="user" url="@ref basic-concepts" visible="yes" title="Basic concepts" intro=""/>
       <tab type="user" url="@ref runtime-parameters" visible="yes" title="Runtime parameters" intro=""/>
       <tab type="user" url="@ref running-in-parallel" visible="yes" title="Running in parallel" intro=""/>
       <tab type="user" url="@ref input-and-output-formats" visible="yes" title="Input and output formats" intro=""/>
diff --git a/doc/doxygen/pages/basic-concepts.md b/doc/doxygen/pages/basic-concepts.md
new file mode 100644
index 0000000000..dbb2789467
--- /dev/null
+++ b/doc/doxygen/pages/basic-concepts.md
@@ -0,0 +1 @@
+# Basic concepts
diff --git a/doc/doxygen/pages/understanding-dumux.md b/doc/doxygen/pages/understanding-dumux.md
index d65b148e68..8c71d92adf 100644
--- a/doc/doxygen/pages/understanding-dumux.md
+++ b/doc/doxygen/pages/understanding-dumux.md
@@ -4,6 +4,7 @@ This part of the documentation is dedicated to provide explanations,
 tips & tricks on how to use DuMux and will introduce you to some
 of the conventions and concepts.
 
+* @ref basic-concepts
 * @ref runtime-parameters
 * @ref running-in-parallel
 * @ref input-and-output-formats
-- 
GitLab