Skip to content

Commit

Permalink
Docsy update 2021-09-21 (etcd-io#496)
Browse files Browse the repository at this point in the history
* Update docsy 2021-09-21
* Revert the CSS change of etcd-io#493
  • Loading branch information
chalin authored Sep 21, 2021
1 parent 4e9130d commit cb24711
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
14 changes: 5 additions & 9 deletions assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -148,14 +148,14 @@

// DOCS

// Extend the sidebar to the end of the visible page.
.td-toc {
padding-top: 1rem;
}

// Extend the sidebar to the end of the visible page.
.td-sidebar-toc {
height: initial;
padding-top: 4.75rem;

& ul {
margin-bottom: 0;
}
}

// Custom in-page toc. Apply this class as a modifier on top of the Docsy-provided .td-toc
Expand Down Expand Up @@ -221,7 +221,3 @@
.card-title {
.fab::before, .fas::before { margin-right: .5rem; }
}

.search-result-close-button {
float: right;
}
2 changes: 1 addition & 1 deletion themes/docsy
Submodule docsy updated 91 files
+7 −0 .gitignore
+19 −0 assets/js/markmap.js
+5 −0 assets/js/offline-search.js
+121 −1 assets/scss/_nav.scss
+12 −7 assets/scss/_sidebar-toc.scss
+19 −3 assets/scss/_sidebar-tree.scss
+332 −0 assets/scss/_taxonomy.scss
+3 −2 assets/scss/_variables.scss
+1 −0 assets/scss/main.scss
+1 −1 assets/vendor/bootstrap
+4 −0 i18n/ar.toml
+59 −0 i18n/bg.toml
+4 −0 i18n/bn.toml
+10 −2 i18n/de.toml
+8 −0 i18n/en.toml
+12 −4 i18n/es.toml
+4 −0 i18n/et.toml
+5 −0 i18n/fa.toml
+11 −7 i18n/fr.toml
+4 −0 i18n/hu.toml
+4 −0 i18n/it.toml
+9 −5 i18n/ja.toml
+9 −5 i18n/ko.toml
+4 −0 i18n/nl.toml
+4 −0 i18n/no.toml
+5 −0 i18n/pl.toml
+4 −0 i18n/pt-br.toml
+4 −0 i18n/ru.toml
+59 −0 i18n/tr.toml
+4 −0 i18n/zh.toml
+17 −5 layouts/_default/content.html
+35 −0 layouts/_default/taxonomy.html
+8 −0 layouts/_default/terms.html
+6 −4 layouts/blog/baseof.html
+15 −3 layouts/blog/content.html
+16 −1 layouts/blog/list.html
+7 −0 layouts/community/list.html
+6 −4 layouts/docs/baseof.html
+17 −5 layouts/docs/list.html
+2 −2 layouts/partials/community_links.html
+6 −13 layouts/partials/footer.html
+17 −3 layouts/partials/head.html
+5 −3 layouts/partials/navbar.html
+7 −1 layouts/partials/page-meta-lastmod.html
+5 −2 layouts/partials/page-meta-links.html
+2 −2 layouts/partials/pager.html
+1 −1 layouts/partials/reading-time.html
+36 −4 layouts/partials/scripts.html
+1 −1 layouts/partials/search-input.html
+15 −14 layouts/partials/section-index.html
+48 −43 layouts/partials/sidebar-tree.html
+15 −14 layouts/partials/sidebar.html
+12 −0 layouts/partials/taxonomy_terms_article.html
+18 −0 layouts/partials/taxonomy_terms_cloud.html
+15 −0 layouts/partials/taxonomy_terms_clouds.html
+1 −2 layouts/partials/toc.html
+14 −2 layouts/shortcodes/blocks/feature.html
+1 −1 layouts/shortcodes/blocks/link-down.html
+20 −0 layouts/shortcodes/card-code.html
+49 −0 layouts/shortcodes/card.html
+3 −0 layouts/shortcodes/cardpane.html
+21 −0 layouts/shortcodes/iframe.html
+2 −10 layouts/shortcodes/swaggerui.html
+28 −0 layouts/shortcodes/tab.html
+46 −0 layouts/shortcodes/tabpane.html
+10 −9 layouts/swagger/baseof.html
+16 −1 layouts/swagger/list.html
+1 −1 netlify.toml
+2 −0 static/css/shortcodes.css
+21 −0 static/css/shortcodes/cards-pane.css
+18 −0 static/css/shortcodes/tabbed-pane.css
+19 −0 static/js/tabpane-persist.js
+ userguide/.DS_Store
+29 −4 userguide/config.toml
+1 −0 userguide/content/en/about/_index.md
+1 −0 userguide/content/en/community/_index.md
+258 −1 userguide/content/en/docs/Adding content/Shortcodes/index.md
+15 −6 userguide/content/en/docs/Adding content/content.md
+37 −2 userguide/content/en/docs/Adding content/feedback.md
+3 −3 userguide/content/en/docs/Adding content/iconsimages.md
+209 −3 userguide/content/en/docs/Adding content/lookandfeel.md
+59 −13 userguide/content/en/docs/Adding content/navigation.md
+17 −1 userguide/content/en/docs/Adding content/repository-links.md
+132 −0 userguide/content/en/docs/Adding content/taxonomy.md
+14 −2 userguide/content/en/docs/Deployment/_index.md
+8 −2 userguide/content/en/docs/Examples/_index.md
+17 −3 userguide/content/en/docs/Getting started/_index.md
+1 −4 userguide/content/en/docs/Getting started/quickstart-docker.md
+1 −0 userguide/content/en/docs/_index.md
+1,815 −420 userguide/package-lock.json
+2 −2 userguide/package.json

0 comments on commit cb24711

Please sign in to comment.