aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2019-08-03Disable crawling on Netlify. (#29193)v3-devXhmikosR1-1/+3
2019-03-27Remove `http` from docs search. (#28557)XhmikosR1-4/+8
We use only `https` for a few months now.
2019-03-27GA: Anonymize IPs.XhmikosR1-0/+1
2019-03-27Fix URLs.XhmikosR1-3/+3
Wrongfully changed in b9e59e9.
2019-03-27Fix whitespace in `title` tag.XhmikosR1-5/+7
2019-03-27tooltip-viewport: fix path to favicon.XhmikosR1-1/+1
2019-03-27Add canonical tag.XhmikosR20-1/+19
For the examples, it's hardcoded, since in this branch we don't build them.
2019-02-15Replace `master` with `v3-dev` after the branch switch. (#28287)XhmikosR10-13/+13
2019-02-15Remove the customize redirect. (#28270)XhmikosR1-1/+0
The current `baseurl` makes this wrong.
2019-02-13Distv3.4.1XhmikosR16-78/+250
2019-02-13Bump version to 3.4.1.XhmikosR1-1/+1
2019-02-13Backport sanitize docs from v4.XhmikosR4-1/+123
2019-02-13Bump year.XhmikosR10-11/+11
2019-02-11Use https.XhmikosR2-2/+2
2019-02-11Fix redirects.XhmikosR3-3/+1
* Actually include the jekyll-redirect-from plugin * We handle the removed ones in docs latest version, apart from the 3.3 customizer redirect.
2019-01-06Make meaning of tooltip's 'selector' option more clear in Bootstrap 3Sebastian Hädrich1-1/+1
Based on #4215 Backport changes made to docs v4 to v3 (#27573)
2018-12-31Add a few redirects.XhmikosR3-0/+3
2018-12-23Fix broken link in nav version dropdown.XhmikosR1-1/+1
2018-12-14Dist.v3.4.0XhmikosR18-721/+743
2018-12-14Move the whole autoprefixer config to configBridge.json.XhmikosR1-1/+1
Reduces duplication.
2018-12-14Add polyfills for older browsers.XhmikosR2-0/+97
requestAnimationFrame and btoa.
2018-12-14docs: Concat the IE files with the rest.XhmikosR2-4/+0
2018-12-14Update devDependencies, gems and lots of cleanup/build fixes.XhmikosR3-3/+17
* switch to grunt-postcss and autoprefixer directly; this is the recommended way. * uglify: specify `ie8` for compatibility * specify `cascade:false` for autoprefixer * specify `ieCompat` for less * drop grunt-contrib-compress since it doesn't work with Node.js 10.x * remove grunt-contrib-htmlmin to match the v4 docs * clean up Gruntfile.js * clean up .travis.yml and backport changes from v4 * build ie10-viewport-bug-workaround.less since it's used in examples * move shrinkwrap to root * bs-commonjs-generator.js: Use `path.posix` * remove .hound.yml * remove references to no longer used PR bots * backport and adapt the sri generation script from v4
2018-12-10Center skippy.XhmikosR1-1/+5
2018-12-10Backport search.js changes from v4-dev.XhmikosR1-6/+6
2018-12-10search input: hide box-shadow.XhmikosR1-0/+4
2018-11-18Fix broken anchors in examples and one https redirect.XhmikosR9-21/+21
2018-10-20Use https in more places.XhmikosR2-2/+2
2018-10-20v4-tease link focus.XhmikosR1-5/+7
2018-10-20Backport search from v4 and adapt it for v3.4.0.XhmikosR3-19/+56
2018-10-19Simplify team display, update team membersMark Otto3-32/+23
2018-10-18Tweak customizer input a bit.XhmikosR2-3/+3
2018-10-18remove drag/drop for customizerJohann-S2-18/+2
2018-10-18customizer: remove gist creation.XhmikosR1-54/+12
GitHub removed anonymous gist creation a few months ago. https://blog.github.com/2018-02-18-deprecation-notice-removing-anonymous-gist-creation/
2018-10-18Convert to pixels and adjust border-radiusMark Otto1-2/+3
2018-10-18Replace ZeroClipboard with clipboard.js (backported from v4).XhmikosR8-82/+87
2018-10-18Starter template: use the CDN files with SRI hashes.XhmikosR1-2/+2
2018-10-18Switch to lowercase `doctype`.XhmikosR23-23/+23
2018-10-18Specify rel="noopener" for external links.XhmikosR6-8/+8
2018-10-18Change CDN URLs to the new ones.XhmikosR1-2/+2
2018-10-18Use https, fix broken links and unneeded redirects.XhmikosR46-99/+89
2018-10-08customizer: use the same license header as the main files.XhmikosR1-1/+1
2018-10-08Move bash snippets `$` to a `:before` so that it's not selectable.XhmikosR3-5/+11
2018-10-08Switch to jQuery's CDN and use SRI.XhmikosR16-16/+16
2018-10-08Update anchor.js to v3.2.2.XhmikosR1-2/+2
2018-10-08Add image dimensions.XhmikosR2-22/+22
2018-10-08Cache length variables.XhmikosR1-2/+2
2018-10-08Fix algolia.less media rule.XhmikosR1-1/+1
2018-10-08Remove jobs link.XhmikosR1-1/+0
2018-10-08Compress docs images.XhmikosR7-52/+13