edited screen snap
breaking out topics for Docker Cloud swarm mode
added another where-to-next link
added more where-to-next links
added back in on-page TOC for create swarm topic
incorporated Ryan's review comments on first draft
more Ryan's review comments, sweep thru all for consistency, notoc on short pages, etc.
removed duplicate link to 'create a new swarm in docker cloud'
Laura's comments incorporated
re-organized Cloud topics, added in Swarm Mode
Ryan's review comments on Cloud, added new type of advisory for Beta previews
more review comments, manage infrastructure --> standard mode
fixing image
testing cloud images
updates to Cloud welcome page for Swarm, non-Swarm descriptions
add new cloud repository image
retake of corrupted image
fixed the other instance of corrupted image by referencing the retake
fixing corrupted image on GitHub
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
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 -->
```