XhmikosR
6d9256d2b1
Backport #30362
...
Remove unneeded og:image:secure_url from social.html
The image is always available over HTTPS anyway
2020-05-02 15:39:19 +03:00
XhmikosR
5455e30048
Backport #30542
...
Remove redundant class and line height
2020-04-13 21:12:29 +03:00
XhmikosR
573c10f099
Backport #30041 and #30448
...
Switch links to the GitHub organization and fix redirected links
2020-03-31 21:11:29 +03:00
XhmikosR
0c8d8a48e1
Backport ( #30418 )
...
Open icons in a new tab like the rest of the external links
2020-03-31 21:11:29 +03:00
XhmikosR
4a7cbd5b9f
Backport #29971
...
Remove old versions from docs-navbar.html
2020-02-17 21:33:54 +02:00
Martijn Cuppens
21041eecb7
Backport #30090 ( #30175 )
...
Add version number to documentation `<title>`
2020-02-14 22:15:04 +02:00
XhmikosR
593574d510
Release v4.4.0 ( #29735 )
2019-11-26 19:12:00 +02:00
XhmikosR
a0bb417691
Fix icons link.
2019-11-25 13:12:53 +02:00
XhmikosR
7453733ff6
Backport #29544
...
Add link to Icons site in our docs
2019-11-02 10:02:07 +02:00
XhmikosR
c93fdec2f0
Disallow crawling on Netlify. ( #29194 )
2019-08-03 17:09:25 +03:00
XhmikosR
68ab243ffa
SVGs: lowercase hex values.
2019-07-30 15:43:38 +03:00
Bardi Harborow
d395dfaafc
Add ARIA search landmark to documentation. ( #28983 )
2019-07-10 11:03:54 +03:00
XhmikosR
27287a6884
Update devDependencies including jQuery to v3.4.1.
2019-05-02 16:59:49 +03:00
XhmikosR
cc5292f510
Backport #28551 .
...
Show the other navbar items on small screens too.
2019-05-02 16:59:49 +03:00
XhmikosR
77212386c0
Revert back to the old snippet and just add anonymize IP.
...
We don't need the extra bloat of gtag.
2019-03-27 20:57:28 +02:00
Mark Otto
e34ba3532f
Update GA to latest script & anonymize IPs
2019-03-27 20:57:28 +02:00
XhmikosR
413c313644
Use local doc versions favicon.ico.
2019-03-27 20:57:28 +02:00
Laussel Loïc
a5179125b0
put secondary navigation in an explicit landmark nav
and add a label on each nav ( #28361 )
2019-03-08 00:29:21 +02:00
XhmikosR
8d109b62ba
Update docs and meta for 3.4.1. ( #28255 )
2019-03-01 17:25:58 +02:00
Mark Otto
1ded0d6a4e
Release v4.3.0 ( #28228 )
...
* Prep for v4.3.0
* More updates for v4.3.0.
* rerun to build docs source map
2019-02-11 11:15:34 -08:00
XhmikosR
6c7dcc6882
placeholder.svg: Partially revert the changes from c0e42cb
. ( #28216 )
...
It broke the example include.
2019-02-09 13:10:29 +02:00
XhmikosR
1145365f6d
Reword footer text.
2019-02-08 22:51:45 +02:00
XhmikosR
bd328bf217
Use the site.repo
variable.
2019-02-08 22:51:45 +02:00
XhmikosR
a920429089
Change footer link to point to the docs team page
2019-02-08 22:51:45 +02:00
XhmikosR
c0e42cb89e
Optimize and normalize SVGs. ( #28200 )
...
Mostly be consistent with the attributes' order and improve compression when possible.
2019-02-07 15:01:25 +02:00
XhmikosR
ffe05d3a9c
analytics.html: use double quotes in src attribute.
2019-01-29 17:21:11 +02:00
XhmikosR
f7e8445f72
Add canonical URL. ( #28093 )
2019-01-21 14:59:51 +02:00
文翼
87cd64e3bf
docs: use the twitter
Jekyll variable everywhere ( #27990 )
2019-01-07 18:09:34 +02:00
Martijn Cuppens
4a5217c4c7
Add Open Collective to header ( #27916 )
2018-12-23 22:24:25 +02:00
XhmikosR
46f86df0bb
bootstrap-stack.svg: remove unneeded space.
2018-12-22 23:54:21 +02:00
XhmikosR
74987d9591
Add two new meta tags for Algolia ( #27902 )
2018-12-22 21:58:06 +02:00
XhmikosR
1bded2ffcd
Update docs-navbar.html
2018-12-21 09:03:29 -08:00
Mark Otto
eda851ee76
Prep for v4.2.0 release
...
- 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-21 09:03:29 -08:00
XhmikosR
07b4b5907b
Revert "Remove now unnecessary shrink-to-fit viewport directive ( #27818 )" ( #27855 )
...
This reverts commit af484dc12c
.
2018-12-16 16:39:48 +02:00
XhmikosR
ffd3402a92
Link to v3.4 docs ( #27842 )
2018-12-15 08:49:00 +02:00
Patrick H. Lauke
af484dc12c
Remove now unnecessary shrink-to-fit viewport directive ( #27818 )
...
`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-15 01:05:49 +00:00
Patrick H. Lauke
c031584bcd
SVG accessibility fixes ( #27826 )
...
* 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-12-13 13:09:47 +00:00
XhmikosR
8d81226a8e
Remove no_toc_section
.
2018-11-28 21:09:50 +02:00
XhmikosR
24eb9a75e9
Revert "Use h5
for callouts so that they are not included in ToC."
...
This reverts commit 11da160114
.
This is no longer needed with jekyll-toc 0.9.1.
2018-11-28 21:09:50 +02:00
XhmikosR
11da160114
Use h5
for callouts so that they are not included in ToC.
...
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-27 16:01:07 +02:00
XhmikosR
cb2b21bb88
Inline bootstrap-stack.svg.
...
It's pretty small compressed; a little less than 1 KB with gzip.
2018-11-27 15:37:24 +02:00
XhmikosR
0c60257114
Revert "Replace anchor.js with jekyll-anchor-headings."
...
This reverts commit b04f97f60b
.
2018-11-23 15:28:39 +02:00
m5o
31d6d03c47
Placeholders: use our gray colors ( #27701 )
...
Previously we were using the old holder.js colors.
2018-11-21 20:59:21 +02:00
XhmikosR
487bd521e3
docs: fix path to assets. ( #27696 )
2018-11-21 15:11:31 +02:00
XhmikosR
749c8230c7
docs-sidebar.html: remove commented out code.
...
Leftover from old times.
2018-11-20 21:31:28 +02:00
XhmikosR
d9717d1945
Reindent.
2018-11-20 21:31:28 +02:00
XhmikosR
2b9af5e38c
Remove holder.js.
2018-11-20 21:31:28 +02:00
m5o
6163533d84
Fix placeholder image replacement.
2018-11-20 21:31:28 +02:00
XhmikosR
2ac3db8384
Tweak placeholder.svg.
...
* always include the title
* make it possible to skip adding the title by passing `title=' '`
* remove viewBox since we don't need it
2018-11-20 21:31:28 +02:00
Martijn Cuppens
072b5ab7fd
Replace holder.js with SVGs.
2018-11-20 21:31:28 +02:00