Fix header issue in subpages.
Fix inconsistent header issue in webpage
Description
In the previously built UNICADO website, many pages had inconsistent headers. This commit aims to address the issue by leveraging mkdoxy documentation. Initially, only propulsion_design-related files have been modified to test this approach. If successful, the solution can be extended to all other subpages to resolve the header inconsistency problem.
Related Issue(s)
- Fixes #22
Testing Instructions
- [Step 1: checkou branch documentation/global-header-file-setup]
- [Step 2: Run command mkdocs build --site-dir ./public and mkdocs serve]
- [Step 3: Go to page propulsion_designand verify the result]
Developer Checklist
-
Code has been tested locally and/or in pipeline. -
(if applicable) documentation updated. -
(if applicable) impact of new dependencies reviewed and included in project. -
Merge conflicts resolved with the target branch.
Merge request reports
Activity
added typedocumentation label
requested review from @kristina.mazur and @gPauls-TUHH
assigned to @alfin.johny
Thanks for the feedback , I am currently working on another MR ( MR !9 (merged) which could fix all such documentation issues on the webpage). I will also merge this branch with that MR. so no merge is needed for this MR ( I will delete this one once I upadte the MR !9 (merged) ) But , thanks for your comments and I will incoporate that in MR !9 (merged) .