|
|
před 1 měsícem | |
|---|---|---|
| .. | ||
| archetypes | před 6 roky | |
| content | před 1 měsícem | |
| layouts | před 2 měsíci | |
| static | před 2 roky | |
| themes | před 5 roky | |
| .gitignore | před 5 roky | |
| README.md | před 2 roky | |
| config.toml | před 6 roky | |
| package-lock.json | před 2 roky | |
| package.json | před 2 roky | |
Docs depends on gethue NPM package for live demos. Kindly follow these steps to update gethue to the version of your choice.
# x.x.x - Version you are updating to
npm install --dev-save gethue@x.x.x
npm run update-static
This must update the resources used in the docs. On git status you must see modifications on ./package.json, ./package-lock.json & static/js/gethue/.
On hugo serve you must see the updated resources in the docs UI.
If you want to share the updated version with everyone, commit the changed files.