Skip to content

Commit

Permalink
Upgrade Docsy, and Hugo to 0.123+ (#4093)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin committed Mar 26, 2024
1 parent facdd00 commit 101703e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[submodule "themes/docsy"]
path = themes/docsy
url = https://github.com/cncf/docsy.git
docsy-pin = v0.9.1
docsy-pin = v0.9.1-17-gb077a74
docsy-reminder = "Ensure that all tags from google/docsy are also present in cncf/docsy, otherwise add (push) them."
[submodule "content-modules/opentelemetry-specification"]
path = content-modules/opentelemetry-specification
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,11 @@
"update:submodule": "set -x && git submodule update --remote ${DEPTH:- --depth 1}"
},
"devDependencies": {
"autoprefixer": "^10.4.17",
"autoprefixer": "^10.4.19",
"cspell": "^8.0.0",
"gulp": "^4.0.2",
"hugo-extended": "0.122.0",
"markdown-link-check": "^3.11.2",
"hugo-extended": "0.124.1",
"markdown-link-check": "^3.12.1",
"markdownlint": "^0.34.0",
"postcss-cli": "^11.0.0",
"prettier": "^3.0.3",
Expand Down
4 changes: 4 additions & 0 deletions static/refcache.json
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,10 @@
"StatusCode": 206,
"LastSeen": "2024-01-18T19:55:24.935595-05:00"
},
"https://code.jquery.com/jquery-3.7.1.min.js": {
"StatusCode": 206,
"LastSeen": "2024-03-12T15:13:41.080612-04:00"
},
"https://code.visualstudio.com/": {
"StatusCode": 206,
"LastSeen": "2024-01-30T16:14:52.723964-05:00"
Expand Down
2 changes: 1 addition & 1 deletion themes/docsy
Submodule docsy updated 40 files
+1 −1 CHANGELOG.md
+1 −1 CONTRIBUTING.md
+23 −29 assets/_vendor/bootstrap/scss/_rfs.scss
+1 −1 assets/js/offline-search.js
+1 −1 assets/scss/_pageinfo.scss
+4 −4 assets/scss/_search.scss
+0 −5 assets/scss/_variables.scss
+2 −5 assets/scss/_variables_project.scss
+4 −0 assets/scss/_variables_project_after_bs.scss
+3 −1 assets/scss/main.scss
+1 −1 go.mod
+2 −2 go.sum
+10 −0 i18n/es.toml
+3 −3 layouts/_internal/google_analytics_gtag.html
+1 −1 layouts/blog/content.html
+1 −1 layouts/blog/list.html
+1 −1 layouts/docs/list.html
+1 −1 layouts/partials/disqus-comment.html
+1 −1 layouts/partials/featured-image.html
+3 −3 layouts/partials/head.html
+2 −2 layouts/partials/navbar.html
+1 −1 layouts/partials/print/content-blog.html
+1 −1 layouts/partials/scripts/mermaid.html
+1 −1 layouts/shortcodes/card.html
+1 −1 layouts/shortcodes/imgproc.html
+1 −1 layouts/swagger/list.html
+5 −5 package.json
+1 −1 userguide/content/en/blog/2023/bootstrap-5-migration.md
+1 −1 userguide/content/en/blog/2023/docsy-0.7.md
+1 −1 userguide/content/en/blog/2023/priorities-for-2024.md
+1 −1 userguide/content/en/blog/2024/0.9.0.md
+3 −3 userguide/content/en/docs/adding-content/diagrams-and-formulae/index.md
+9 −5 userguide/content/en/docs/adding-content/feedback.md
+45 −22 userguide/content/en/docs/adding-content/lookandfeel.md
+1 −0 userguide/content/en/docs/examples/_index.md
+1 −1 userguide/content/en/docs/get-started/_index.md
+1 −1 userguide/content/en/docs/get-started/other-options.md
+0 −4 userguide/hugo.yaml
+0 −22 userguide/layouts/sitemap.xml
+1 −1 userguide/package.json

0 comments on commit 101703e

Please sign in to comment.