Skip to content

Commit

Permalink
Bumped docsy theme to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
deining committed Dec 6, 2021
1 parent 70e301f commit 7bb0cd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
resources/
node_modules/
package-lock.json
.hugo_build.lock
2 changes: 1 addition & 1 deletion themes/docsy
Submodule docsy updated 52 files
+55 −0 .github/settings.yml
+6 −0 .gitignore
+3 −0 .gitmodules
+1 −0 .nvmrc
+106 −0 assets/js/drawio.js
+14 −3 assets/json/offline-search-index.json
+9 −5 assets/scss/_breadcrumb.scss
+1 −1 assets/scss/_colors.scss
+40 −0 assets/scss/_drawio.scss
+1 −1 assets/scss/_nav.scss
+1 −0 assets/scss/_search.scss
+4 −1 assets/scss/main.scss
+1 −1 assets/vendor/Font-Awesome
+1 −1 assets/vendor/bootstrap
+3 −0 config.toml
+3 −1 i18n/en.toml
+1 −1 i18n/hu.toml
+1 −1 i18n/it.toml
+5 −5 i18n/nl.toml
+1 −1 i18n/no.toml
+2 −2 i18n/pl.toml
+1 −1 i18n/pt-br.toml
+1 −1 i18n/ru.toml
+61 −0 i18n/zh-cn.toml
+6 −4 i18n/zh.toml
+1 −1 layouts/_default/baseof.html
+1 −1 layouts/blog/baseof.html
+1 −1 layouts/docs/baseof.html
+1 −5 layouts/docs/baseof.print.html
+21 −18 layouts/partials/breadcrumb.html
+33 −33 layouts/partials/head.html
+50 −36 layouts/partials/page-meta-links.html
+22 −10 layouts/partials/scripts.html
+7 −8 layouts/partials/search-input.html
+13 −21 layouts/shortcodes/blocks/feature.html
+8 −8 netlify.toml
+11 −0 package.json
+2 −0 userguide/.gitignore
+0 −4 userguide/.gitmodules
+1 −1 userguide/config.toml
+2 −2 userguide/content/en/about/_index.md
+3 −0 userguide/content/en/docs/Adding content/diagrams-and-formulae/docsy-diagrams.svg
+363 −0 userguide/content/en/docs/Adding content/diagrams-and-formulae/index.md
+43 −333 userguide/content/en/docs/Adding content/lookandfeel.md
+115 −13 userguide/content/en/docs/Adding content/repository-links.md
+54 −0 userguide/content/en/docs/Deployment/_index.md
+1 −0 userguide/content/en/docs/Examples/_index.md
+3 −3 userguide/content/en/docs/Getting started/_index.md
+1 −1 userguide/content/en/docs/_index.md
+0 −17 userguide/deploy.sh
+0 −2,355 userguide/package-lock.json
+13 −16 userguide/package.json

0 comments on commit 7bb0cd7

Please sign in to comment.