aboutsummaryrefslogtreecommitdiff
path: root/site/_includes/docs-navbar.html
AgeCommit message (Collapse)AuthorFilesLines
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-03-31Backport #30041 and #30448XhmikosR1-1/+1
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
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-05-02Backport #28551.XhmikosR1-2/+2
Show the other navbar items on small screens too.
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
2018-12-23Add Open Collective to header (#27916)Martijn Cuppens1-0/+5
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-15Link to v3.4 docs (#27842)XhmikosR1-0/+1
2018-10-14Fix a few links.XhmikosR1-5/+5
* fix `/versions/` link * add missing trailing slashes * fix a couple of redirects
2018-09-02Add new docs Versions page.Mark Otto1-0/+2
2018-07-11Make navbar download the same as homepage downloadTheodore Dubois1-1/+1
2018-07-11remove jobs linkMark Otto1-3/+0
2018-07-11Reorganize docs for easier deploysMark Otto1-0/+65
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.