aboutsummaryrefslogtreecommitdiff
path: root/site/_includes
AgeCommit message (Collapse)AuthorFilesLines
2020-11-19Switch to HugoXhmikosR30-410/+0
This commit includes all the needed workarounds and most changes from the main branch for everything to work, like: * removing empty lines in raw HTML that break output * read .browserslistrc, CSS variables from disk instead of duplicating it * using Hugo mounts * using Hugo for the docs CSS/JS * move ToC Sass code to a separate file while adapting it for Hugo Thus, this patch makes our npm scripts faster since lint runs on one step and there's no separate docs assets processing.
2020-10-27Remove double spaces from homepage SVGsXhmikosR4-4/+4
2020-10-26Fix mobile menu jump & double borderMartijn Cuppens1-31/+33
2020-09-30docs: link to the Asynchronous functions sectionXhmikosR1-1/+1
2020-08-03docs(skippy): prevent skip links from overlapping headerGaël Poupard1-3/+8
2020-06-24Update links to point to v4-dev or main branchesXhmikosR1-1/+1
2020-05-12Bump version to 4.5.0.XhmikosR1-1/+1
2020-05-10Backport #29272 and adapt if for v4-devXhmikosR1-4/+4
docs: fix tap targets
2020-05-10v4: Update homepage, examples, and general docs stylesMark Otto7-3/+13
- Refreshes the look and feel of the homepage with fresh colors, new content, and simplified styles. - Updates docs button styles - Replaces bytesize icons with Bootstrap icons - Adds themes callout to examples page
2020-05-02Backport #30362XhmikosR1-2/+1
Remove unneeded og:image:secure_url from social.html The image is always available over HTTPS anyway
2020-04-13Backport #30542XhmikosR1-1/+1
Remove redundant class and line height
2020-03-31Backport #30041 and #30448XhmikosR2-2/+2
Switch links to the GitHub organization and fix redirected links
2020-03-31Backport (#30418)XhmikosR1-1/+1
Open icons in a new tab like the rest of the external links
2020-02-17Backport #29971XhmikosR1-5/+0
Remove old versions from docs-navbar.html
2020-02-14Backport #30090 (#30175)Martijn Cuppens1-1/+1
Add version number to documentation `<title>`
2019-11-26Release v4.4.0 (#29735)v4.4.0XhmikosR1-1/+2
2019-11-25Fix icons link.XhmikosR1-1/+1
2019-11-02Backport #29544XhmikosR1-0/+3
Add link to Icons site in our docs
2019-08-03Disallow crawling on Netlify. (#29194)XhmikosR2-3/+3
2019-07-30SVGs: lowercase hex values.XhmikosR1-1/+1
2019-07-10Add ARIA search landmark to documentation. (#28983)Bardi Harborow1-1/+1
2019-05-02Update devDependencies including jQuery to v3.4.1.XhmikosR1-1/+1
2019-05-02Backport #28551.XhmikosR1-2/+2
Show the other navbar items on small screens too.
2019-03-27Revert back to the old snippet and just add anonymize IP.XhmikosR1-5/+5
We don't need the extra bloat of gtag.
2019-03-27Update GA to latest script & anonymize IPsMark Otto1-4/+5
2019-03-27Use local doc versions favicon.ico.XhmikosR1-1/+1
2019-03-08put secondary navigation in an explicit landmark `nav` and add a label on ↵Laussel Loïc1-1/+1
each nav (#28361)
2019-03-01Update docs and meta for 3.4.1. (#28255)XhmikosR1-1/+1
2019-02-11Release v4.3.0 (#28228)v4.3.0Mark Otto1-2/+2
* Prep for v4.3.0 * More updates for v4.3.0. * rerun to build docs source map
2019-02-09placeholder.svg: Partially revert the changes from c0e42cb. (#28216)XhmikosR1-1/+1
It broke the example include.
2019-02-08Reword footer text.XhmikosR1-1/+1
2019-02-08Use the `site.repo` variable.XhmikosR1-2/+2
2019-02-08Change footer link to point to the docs team pageXhmikosR1-1/+1
2019-02-07Optimize and normalize SVGs. (#28200)XhmikosR11-13/+13
Mostly be consistent with the attributes' order and improve compression when possible.
2019-01-29analytics.html: use double quotes in src attribute.XhmikosR1-1/+1
2019-01-21Add canonical URL. (#28093)XhmikosR1-0/+2
2019-01-07docs: use the `twitter` Jekyll variable everywhere (#27990)文翼1-1/+1
2018-12-23Add Open Collective to header (#27916)Martijn Cuppens2-0/+6
2018-12-22bootstrap-stack.svg: remove unneeded space.XhmikosR1-1/+1
2018-12-22Add two new meta tags for Algolia (#27902)XhmikosR1-0/+3
2018-12-21Update docs-navbar.htmlXhmikosR1-1/+1
2018-12-21Prep for v4.2.0 releaseMark Otto1-1/+2
- Move 4.1 docs to 4.2 - Update versions everywhere to 4.1.3 with release script - Manually bump the shorthand version in package.json - Add 4.2 to the versions docs page - Update some redirects - Fix tests asset URLs - Bump Nuget and more
2018-12-16Revert "Remove now unnecessary shrink-to-fit viewport directive (#27818)" ↵XhmikosR1-1/+1
(#27855) This reverts commit af484dc12c2302c0e594a0e73a2ba06738a84410.
2018-12-15Link to v3.4 docs (#27842)XhmikosR1-0/+1
2018-12-15Remove now unnecessary shrink-to-fit viewport directive (#27818)Patrick H. Lauke1-1/+1
`shrink-to-fit=no` is not needed anymore - Apple removed the need for it from iOS9.3 onwards See https://www.scottohara.me/blog/2018/12/11/shrink-to-fit.html and https://github.com/h5bp/html5-boilerplate/issues/2102
2018-12-13SVG accessibility fixes (#27826)Patrick H. Lauke11-18/+12
* SVG accessibility fixes - add `focusable="false"` to all SVGs, to stop IE from including the `<svg>` in its default focus cycle - completely hide decorative SVGs using `aria-hidden="true"` - add `role="img"` to meaningful/"content" SVGs, ensure they have an appropriate `<title>` and/or `aria-label` - simplify placeholder default title * Simplify usage of placeholder.svg in the docs - in most cases, no need for separate/redundant text and title (now that we make text itself part of the alternative text explicitly) - no need (expect in rare cirumstances) to describe the placeholder image (unless the look of the image is important/the actual content, as is the case with the image thumbnail class) * Simplify example.html rewriting of <svg> to <img> code sample - as the `alt` for the placeholder isn't really important, just add an ellipsis instead (otherwise, to be correct, we'd have to construct the whole "title+text" construct like we do now in the placeholder.svg itself * Change svgo configuration to retain role attribute and add/force focusable=false - regarding `focusable=false`, see https://github.com/svg/svgo/issues/1011 (which would be the "proper" SVGO fix) and the (hacky) solution https://github.com/svg/svgo/pull/817
2018-11-28Remove `no_toc_section`.XhmikosR1-1/+1
2018-11-28Revert "Use `h5` for callouts so that they are not included in ToC."XhmikosR1-1/+1
This reverts commit 11da1601140174e4fa4e0e25e7f66fc21c08e927. This is no longer needed with jekyll-toc 0.9.1.
2018-11-27Use `h5` for callouts so that they are not included in ToC.XhmikosR1-1/+1
Callouts are already excluded from ToC, but due to a limitation in jekyll-toc they are still being included. We should revisit this if the bug is fixed later.
2018-11-27Inline bootstrap-stack.svg.XhmikosR1-0/+1
It's pretty small compressed; a little less than 1 KB with gzip.