-
Notifications
You must be signed in to change notification settings - Fork 14.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #23434 from jimangel/docsy-patch
updating theme submodule
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule docsy
updated
23 files
+10 −0 | .editorconfig | |
+13 −4 | README.md | |
+18 −12 | assets/js/offline-search.js | |
+2 −1 | assets/json/offline-search-index.json | |
+1 −1 | assets/scss/_boxes.scss | |
+5 −9 | assets/scss/_code.scss | |
+14 −0 | assets/scss/_sidebar-tree.scss | |
+1 −1 | assets/scss/support/_mixins.scss | |
+1 −1 | assets/vendor/Font-Awesome | |
+1 −1 | assets/vendor/bootstrap | |
+47 −0 | i18n/hu.toml | |
+43 −0 | i18n/ru.toml | |
+3 −0 | layouts/blog/content.html | |
+1 −1 | layouts/partials/footer.html | |
+3 −3 | layouts/partials/head.html | |
+2 −1 | layouts/partials/search-input.html | |
+10 −1 | layouts/partials/sidebar-tree.html | |
+1 −12 | postcss.config.js | |
+10 −4 | userguide/config.toml | |
+25 −1 | userguide/content/en/docs/Adding content/lookandfeel.md | |
+20 −0 | userguide/content/en/docs/Adding content/navigation.md | |
+2 −0 | userguide/content/en/docs/Examples/_index.md | |
+3 −3 | userguide/package-lock.json |