* Docs contributor guide: added links to subtopics on right side menu
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* copyedits
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* more copyedits
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* added back in some of the community pages by request
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* added other ways to contribute to left side menu
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* copyedits to contributor home page
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* added links to Docker Community pages on GitHub
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* merged ways to contribute, made moby an include, re-org for tocs
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* fixed TOC yaml
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* fixed on-page links on community page
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
This adds a link to the API change-log to the version matrix.
Also adds some patch-releases that had an API version bump.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit improves engine installation documentation for CentOS,
RHEL, Fedora and Oracle Linux. There are a few fixes and
simplifications. In particular:
1. Fix language about when GPG keys are presented for verification
(when you install a package from a recently added repo).
2. Remove mentions of 'yum/dnf makecache fast'. Unlike Debian/Ubuntu,
which require 'apt update', with both yum and dnf, 'makecache'
is redundand. What's worse, 'dnf makecache fast' is not working
(tested on Fedora 26):
# dnf makecache fast
...
dnf makecache: error: argument timer: invalid choice: 'fast' (choose from 'timer')
3. Source repos are disabled by default, so there is no need to specify
the architecture when running `yum list docker-[ce]e`. The comment
explaining it is also removed.
4. An extra > character in the middle of the line was removed.
[v3: rebase, remove $DOCKERURL reuse hack]
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
* added <hr>'s below tabs
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* update Tabs topic on test.md to show use of <hr>'s
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* added more information about toc_max/min
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* install page break out desktop, cloud, server, link updates
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* fixed an on-page link
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
- support for compose-file schema 3.1 was added in
docker 1.13.1
- support for compose-file schema 3.2 was added in
docker 17.04.0
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
* added links to Compose release versions, improved matrix description
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* review comments, used include for matrix in all file references
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* incorporated review comments
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* experiments with glyphicons in admonitions (notes)
3 new admonition classes, re-write of test page
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* copyedit on code formatting
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* test Liquid admonitions with includes
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* renamed notes.html, reviewed Liquid relationship to CSS
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* added description of Liquid variables experiments
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* add Cloud link to Azure topics
WIP: 1st draft includes, tabs re: SSH key topics
adding more Azure Cloud content and SSH includes
copyedits
cloud azure, aws topics organization, videos
incorporated review comments
copyedits, colour-coded TBD's
copyedits to make create a swarm w/AWS and Azure consistent
updated links to use new titles
added SSH key setup to the Swarm overview list of links
updated link services titles
add ssh to glossary, note autoredeploy limitations
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* screen snaps, updates per latest on staging
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* added link
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* resolved conflicts in TOC
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* added Azure accept EULA/enable subscription, more steps, snaps
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* fixed the comments to not break numbering
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* new snaps and review comments incorporated from Alberto and Ryan
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* added screen snaps, review comments, more steps
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* added screen snaps, detail to Azure create swarm
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* new snap showing linked AWS as provider
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* AWS screen snaps and detailed steps
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* AWS swarm name rules clarification
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* added x-refs to edition topics on config per reviews
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* added connect screen snap w/production commands, AWS pricing
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* added more code examples and clarification to swarm connect
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* added more code examples for Azure and AWS
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* 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