Martijn Cuppens
b79e55fed4
Remove negative margins leftovers ( #30596 )
...
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-04-18 09:11:17 +03:00
XhmikosR
d2325b65c8
Improve docs-sidebar.html ( #30567 )
...
Reduce the output HTML
2020-04-17 18:47:19 +02:00
Mark Otto
e3583115c6
Clarify media query using .02px and bump from callout to warning
2020-04-13 13:55:34 -07:00
Mark Otto
33a4e8ff9b
Rewrite grid docs to account for new grid tier
...
- Breaks grid content across multiple pages
- Updates mentions of grid tiers from five to six
- Rewrites how it works sections to reference new options and tiers
2020-04-13 13:55:34 -07:00
Martijn Cuppens
8fe162d67a
Remove redundant class and line height ( #30542 )
2020-04-09 21:25:09 +03:00
Martijn Cuppens
43d866313d
Fix active state dropdown
2020-03-31 22:52:57 +02:00
Martijn Cuppens
c48d89cb70
Use unordered lists in dropdown-menus
2020-03-31 22:52:57 +02:00
Martijn Cuppens
4448856038
Simplify sidebar styles
2020-03-28 17:57:22 +02:00
Gaël Poupard
9efaeba35e
docs(sidenav): use class selector for active item
2020-03-28 17:57:22 +02:00
Gaël Poupard
72230091b6
docs(sidenav): get rid of custom JS for active state
2020-03-28 17:57:22 +02:00
Gaël Poupard
79dc21b22b
docs(sidenav): fix struggling CSS when collapsing sidenav
2020-03-28 17:57:22 +02:00
Gaël Poupard
5f58b3df2c
docs(sidenav): use collapse components
2020-03-28 17:57:22 +02:00
XhmikosR
8411c37974
Fix links after #30041
2020-03-24 22:05:26 +02:00
Gaël Poupard
9eccb3a230
Documentation skip links ( #30073 )
...
* docs(skip-links): add a skip to main navigation skip link
* docs(skip-links): revamp skip-links pattern
* docs(navs): use aria-label on navs
* docs(navs): use 'docs navigation' label in sidebar nav
2020-03-23 16:23:37 +02:00
Martijn Cuppens
25d2eac45b
Use a link helper instead of the text color utility
2020-03-23 14:11:29 +01:00
XhmikosR
018a94c9c1
Remove Internet Explorer leftovers
2020-03-18 20:59:27 +02:00
XhmikosR
13b27f8a09
Update docs-navbar.html ( #30418 )
...
Open icons in a new tab like the rest of the external links
2020-03-18 20:52:58 +02:00
Christian Oliff
f59ed75ba3
Remove unneeded og:image:secure_url from social.html ( #30362 )
...
The image is always available over HTTPS anyway
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-03-08 10:06:49 +02:00
XhmikosR
7eaf7528fc
Add loading="lazy"
in images ( #30199 )
2020-03-05 10:12:59 +02:00
XhmikosR
414314f3cb
Switch versions & docs search ( #30336 )
2020-03-05 10:01:15 +02:00
XhmikosR
b8ffcdf9a4
Use hugo.Environment
instead of getenv
( #29240 )
...
This is set automatically to "development" when the local server is running, and to "production" when Hugo builds the site.
2020-02-22 08:54:43 +02:00
XhmikosR
f1e47e24c3
scripts.html: don't load docsearch JS when it's not needed ( #30205 )
2020-02-17 20:52:28 +02:00
XhmikosR
b9f6c29459
homepage: reduce margin and padding for small devices ( #30195 )
2020-02-17 20:35:11 +02:00
XhmikosR
737308ae47
Update docs-versions.html ( #29971 )
...
Remove old versions
2020-02-16 21:55:21 +02:00
Mike Rogers
6933bd4a1d
Adding version number to documentation <title>
( #30090 )
...
Co-authored-by: Martijn Cuppens <martijn.cuppens@gmail.com>
2020-02-14 20:35:08 +01:00
Martijn Cuppens
9aee71776d
Fix logo alignment for IE ( #29955 )
2020-02-14 14:09:46 +01:00
Martijn Cuppens
6f4784c8bb
Docs navbar tweaks ( #29948 )
2020-02-13 13:45:33 +01:00
Gaël Poupard
96ac6068b3
Use aria-current
where appropriate ( #30079 )
2020-02-07 13:18:30 +02:00
Martijn Cuppens
b39f704954
Cleanup algolia theming ( #29888 )
2019-12-25 21:08:15 +01:00
XhmikosR
4dfcb035cf
Add v4.4.1 in versions ( #29747 )
2019-12-14 17:07:28 +02:00
XhmikosR
9894000b42
Remove the now unused docs-search.html partial ( #29799 )
2019-12-04 13:24:55 +02:00
XhmikosR
a28adc7666
Move docs JS one folder up. ( #29632 )
2019-11-04 14:44:07 +02:00
Mark Otto
1fa337cc20
Add link to Icons site in our docs ( #29544 )
2019-10-18 10:28:16 +03:00
XhmikosR
129bb08fc4
Use Hugo for our docs Sass and JS. ( #29280 )
...
Now there's only one command needed to run the docs: `npm run docs-serve`.
Also, simplify the npm scripts.
2019-09-17 00:22:49 +03:00
XhmikosR
fbeed6f1d9
Darken footer color.
2019-09-16 23:41:57 +03:00
Martijn Cuppens
b6b96c174b
Docs tweaks
...
- Simplify display headings example markup
- Simplify footer styles
- Remove z-indices hacks in the docs
- Remove redundant modal styling in docs
- Use `escape-svg()` to escape docs sidebar chevron
- Simplify sidebar chevron code
- Cleanup masthead css & fix column width between `md` & `lg`
- Easier to download logo's with the `download` attribute.
- Changed some color codes into variables
- Cleanup brands css
2019-09-06 18:06:13 +03:00
XhmikosR
f7fe5d5bca
homepage: remove redundant class ( #29357 )
...
This broke IE11.
2019-09-06 08:51:46 +03:00
Mark Otto
eb49bd11c9
Update subnav to remove breadcrumb and just keep versions and search ( #29368 )
2019-09-05 21:43:31 +03:00
XhmikosR
edf7923c8f
Fix a few redirected links. ( #29352 )
2019-09-02 12:21:42 +03:00
XhmikosR
ae249e8f55
docs-sidebar.html: reindent. ( #29337 )
2019-08-30 08:01:21 +03:00
XhmikosR
4ce8eab10c
Homepage: add missing link to the versions page. ( #29308 )
2019-08-27 23:19:52 +03:00
XhmikosR
c463c261ed
Remove "Wall of browser bugs" page. ( #29297 )
...
While important in the past, it has become obsolete, so removing it seems the best solution.
2019-08-27 08:44:35 +03:00
Martijn Cuppens
8e26010d06
docs: fix tap targets ( #29272 )
2019-08-18 16:29:23 +03:00
XhmikosR
34afe84424
Use absURL
so that we get consistent URLs. ( #29226 )
2019-08-08 18:30:43 +03:00
XhmikosR
3d8c5b9640
docs: minor simplification. ( #29227 )
2019-08-08 17:54:59 +03:00
Martijn Cuppens
81af1bf9cc
Change SVG dimensions to px values ( #29195 )
2019-08-03 16:58:25 +03:00
XhmikosR
8570d86d79
Rename site/data/nav.yml to sidebar.yml.
2019-07-29 10:59:56 +03:00
XhmikosR
9131e3e401
docs: Move trailing URL slashes to the variables.
2019-07-29 10:59:56 +03:00
XhmikosR
756d4ec91e
config.yml: add OpenCollective. ( #29143 )
...
This was missing since the Hugo switch (d95d300
).
2019-07-26 19:05:51 +03:00
Martijn Cuppens
855d763ae5
Reboot updates
...
- Remove unsupported browsers fixes
- More consistent comment blocks
- Reorganise order of some blocks
- Add height fix for date/month/week/time inputs (#18842 )
- Remove redundant type selectors
- Additional resets and theming options for `legend`
- Add date & color inputs to reboot page
- Use the same borders for text search, text inputs, textareas and date inputs
- Move code styling to reboot
2019-07-25 19:26:27 +02:00