From 792cd12552c0ef0ce23fd97780bd84c72e3b85a6 Mon Sep 17 00:00:00 2001 From: Gerasimos Chourdakis Date: Fri, 2 Jan 2026 23:41:06 +0100 Subject: [PATCH] Add Quickstart to the tutorials sidebar The Quickstart is currently disconnected from the other tutorials. Someone that enters from a tutorial, might not notice it. --- _data/sidebars/tutorial_sidebar.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/_data/sidebars/tutorial_sidebar.yml b/_data/sidebars/tutorial_sidebar.yml index a83c5d470cf..394ba9ca342 100644 --- a/_data/sidebars/tutorial_sidebar.yml +++ b/_data/sidebars/tutorial_sidebar.yml @@ -22,6 +22,11 @@ entries: output: web folderitems: + - title: Quickstart + url: /quickstart.html + output: web + link-only: true + - title: Flow over heated plate url: /tutorials-flow-over-heated-plate.html output: web @@ -171,7 +176,12 @@ entries: - title: Stress variant url: /tutorials-perpendicular-flap-stress.html output: web - + + - title: Quickstart + url: /quickstart.html + output: web + link-only: true + - title: Resonant circuit url: /tutorials-resonant-circuit.html output: web