aboutsummaryrefslogtreecommitdiff
path: root/_config.yml
AgeCommit message (Collapse)AuthorFilesLines
2020-11-19Switch to HugoXhmikosR1-77/+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-27Jekyll: switch to Liquid's strict mode.XhmikosR1-0/+3
This should make the build error out if there are any issues instead of emitting a warning, which we won't notice.
2020-10-14docs: switch to suggesting jsDelivr as a CDN (#31898)XhmikosR1-3/+3
2020-10-13Prepare v4.5.3. (#31880)v4.5.3XhmikosR1-11/+11
2020-08-06Prepare v4.5.2. (#31444)v4.5.2XhmikosR1-11/+11
2020-08-04Prepare v4.5.1. (#31408)v4.5.1XhmikosR1-11/+11
2020-07-09Update dependencies, gems and regenerate package-lock.json (#31261)XhmikosR1-2/+2
* @rollup/plugin-node-resolve 8.1.0 * popper.js 1.16.1 * qunit 2.10.1 * rollup 2.21.0
2020-05-12Distv4.5.0XhmikosR1-3/+3
2020-05-12Bump version to 4.5.0.XhmikosR1-12/+12
2020-05-07Update jQuery to v3.5.1.XhmikosR1-2/+2
2020-05-02Backport #30130XhmikosR1-0/+1
Add a script to zip the built examples
2020-04-17Update jQuery to v3.5.0.XhmikosR1-2/+2
2020-03-31Backport #30041 and #30448XhmikosR1-0/+1
Switch links to the GitHub organization and fix redirected links
2020-02-17Update devDependencies and gems.XhmikosR1-0/+3
2019-11-28Release v4.4.1.v4.4.1XhmikosR1-10/+10
2019-11-26Release v4.4.0 (#29735)v4.4.0XhmikosR1-14/+14
2019-11-25Backport #29624XhmikosR1-2/+2
config.yml: update popper.js to v1.16.0
2019-11-02Backport #29544XhmikosR1-0/+1
Add link to Icons site in our docs
2019-05-02Update devDependencies including jQuery to v3.4.1.XhmikosR1-2/+2
2019-04-29Update (dev)Dependencies and gems.XhmikosR1-2/+2
Also, fix the `update-deps` excludes and add karma since 4.x requires Node.js >= 8.
2019-02-13Release v4.3.1. (#28252)v4.3.1XhmikosR1-10/+10
2019-02-11Release v4.3.0 (#28228)v4.3.0Mark Otto1-14/+14
* Prep for v4.3.0 * More updates for v4.3.0. * rerun to build docs source map
2019-02-08Update devDependencies. (#28175)XhmikosR1-2/+2
2018-12-23Add Open Collective to header (#27916)Martijn Cuppens1-0/+1
2018-12-21Bump to v4.2.1 (#27892)v4.2.1Mark Otto1-10/+10
2018-12-21Prep for v4.2.0 releaseMark Otto1-14/+14
- 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-06Update devDependencies. (#27764)XhmikosR1-2/+2
2018-11-28Remove `no_toc_section`.XhmikosR1-2/+2
2018-11-28Configure multiple no_toc_section classestoshimaru1-1/+3
2018-11-16Update devDependencies and gems.XhmikosR1-2/+2
2018-11-04Jekyll: switch to localhostXhmikosR1-1/+1
`0.0.0.0` has issues on Windows.
2018-10-22Further ToC fixes.XhmikosR1-0/+1
2018-10-20swipe left/right without hammerjsJohann-S1-2/+0
2018-10-20Add touch support in our carousel with HammerJS.Johann-S1-0/+2
2018-10-14Remove the unused `jobs` Jekyll variable.XhmikosR1-1/+0
2018-10-14Update popper.js in docs.XhmikosR1-2/+2
2018-10-14docs: fix bundle SRI hash.XhmikosR1-0/+2
Also, remove popper.js from this script since it's not present in the repo.
2018-07-24Ship v4.1.3v4.1.3Mark Otto1-8/+8
2018-07-12Ship v4.1.2Mark Otto1-8/+8
2018-07-11fixes #26637Mark Otto1-2/+2
2018-07-11Reorganize docs for easier deploysMark Otto1-20/+2
With the current docs directory setup, I'm making too many mistakes and have to manually address path changes and directory moves on deploy. This makes for a frustrating experience developing locally and shipping releases. With this PR, we're basically back to the same setup from v3—duplicating the dist directory into our docs directory. Not the most ideal, but very straightforward for me as the release manager.
2018-04-30Bump version to v4.1.1v4.1.1Mark Otto1-8/+8
2018-04-10Update dependencies and gems (#26234)XhmikosR1-2/+2
2018-04-09Ship v4.1.0 (#26218)v4.1.0Mark Otto1-9/+9
* update docs path from docs/4.0/ to docs/4.1/ * bump version to 4.1.0 * Update redirects to work for 4.1 docs move * Update docs version switcher to include latest and link to 4.0 docs * re-run dist * Update package-lock.json * Update docs-navbar.html
2018-04-05docs: Switch to StackPath's URL.XhmikosR1-2/+2
While the old one will keep working, better switch to the new one.
2018-03-30Revert "docs: Switch to StackPath's URL."XhmikosR1-2/+2
This reverts commit 70520855e8f597995fb1df69b854f99f705d2e59.
2018-03-29docs: Switch to StackPath's URL.XhmikosR1-2/+2
While the old one will keep working, better switch to the new one.
2018-03-21Update dependencies.XhmikosR1-2/+2
2018-01-23Update jQuery to v3.3.1. (#25398)XhmikosR1-2/+2
2018-01-18Bump version to 4.0.0Mark Otto1-8/+8