Skip to content

Commit

Permalink
Clean up/brid 94 (#7)
Browse files Browse the repository at this point in the history
* directory cleanup

* directory cleanup

* directory cleanup

* directory cleanup

* directory cleanup

* directory cleanup

* sidebar URL polish

* sidebar URL polish

---------

Co-authored-by: Joannes Madu <[email protected]>
  • Loading branch information
joannesmadu and Joannes Madu authored Oct 9, 2024
1 parent b4b7cf0 commit cf095fa
Show file tree
Hide file tree
Showing 49 changed files with 27 additions and 27,671 deletions.
Binary file removed .DS_Store
Binary file not shown.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
*/.DS_Store
.DS_Store
_site/
_site/*
56 changes: 17 additions & 39 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="https://digicatapult.github.io/bridgeAI-MLOps-knowledge-hub/"><img src="logo.png" class="top-left" width="124px" height="124px"></a>
<a href="../"><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 @@ -265,51 +265,29 @@ <h1 class="project-name">{{ page.title | default: site.title | default: site.git
}

</style>

<div id="mySidenav" class="sidenav">
<a href="https://digicatapult.github.io/bridgeAI-MLOps-knowledge-hub/">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="https://digicatapult.github.io/bridgeAI-MLOps-knowledge-hub/mlops_summary.html">Summary</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/versioning.html">Data Versioning</a>
<a href="https://digicatapult.github.io/bridgeAI-MLOps-knowledge-hub/DAG.html">Training Pipeline</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/pred_service.html">Prediction Service</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/gitops.html">GitOps</a>
<a href="https://digicatapult.github.io/bridgeAI-MLOps-knowledge-hub/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="https://digicatapult.github.io/bridgeAI-MLOps-knowledge-hub/deployment_lifecycle.html">Deployment Service Life Cycle</a>
<a href="https://digicatapult.github.io/bridgeAI-MLOps-knowledge-hub/prerequisites.html">Skills, Roles and Tool Horizon Scan</a>
<a href="https://digicatapult.github.io/bridgeAI-MLOps-knowledge-hub/maturity_assessment.html">Maturity Assessment</a>
<a href="https://digicatapult.github.io/bridgeAI-MLOps-knowledge-hub/best_practices.html">MLOps Best Practices</a>
</div>

<!-- <div id="mySidenav" class="sidenav">
<a href="http://localhost:4000/">Home</a>
<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="http://localhost:4000/mlops_summary.html">Summary</a>
<a href="http://localhost:4000/requirements_research.html">Requirements and Research</a>
<a href="http://localhost:4000/versioning.html">Data Versioning</a>
<a href="http://localhost:4000/DAG.html">Training Pipeline</a>
<a href="http://localhost:4000/serving.html">Model Serving</a>
<a href="http://localhost:4000/pred_service.html">Prediction Service</a>
<a href="http://localhost:4000/monitoring.html">Model Monitoring</a>
<a href="http://localhost:4000/gitops.html">GitOps</a>
<a href="http://localhost:4000/team_arch.html">Team Architecture</a>
<a href="../mlops_big_picture/mlops_summary.html">Summary</a>
<a href="../mlops_big_picture/requirements_research.html">Requirements and Research</a>
<a href="../mlops_big_picture/versioning.html">Data Versioning</a>
<a href="../mlops_big_picture/DAG.html">Training Pipeline</a>
<a href="../mlops_big_picture/serving.html">Model Serving</a>
<a href="../mlops_big_picture/pred_service.html">Prediction Service</a>
<a href="../mlops_big_picture/monitoring.html">Model Monitoring</a>
<a href="../mlops_big_picture/gitops.html">GitOps</a>
<a href="../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="http://localhost:4000/deployment_lifecycle.html">Deployment Service Life Cycle</a>
<a href="http://localhost:4000/prerequisites.html">Skills, Roles and Tool Horizon Scan</a>
<a href="http://localhost:4000/maturity_assessment.html">Maturity Assessment</a>
<a href="http://localhost:4000/best_practices.html">MLOps Best Practices</a>
</div> -->
<a href="../corporate_perspective/deployment_lifecycle.html">Deployment Service Life Cycle</a>
<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>

Expand Down
Loading

0 comments on commit cf095fa

Please sign in to comment.