diff --git a/doc/doxygen/DoxygenDumuxLayout.xml b/doc/doxygen/DoxygenDumuxLayout.xml index 7009dc02961fa7f016e120984047135c38872be5..e34d4e8a9886a5aab0460d926a8c0351da00adec 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 0000000000000000000000000000000000000000..dbb2789467495fc8ec64fac01c671417a7a0957d --- /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 d65b148e6809d2a0cb90a985744240b9060689a2..8c71d92adf7f246da78c20db6581ff6b3352978e 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