aboutsummaryrefslogtreecommitdiff
path: root/site/_includes/docs-sidebar.html
AgeCommit message (Collapse)AuthorFilesLines
2020-04-13Backport #30542XhmikosR1-1/+1
Remove redundant class and line height
2019-07-10Add ARIA search landmark to documentation. (#28983)Bardi Harborow1-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)
2018-11-20docs-sidebar.html: remove commented out code.XhmikosR1-14/+0
Leftover from old times.
2018-10-19docs search: take into account the current URL.XhmikosR1-1/+1
2018-07-11Reorganize docs for easier deploysMark Otto1-0/+57
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.