Commit Graph

16 Commits

Author SHA1 Message Date
CrazyMax 98d9938975
jekyll: add hotjar for prod environment (#15978)
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2022-10-27 14:30:12 +02:00
CrazyMax 69f422b662
jekyll: remove polldaddy
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-10-25 21:16:56 +02:00
Sebastiaan van Stijn 0bb9a7ff8f
js/search.js: rewrite local search autocomplete and update styling
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-15 17:20:28 +02:00
Sebastiaan van Stijn db85f983a3
Remove glossary left-overs
Looks like removing the front-matter in f17ebae568
caused the output to break, resulting in a JavaScript error.

Looking at where this file was used, it turned out that it was loaded, but
never used anywhere.

This commit removes the remaining parts of the glossary search functionality,
which was not used.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-08 15:50:05 +02:00
Adrian Plata bb26f1570a Adding a metadata check for reading time.
Signed-off-by: Adrian Plata <adrian.plata@docker.com>
2019-10-04 14:42:44 -07:00
Joao Fernandes ea4f69d910
Fix search page to not render raw HTML (#6038) 2018-02-21 13:29:12 -08:00
John Mulhausen e6661b4c85 Update search.md 2017-08-10 23:33:11 -07:00
John Mulhausen 9102164ef7 Set search to be notags: true 2017-04-11 14:03:44 -07:00
Misty Stanley-Jones 1f31104630 Definition in search results (#2712) 2017-04-10 17:27:08 -07:00
John Mulhausen c8f98ff812 s/Search Results/Docs search 2017-03-31 14:16:14 -07:00
John Mulhausen b513ecde18 Tabs-based organization (#1420)
* First pass of tabs-based organization

* Improvements

* Second pass at tabs org

* Move tab highlighting to Liquid instead of JS

* Adding forwarding links for in-product TOCs

* Move to pre-rendered left-navs instead of post-load JS for TOC sync

* Optimizations and nosync-ing the Reference section

* Optimizations, fix Cloud YAML

* Make a "Sample applications" node

* Tabs CSS fixes and 12-factor reposition

* Fix auto-complete left-padding

* Fix auto-complete right-padding (for symmetry)

* Fix for no left-nav on Compose file

* Fix weird wrapping on smaller screens for tabs

* reorganized d4mac, d4win per tabs structure, split out install guides

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* Update reference urls to latest DDC version

* Reintroduces changes ebe778b..9abc9e to TOC

* Update allpagelinks.md

* hid the on-page TOC's for d4mac d4win topics as needed

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* Add a Hopscotch tour of the new navigation
2017-02-15 17:23:45 -08:00
Misty Stanley-Jones 01e5be5a01 Various Jekyll optimizations (#1487)
Add `tree: true|false` front-matter key (default to true)
to disable the left-hand nav tree on a per-page basis

Disabling the tree also disables reading time

Disabled tree on search, sorry, thank-you-subscribing-docker-weekly

Use null layout for allpagelinks.md and limit it to pages that have a title
(which leaves out redirects, which are not real pages)

Add site-generation date and time to footer, in a tiny unobtrusive font
2017-02-02 22:56:02 -08:00
Gaetan c56964c890 fix type of keywords entry in frontmatter (in /swarm/ dir and search.md and release-notes.md) (#515)
keywords should be a string, not an array containing one string

Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
2016-11-10 11:59:37 -08:00
John Mulhausen 558314bf56 Converges titles to imperative-form, front-matter based, and sentence-case (#438)
Multiple title fixes, consistency fixes, convergence into metadata-based titles.
2016-11-04 15:38:40 -07:00
John Mulhausen 16ca0a1ed6 Update search.md 2016-10-05 16:04:13 -07:00
Misty Stanley-Jones d53c6798c9 Convert TOML to YAML, tweaks to work with Jekyll 2016-09-29 17:16:03 -07:00