Romain Rigaux 9af402e95f [docs] Refresh of SQL Scratchpad component há 4 anos atrás
..
archetypes 2dccc0eb42 HUE-8741 [doc] New documentation website há 6 anos atrás
content 9af402e95f [docs] Refresh of SQL Scratchpad component há 4 anos atrás
layouts 30b93f919c GH-1403 [parser] Live docs - Added demo for all parsers há 5 anos atrás
static d21d8e95e9 #1683 - update live parsers demo with latest parsers (#1703) há 4 anos atrás
themes 158f8cef52 HUE-9128 [site] Update the GA id to propagate to blog posts há 5 anos atrás
.gitignore e9e978bece GH-1403 [parser] Live demo docs - Add gethue into docs há 5 anos atrás
README.md e9e978bece GH-1403 [parser] Live demo docs - Add gethue into docs há 5 anos atrás
config.toml d3de446b0c HUE-8888 [docs] Add admin information on CLI document export há 6 anos atrás
package-lock.json e9e978bece GH-1403 [parser] Live demo docs - Add gethue into docs há 5 anos atrás
package.json e9e978bece GH-1403 [parser] Live demo docs - Add gethue into docs há 5 anos atrás

README.md

Docs Site

Update GetHue version

Docs uses GetHue 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/. And 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.