Skip to content

Commit

Permalink
Updating docsy theme submodule (google#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
deining authored Mar 28, 2022
1 parent 6224cd2 commit 1311670
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build]
[build.environment]
HUGO_VERSION = "0.88.1"
HUGO_VERSION = "0.94.0"
2 changes: 1 addition & 1 deletion themes/docsy
Submodule docsy updated 62 files
+0 −55 .github/settings.yml
+51 −32 README.md
+1 −1 assets/js/offline-search.js
+10 −1 assets/js/plantuml.js
+1 −1 assets/scss/_boxes.scss
+2 −2 assets/scss/_sidebar-toc.scss
+8 −3 assets/scss/rtl/_main.scss
+23 −0 config.toml
+2 −0 dependencies/assets/bootstrap/README.txt
+3 −0 dependencies/assets/bootstrap/scss/_vendor/README.txt
+228 −0 dependencies/assets/bootstrap/scss/_vendor/_rfs.scss
+36 −0 dependencies/config.toml
+3 −0 dependencies/go.mod
+9 −0 go.mod
+4 −0 go.sum
+18 −0 i18n/ar.toml
+18 −0 i18n/bg.toml
+19 −1 i18n/bn.toml
+20 −0 i18n/de.toml
+18 −2 i18n/en.toml
+21 −1 i18n/es.toml
+18 −0 i18n/et.toml
+18 −0 i18n/fa.toml
+19 −1 i18n/fr.toml
+18 −0 i18n/hu.toml
+18 −0 i18n/it.toml
+18 −0 i18n/ja.toml
+18 −0 i18n/ko.toml
+18 −0 i18n/nl.toml
+18 −0 i18n/no.toml
+18 −0 i18n/pl.toml
+18 −0 i18n/pt-br.toml
+18 −0 i18n/ru.toml
+18 −0 i18n/tr.toml
+20 −0 i18n/zh-cn.toml
+0 −61 i18n/zh.toml
+1 −10 layouts/_default/content.html
+1 −10 layouts/_default/taxonomy.html
+1 −10 layouts/blog/content.html
+2 −11 layouts/blog/list.html
+8 −8 layouts/community/list.html
+1 −10 layouts/docs/list.html
+5 −1 layouts/partials/breadcrumb.html
+21 −20 layouts/partials/community_links.html
+4 −4 layouts/partials/head.html
+1 −1 layouts/partials/navbar.html
+2 −2 layouts/partials/page-meta-links.html
+2 −2 layouts/partials/taxonomy_terms_article.html
+10 −0 layouts/partials/taxonomy_terms_article_wrapper.html
+5 −5 layouts/partials/taxonomy_terms_cloud.html
+5 −5 layouts/partials/taxonomy_terms_clouds.html
+2 −2 layouts/shortcodes/blocks/lead.html
+1 −10 layouts/swagger/list.html
+3 −3 netlify.toml
+16 −7 package.json
+ userguide/.DS_Store
+43 −44 userguide/config.toml
+7 −3 userguide/content/en/docs/Adding content/diagrams-and-formulae/index.md
+4 −0 userguide/content/en/docs/Adding content/taxonomy.md
+20 −19 userguide/content/en/docs/Best practices/site-guidance.md
+3 −3 userguide/content/en/docs/Getting started/_index.md
+8 −12 userguide/package.json

0 comments on commit 1311670

Please sign in to comment.