Skip to content

Commit

Permalink
Merge branch 'main' into link-decoration-fix-39204
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed May 6, 2024
2 parents f7be996 + 72d3b6e commit 738e413
Show file tree
Hide file tree
Showing 8 changed files with 467 additions and 458 deletions.
884 changes: 453 additions & 431 deletions package-lock.json

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"docs-serve": "hugo server --port 9001 --disableFastRender --noHTTPCache --renderToMemory --printPathWarnings --printUnusedTemplates",
"docs-serve-only": "npx sirv-cli _site --port 9001",
"lockfile-lint": "lockfile-lint --allowed-hosts npm --allowed-schemes https: --empty-hostname false --type npm --path package-lock.json",
"update-deps": "ncu -u -x karma-browserstack-launcher,karma-rollup-preprocessor",
"update-deps": "ncu -u -x eslint,karma-browserstack-launcher,karma-rollup-preprocessor",
"release": "npm-run-all dist release-sri docs-build release-zip*",
"release-sri": "node build/generate-sri.mjs",
"release-version": "node build/change-version.mjs",
Expand All @@ -103,9 +103,9 @@
"@popperjs/core": "^2.11.8"
},
"devDependencies": {
"@babel/cli": "^7.24.1",
"@babel/core": "^7.24.4",
"@babel/preset-env": "^7.24.4",
"@babel/cli": "^7.24.5",
"@babel/core": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"@docsearch/js": "^3.6.0",
"@popperjs/core": "^2.11.8",
"@rollup/plugin-babel": "^6.0.4",
Expand All @@ -127,7 +127,7 @@
"find-unused-sass-variables": "^6.0.0",
"globby": "^14.0.1",
"hammer-simulator": "0.0.1",
"hugo-bin": "^0.122.3",
"hugo-bin": "^0.122.5",
"ip": "^2.0.1",
"jasmine": "^5.1.0",
"jquery": "^3.7.1",
Expand All @@ -145,15 +145,15 @@
"npm-run-all2": "^6.1.2",
"postcss": "^8.4.38",
"postcss-cli": "^11.0.0",
"rollup": "^4.16.3",
"rollup": "^4.17.2",
"rollup-plugin-istanbul": "^5.0.0",
"rtlcss": "^4.1.1",
"sass": "^1.75.0",
"sass": "^1.76.0",
"sass-true": "^8.0.0",
"shelljs": "^0.8.5",
"stylelint": "^16.3.1",
"stylelint": "^16.4.0",
"stylelint-config-twbs-bootstrap": "^14.1.0",
"terser": "^5.30.4",
"terser": "^5.31.0",
"vnu-jar": "23.4.11"
},
"files": [
Expand Down
3 changes: 1 addition & 2 deletions site/assets/scss/_content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,8 @@
}

// Prevent breaking of code
// stylelint-disable-next-line selector-max-compound-selectors
th,
td:first-child > code {
td:first-child > code { // stylelint-disable-line selector-max-compound-selectors
white-space: nowrap;
}
}
Expand Down
2 changes: 1 addition & 1 deletion site/content/404.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: ""
url: /404.html
robots: noindex,follow
sitemap:
exclude: true
disable: true
---

<div class="text-center py-5">
Expand Down
2 changes: 1 addition & 1 deletion site/content/docs/5.3/_index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: redirect
sitemap:
exclude: true
disable: true
redirect: "/docs/5.3/getting-started/introduction/"
---
2 changes: 1 addition & 1 deletion site/content/docs/5.3/docsref.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ aliases: "/docsref/"
toc: true
robots: noindex,follow
sitemap:
exclude: true
disable: true
---

## Buttons
Expand Down
2 changes: 1 addition & 1 deletion site/content/docs/_index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: redirect
sitemap:
exclude: true
disable: true
redirect: "/docs/5.3/getting-started/introduction/"
---
12 changes: 0 additions & 12 deletions site/layouts/sitemap.xml

This file was deleted.

0 comments on commit 738e413

Please sign in to comment.