Upgrade Hugo and Docsy #3346
Labels
area/site
The website itself - including redirects, styling, search, etc
kind/cleanup
Refactoring code, fixing up documentation, etc
Before we tackle #2706, let's do an update of Hugo and Docsy to the latest versions (and make sure we don't break anything along the way 😃).
Putting these together because they likely will need to be updated at the same time.
Things that are useful:
make site-server
- this will build and run the site locally so you can test any changes.This is my thoughts on how to upgrade everything:
make site-server
to see if anything breaks, but if it does, the solution may be to update Docsy.make site-server
, see if it shows any errors.The only thing to also keep an eye on, I had to make this change to our docsy template to update Google Analytics, so we'll want to make sure that that change is kept (it might be that updating Docsy will update this file).
The text was updated successfully, but these errors were encountered: