Skip to content

Commit

Permalink
fix: upgrade hugo version, theme and fix 404 on image
Browse files Browse the repository at this point in the history
  • Loading branch information
juliamrch committed Dec 17, 2024
1 parent b6e8733 commit 3e2d914
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/review-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion content/doc/quickstart/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -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=
2 changes: 1 addition & 1 deletion hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module:
hugoVersion:
extended: true
min: "0.133.0"
max: "0.135.0"
max: "0.139.5"

outputs:
home: [HTML]
Expand Down

0 comments on commit 3e2d914

Please sign in to comment.