diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index e912bc4055d..f9f74f0082e 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -16,7 +16,7 @@ topnav_title = "preCICE" site_title = "preCICE - The Coupling Library" company_name = "preCICE" description = "preCICE is an open-source coupling library and ecosystem for general partitioned multi-physics and multi-scale simulations, including surface and volume coupling." -sidebars = ["home_sidebar", "docs_sidebar", "tutorial_sidebar", "community_sidebar"] +sidebars = ["home_sidebar", "docs_sidebar", "tutorials_sidebar", "community_sidebar"] precice_version = "3.4.1" matrix_url = "https://matrix.to/#/#precice_lobby:gitter.im?web-instance[element.io]=app.gitter.im" precice_v1_citations = 451 diff --git a/data/sidebars/tutorial_sidebar.yml b/data/sidebars/tutorials_sidebar.yml similarity index 100% rename from data/sidebars/tutorial_sidebar.yml rename to data/sidebars/tutorials_sidebar.yml