Bjorn Alm - personal 3fd79018a1 [ui-core] upgrade axios from 0.28.0 to 1.8.2 to fix CVE-2025-27152 (#4283) hai 1 mes
..
archetypes 2dccc0eb42 HUE-8741 [doc] New documentation website %!s(int64=6) %!d(string=hai) anos
content 3fd79018a1 [ui-core] upgrade axios from 0.28.0 to 1.8.2 to fix CVE-2025-27152 (#4283) hai 1 mes
layouts 77bad76e3d [cookies] cookies to expire at browser closing hai 2 meses
static b15b88983b [docs] Update docs to use latest npm version v5 %!s(int64=2) %!d(string=hai) anos
themes 158f8cef52 HUE-9128 [site] Update the GA id to propagate to blog posts %!s(int64=5) %!d(string=hai) anos
.gitignore e9e978bece GH-1403 [parser] Live demo docs - Add gethue into docs %!s(int64=5) %!d(string=hai) anos
README.md 7d1e08cf95 [docs] Update docs - README %!s(int64=2) %!d(string=hai) anos
config.toml d3de446b0c HUE-8888 [docs] Add admin information on CLI document export %!s(int64=6) %!d(string=hai) anos
package-lock.json b15b88983b [docs] Update docs to use latest npm version v5 %!s(int64=2) %!d(string=hai) anos
package.json b15b88983b [docs] Update docs to use latest npm version v5 %!s(int64=2) %!d(string=hai) anos

README.md

Docs Site

Update GetHue version

Docs depends on gethue NPM package for live demos. Kindly follow these steps to update gethue to the version of your choice.

1. Install GetHue

# x.x.x - Version you are updating to
npm install --dev-save gethue@x.x.x

2. Update static resources

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.

3. Commit changes

If you want to share the updated version with everyone, commit the changed files.