Skip to content

chore(deps): Bump docs/themes/hugo-theme-relearn from 28fce6b to be85052 #4305

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/themes/hugo-theme-relearn
Submodule hugo-theme-relearn updated 86 files
+14 −19 .editorconfig
+7 −7 .gitignore
+13 −44 .grenrc.js
+3 −5 .imgbotconfig
+21 −0 .prettierignore
+8 −0 .prettierrc.json
+3 −0 .vscode/extensions.json
+20 −9 .vscode/settings.json
+1 −1 README.md
+4 −3 assets/css/auto.css
+100 −86 assets/css/format-print.css
+2 −2 assets/css/print.css
+206 −205 assets/css/swagger.css
+32 −32 assets/css/theme-blue.css
+32 −32 assets/css/theme-green.css
+41 −41 assets/css/theme-learn.css
+198 −205 assets/css/theme-neon.css
+32 −32 assets/css/theme-red.css
+44 −44 assets/css/theme-relearn-bright.css
+41 −41 assets/css/theme-relearn-dark.css
+32 −32 assets/css/theme-relearn-light.css
+3 −4 assets/css/theme-relearn.css
+51 −51 assets/css/theme-zen-dark.css
+51 −51 assets/css/theme-zen-light.css
+1,523 −1,544 assets/css/theme.css
+2 −2 exampleSite/content/configuration/sidebar/menus/_index.en.md
+1 −1 exampleSite/content/configuration/sidebar/search/_index.en.md
+23 −0 exampleSite/content/introduction/releasenotes/7/2.en.md
+13 −1 exampleSite/content/shortcodes/expand.en.md
+82 −0 exampleSite/content/shortcodes/mermaid.en.md
+9 −6 exampleSite/content/shortcodes/notice.en.md
+3 −0 exampleSite/i18n/art-x-pir.toml
+7 −9 exampleSite/makeTransByConentDir.js
+66 −66 exampleSite/test-hugo.bat
+4 −4 exampleSite/test-hugo.min.bat
+3 −0 i18n/ar.toml
+3 −0 i18n/cs.toml
+3 −0 i18n/de.toml
+3 −0 i18n/en.toml
+3 −0 i18n/es.toml
+3 −0 i18n/fi.toml
+3 −0 i18n/fr.toml
+3 −0 i18n/hi.toml
+3 −0 i18n/hu.toml
+3 −0 i18n/id.toml
+3 −0 i18n/it.toml
+3 −0 i18n/ja.toml
+3 −0 i18n/ko.toml
+3 −0 i18n/nl.toml
+3 −0 i18n/pl.toml
+3 −0 i18n/pt.toml
+3 −0 i18n/ro.toml
+3 −0 i18n/ru.toml
+3 −0 i18n/sw.toml
+3 −0 i18n/tr.toml
+3 −0 i18n/vi.toml
+3 −0 i18n/zh-CN.toml
+3 −0 i18n/zh-Hans.toml
+3 −0 i18n/zh-Hant.toml
+3 −0 i18n/zh-TW.toml
+3 −0 i18n/zh.toml
+2 −2 layouts/partials/menu.html
+1 −1 layouts/partials/search.html
+7 −20 layouts/partials/shortcodes/expand.html
+1 −1 layouts/partials/shortcodes/mermaid.html
+34 −19 layouts/partials/shortcodes/notice.html
+0 −4 layouts/partials/shortcodes/resources.html
+1 −1 layouts/partials/version.txt
+15 −0 layouts/shortcodes/details.html
+0 −2 layouts/shortcodes/expand.html
+1 −0 layouts/shortcodes/notice.html
+8 −8 static/css/fonts.css
+191 −88 static/css/nucleus.css
+413 −285 static/js/mermaid.min.js
+273 −243 static/js/search.js
+1,635 −1,597 static/js/theme.js
+682 −598 static/js/variant.js
+ static/webfonts/RobotoFlex.cyrillic-ext.woff2
+ static/webfonts/RobotoFlex.cyrillic.woff2
+ static/webfonts/RobotoFlex.greek.woff2
+ static/webfonts/RobotoFlex.latin-ext.woff2
+ static/webfonts/RobotoFlex.latin.woff2
+ static/webfonts/RobotoFlex.vietnamese.woff2
+ static/webfonts/RobotoFlex.woff2
+544 −815 vscode-frontmatter/snippets.de.json
+544 −815 vscode-frontmatter/snippets.en.json
Loading