- Renamed docker-compose.yaml to archives.yaml since we are not using it
as a docker-compose.yaml anymore
- Added current docs into that archive list, added a key that can
be set to to indicate that the archive is the latest
- Output a new file that can be used by non-current
archives to build up a list of all archives including what's current,
dynamically
- Single-sourced and liquefied the list that builds up the archives in
the latest version
* First pass of tabs-based organization
* Improvements
* Second pass at tabs org
* Move tab highlighting to Liquid instead of JS
* Adding forwarding links for in-product TOCs
* Move to pre-rendered left-navs instead of post-load JS for TOC sync
* Optimizations and nosync-ing the Reference section
* Optimizations, fix Cloud YAML
* Make a "Sample applications" node
* Tabs CSS fixes and 12-factor reposition
* Fix auto-complete left-padding
* Fix auto-complete right-padding (for symmetry)
* Fix for no left-nav on Compose file
* Fix weird wrapping on smaller screens for tabs
* reorganized d4mac, d4win per tabs structure, split out install guides
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* Update reference urls to latest DDC version
* Reintroduces changes ebe778b..9abc9e to TOC
* Update allpagelinks.md
* hid the on-page TOC's for d4mac d4win topics as needed
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* Add a Hopscotch tour of the new navigation
The problem with using 'touchend' is that if you scroll with your finger on a touch screen, like an an iPhone or on a PC laptop with a touch screen, the menu items will be expanded when you let go, even if you wanted to just scroll.