* update re:container_name not supported in v3 Compose
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* added container_name to list of removed v3 options
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* corrected definitions per reviews
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* listed unsupported suboptions for deploy key
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* #1168: TLS cert configuration instructions for Intermediate CA on UCP
* Fix long line
* Fix long line
* Fix to incorrect information
* Update TLS info for UCP 2.1
* Fix manager and worker join tokens. Issue #2088.
Fix screenshots per issue #2126
Move vote images to correct dir
Fix rendering issue with inline code snippet #1990
Fix for stack yaml reference (#1476)
Fix image link
Add shutdown procedures for #1017
* Make the fix asked in the PR
Little fix
* Simplify both left and right sidebars
- Rewrite the sidebars to use the same CSS class instead of having two
very similar classes. This involves removing all affix related
attributes and functionality from the sidebars and replaced them with
`position: sticky`.
- The table of content elements should not be floated
- Removed unused CSS rules related to the sidebars
- Remove JavaScript used to resize the sidebars
* Improve the mobile menu to be fixed
- Simply JS used to hide/display the navigation bar on mobile viewports
- The mobile menu should be fixed so it can be viewable from the bottom
of the page. Before this change, you would have to scroll up to see
the menu that `position: absolute`
* Fix disappearing top navbar on homepage
- Change the calculation of the affix offset for the navbar on the home
page to ensure the navbar never leaves the viewport. This change also
takes into account the change of how the sidebars' offsets are used
* Fix auto scrolling on overflow
* Add polyfill for 'position: sticky' on IE
* Fix hamburger menu at incorrect breakpoint
* Fix left nav hidden after expanding from mobile
If you expand and collapse the left nav while on mobile and expand to a
desktop view, the left nav would be hidden; this has been fixed
* Unify navbar on homepage with rest of website
* Updated documentation for UCP to clarify roles of nodes in a Docker Swarm (#2637). Also updated architecture diagram to reflect new Enterprise engine branding.
* Further updated text and diagrams in Docker UCP architecture (#2637). Updated other architecture diagram to reflect name change.
* (#2637) Updated text size in UCP architecture diagram SVG.
* (#2637) Updated UCP architecture diagram 3. Removed arbitrary line breaks.