diff --git a/.github/workflows/review-app.yml b/.github/workflows/review-app.yml index b38447f5..3cdd968d 100644 --- a/.github/workflows/review-app.yml +++ b/.github/workflows/review-app.yml @@ -31,9 +31,9 @@ jobs: ORGA_ID: ${{ secrets.ORGA_ID }} GH_CC_PRE_BUILD_HOOK: './clevercloud-deploy-script.sh' GH_CC_WEBROOT: '/public' - GH_HEXTRA_VERSION: 'v0.8.4' + GH_HEXTRA_VERSION: 'v0.9.0' GH_HUGO_ENV: 'production' - GH_HUGO_VERSION: '0.135.0' + GH_HUGO_VERSION: '0.139.5' with: type: 'static-apache' diff --git a/content/doc/quickstart/_index.md b/content/doc/quickstart/_index.md index 7e3ea023..14b68b4a 100644 --- a/content/doc/quickstart/_index.md +++ b/content/doc/quickstart/_index.md @@ -333,7 +333,7 @@ Once an add-on is created, at least two tabs are available in the Clever Cloud c * **Add-on dashboard:** This screen provides and overview of your add-on and its options, depending on the type of add-on it is. -{{< image "/images/addon-dashboard.png" "Example of the dashoard tab of an add-on" >}} +{{< image "/developers/images/addon-dashboard.png" "Example of the dashoard tab of an add-on" >}} * **Information tab:** This screen sums-up the characteristics of the selected add-on. Features and environment variables (if applicable) are shown. diff --git a/go.mod b/go.mod index 6100deb3..5de565cc 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module github.com/CleverCloud/documentation go 1.21 -require github.com/imfing/hextra v0.8.4 // indirect +require github.com/imfing/hextra v0.9.0 // indirect diff --git a/go.sum b/go.sum index 20743471..396e481d 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,4 @@ github.com/imfing/hextra v0.8.4 h1:cR4asr0TeDlqHPHLdTpMQJOjVeXnq8nfLMzcF0pld+w= github.com/imfing/hextra v0.8.4/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI= +github.com/imfing/hextra v0.9.0 h1:1UyLZgS1eayce2ETCOjAQssXpkRz3HDrIs/fljH0lkU= +github.com/imfing/hextra v0.9.0/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI= diff --git a/hugo.yaml b/hugo.yaml index ef0ad88d..1458cd66 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -14,7 +14,7 @@ module: hugoVersion: extended: true min: "0.133.0" - max: "0.135.0" + max: "0.139.5" outputs: home: [HTML]