Hacking-the-Cloud / hackingthe.cloud

An encyclopedia for offensive and defensive security knowledge in cloud native technologies.

Home Page:https://hackingthe.cloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update Material for MKDocs dependencies and update image links

Frichetten opened this issue · comments

There have been some recent warnings in our CI/CD pipeline and it would be wise to deal with them.

  • Check the status for our Material for MKDocs dependencies and fix as needed
  • All images need to be downloaded locally to make sure they don't disappear.

Originally this PR was supposed to be fairly easy, but in the time since I created it a new warning has emerged. It looks like MkDocs wan'ts to references images a content and not as a website, so ../../thing.png, instead of /images/thing.png.

This will take a little bit, however it is in the same vein as pulling all images locally, so I suppose this PR should be more about fixing CI/CD warnings.

  • Update dependencies
  • Pull all images locally
  • Update image references to use the right paths.

Screenshot from 2024-02-19 15-13-30

  • Need to update the GitHub Action Cache version