Skip to content

Commit

Permalink
chore(merge main): patched commit → 24f749c (#2529)
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond committed Mar 29, 2024
1 parent dc7ecfb commit aee712a
Show file tree
Hide file tree
Showing 25 changed files with 780 additions and 328 deletions.
9 changes: 9 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,15 @@
"unicorn/no-array-for-each": "off"
}
},
{
"files": [
"site/assets/js/**"
],
"parserOptions": {
"sourceType": "module",
"ecmaVersion": 2020
}
},
{
"files": [
"**/*.md"
Expand Down
1 change: 0 additions & 1 deletion .storybook/main.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/** @type { import('@storybook/html-vite').StorybookConfig } */
const config = {
stories: [
"../stories/**/*.mdx",
"../stories/**/*.stories.@(js|jsx|mjs|ts|tsx)",
],
addons: [
Expand Down
11 changes: 7 additions & 4 deletions hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ security:
getenv:
- ^HUGO_
- NETLIFY
gotemplates:
allowActionJSTmpl: true

markup:
goldmark:
Expand All @@ -21,6 +19,9 @@ markup:
startLevel: 2
endLevel: 6

build:
noJSConfigInAssets: true

buildDrafts: true
buildFuture: true

Expand All @@ -44,14 +45,16 @@ module:
target: layouts
- source: site/static
target: static
- source: node_modules/@docsearch/css
target: assets/scss/@docsearch/css
- source: site/static/docs/5.3/assets/img/favicons/apple-touch-icon.png
target: static/apple-touch-icon.png
- source: site/static/docs/5.3/assets/img/favicons/favicon.ico
target: static/favicon.ico

# Boosted mod
- source: node_modules/tarteaucitronjs/tarteaucitron.js
target: assets/js/vendor/tarteaucitron.js
- source: node_modules/tarteaucitronjs/tarteaucitron.min.js
target: static/docs/5.3/assets/js/tarteaucitron.min.js
- source: node_modules/tarteaucitronjs/lang
target: static/docs/5.3/assets/js/lang
- source: site/storybook
Expand Down
Loading

0 comments on commit aee712a

Please sign in to comment.