aboutsummaryrefslogtreecommitdiff
path: root/site/_includes/docs-sidebar.html
AgeCommit message (Collapse)AuthorFilesLines
2019-03-13Switch to Hugo.XhmikosR1-43/+0
No more Ruby dependency and most important more than 10 times less build time (at least on Windows)!
2019-02-27put 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.