Skip to content

Commit

Permalink
sidebar URL polish
Browse files Browse the repository at this point in the history
  • Loading branch information
Joannes Madu committed Oct 10, 2024
1 parent 4a99947 commit da226ff
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<a id="skip-to-content" href="#content">Skip to the content.</a>

<header class="page-header" role="banner">
<a href="../"><img src="../assets/logo.png" class="top-left" width="124px" height="124px"></a>
<a href="https://digicatapult.github.io/bridgeAI-MLOps-knowledge-hub/"><img src="../assets/logo.png" class="top-left" width="124px" height="124px"></a>
<h1 class="project-name">{{ page.title | default: site.title | default: site.github.repository_name }}</h1>
<br>
<br>
Expand Down Expand Up @@ -267,6 +267,29 @@ <h1 class="project-name">{{ page.title | default: site.title | default: site.git
</style>

<div id="mySidenav" class="sidenav">
<a href="../../">Home</a>
<br>
<a onclick="toggleNavMlops()"><img src="https://cdn0.iconfinder.com/data/icons/rounded-basics/24/rounded__menu-512.png" width="15px" height="15px"> MLOps: The Big Picture</a>
<div id="myDropdownMlops" class="dropdown-mlops">
<a href="../bridgeAI-MLOps-knowledge-hub/mlops_big_picture/mlops_summary.html">Summary</a>
<a href="../bridgeAI-MLOps-knowledge-hub/mlops_big_picture/requirements_research.html">Requirements and Research</a>
<a href="../bridgeAI-MLOps-knowledge-hub/mlops_big_picture/versioning.html">Data Versioning</a>
<a href="../bridgeAI-MLOps-knowledge-hub/mlops_big_picture/DAG.html">Training Pipeline</a>
<a href="../bridgeAI-MLOps-knowledge-hub/mlops_big_picture/serving.html">Model Serving</a>
<a href="../bridgeAI-MLOps-knowledge-hub/mlops_big_picture/pred_service.html">Prediction Service</a>
<a href="../bridgeAI-MLOps-knowledge-hub/mlops_big_picture/monitoring.html">Model Monitoring</a>
<a href="../bridgeAI-MLOps-knowledge-hub/mlops_big_picture/gitops.html">GitOps</a>
<a href="../bridgeAI-MLOps-knowledge-hub/mlops_big_picture/team_arch.html">Team Architecture</a>
</div>
<a onclick="toggleNavBusiness()"><img src="https://cdn0.iconfinder.com/data/icons/rounded-basics/24/rounded__menu-512.png" width="15px" height="15px"> Corporate Perspective</a>
<div id="myDropdownBusiness" class="dropdown-business">
<a href="../bridgeAI-MLOps-knowledge-hub/corporate_perspective/deployment_lifecycle.html">Deployment Service Life Cycle</a>
<a href="../bridgeAI-MLOps-knowledge-hub/corporate_perspective/prerequisites.html">Skills, Roles and Tool Horizon Scan</a>
<a href="../bridgeAI-MLOps-knowledge-hub/corporate_perspective/maturity_assessment.html">Maturity Assessment</a>
<a href="../bridgeAI-MLOps-knowledge-hub/corporate_perspective/best_practices.html">MLOps Best Practices</a>
</div>

<!-- <div id="mySidenav" class="sidenav">
<a href="../../">Home</a>
<br>
<a onclick="toggleNavMlops()"><img src="https://cdn0.iconfinder.com/data/icons/rounded-basics/24/rounded__menu-512.png" width="15px" height="15px"> MLOps: The Big Picture</a>
Expand All @@ -287,7 +310,7 @@ <h1 class="project-name">{{ page.title | default: site.title | default: site.git
<a href="../../corporate_perspective/prerequisites.html">Skills, Roles and Tool Horizon Scan</a>
<a href="../../corporate_perspective/maturity_assessment.html">Maturity Assessment</a>
<a href="../../corporate_perspective/best_practices.html">MLOps Best Practices</a>
</div>
</div> -->

</div>

Expand Down

0 comments on commit da226ff

Please sign in to comment.