Skip to content

Commit

Permalink
sidebar cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Joannes Madu committed Sep 11, 2024
1 parent bbf503a commit 5bc27ee
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,19 +88,19 @@ <h1 class="project-name">{{ page.title | default: site.title | default: site.git

</style>
<div id="mySidenav" class="sidenav">
<a href="/">Home</a>
<a href="/maturity_assessment.html">Maturity Assessment</a>
<a href="https://digicatapult.github.io/bridgeAI-MLOps-knowledge-hub/">Home</a>
<a href="https://digicatapult.github.io/bridgeAI-MLOps-knowledge-hub/maturity_assessment.html">Maturity Assessment</a>
<a onclick="toggleNav()">Team Journey</a>
<div id="myDropdown" class="dropdown">
<a href="/requirements_research.html">Requirements and Research</a>
<a href="/mlflow_reg.html">MLflow Registry</a>
<a href="/serving.html">Model Serving</a>
<a href="/monitoring.html">Model Monitoring</a>
<a href="/versioning.html">Data Versioning</a>
<a href="https://digicatapult.github.io/bridgeAI-MLOps-knowledge-hub/requirements_research.html">Requirements and Research</a>
<a href="https://digicatapult.github.io/bridgeAI-MLOps-knowledge-hub/mlflow_reg.html">MLflow Registry</a>
<a href="https://digicatapult.github.io/bridgeAI-MLOps-knowledge-hub/serving.html">Model Serving</a>
<a href="https://digicatapult.github.io/bridgeAI-MLOps-knowledge-hub/monitoring.html">Model Monitoring</a>
<a href="https://digicatapult.github.io/bridgeAI-MLOps-knowledge-hub/versioning.html">Data Versioning</a>
</div>
<a href="/prerequisites.html">Prerequisites - Skills, Roles and Tools</a>
<a href="/effective_deployment.html">Effective Deployment - From PoC to Production</a>
<a href="/best_practices.html">MLOps Best Practices</a>
<a href="https://digicatapult.github.io/bridgeAI-MLOps-knowledge-hub/prerequisites.html">Prerequisites - Skills, Roles and Tools</a>
<a href="https://digicatapult.github.io/bridgeAI-MLOps-knowledge-hub/effective_deployment.html">Effective Deployment - From PoC to Production</a>
<a href="https://digicatapult.github.io/bridgeAI-MLOps-knowledge-hub/best_practices.html">MLOps Best Practices</a>
</div>

<script>
Expand Down

0 comments on commit 5bc27ee

Please sign in to comment.