incorporated Joffrey's comments
surface h1's in left menu on Compose file refs, fix liquid issue
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* 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
Add `tree: true|false` front-matter key (default to true)
to disable the left-hand nav tree on a per-page basis
Disabling the tree also disables reading time
Disabled tree on search, sorry, thank-you-subscribing-docker-weekly
Use null layout for allpagelinks.md and limit it to pages that have a title
(which leaves out redirects, which are not real pages)
Add site-generation date and time to footer, in a tiny unobtrusive font
added kitematic advisories, and updated getting started instructions
incorporated Laura's comments apps --> applications
removed gradient on advisory blockquote because Netlify doesn't like it :-(
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
Makes title, description, and keywords populate the right tags
See https://github.com/jekyll/jekyll-seo-tag
An example of this in action:
```
<!-- Begin Jekyll SEO tag v2.0.0 -->
<title>Docker Engine - Docker</title>
<meta property="og:title" content="Docker Engine" />
<meta name="description" content="Engine" />
<meta property="og:description" content="Engine" />
<meta property="og:site_name" content="Docker" />
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "WebPage",
"headline": "Docker Engine",
"description": "Engine",
"url": "/engine/"
}
</script>
<!-- End Jekyll SEO tag -->
```