What happened:
Running make run/site to preview the docs locally fails with a Hugo template error in docs/layouts/partials/scripts.html.
The error might be occuring because hugo.IsServer and .Store.Get are not supported in Hugo 0.92.2 which is the version recommended in the docs README.
What you expected to happen:
make run/site should successfully build and serve the documentation site locally at http://localhost:1313 as stated in the README.
How to reproduce it:
- Clone the repo
- Install Hugo
v0.92.2+extended as recommended in docs/README.md
- Run
make run/site from the root of the repository
- Site fails to build with the above errors
Environment:
piped version: N/A
control-plane version: N/A
- Others:
- Hugo version:
v0.92.2+extended
- OS: Tested on both Windows and WSL/Ubuntu
- Errors are in
docs/layouts/partials/scripts.html lines 14 and 23
I am attaching error ss for reference

What happened:
Running
make run/siteto preview the docs locally fails with a Hugo template error indocs/layouts/partials/scripts.html.The error might be occuring because
hugo.IsServerand.Store.Getare not supported in Hugo 0.92.2 which is the version recommended in the docs README.What you expected to happen:
make run/siteshould successfully build and serve the documentation site locally at http://localhost:1313 as stated in the README.How to reproduce it:
v0.92.2+extendedas recommended indocs/README.mdmake run/sitefrom the root of the repositoryEnvironment:
pipedversion: N/Acontrol-planeversion: N/Av0.92.2+extendeddocs/layouts/partials/scripts.htmllines 14 and 23I am attaching error ss for reference