See https://web.dev/external-anchors-use-rel-noopener/
Using noopener, as that addresses the security issue. "noreferer" blocks
the REFERER header, which may still be useful for some target URLs.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
* Fix incorrect links in compose section
there's a bug causing wrapped links to not work, and replacing
some links to point to the .md file, so that IDE's can check
if the anchors are valid. Also replaced some links to point
to their new location.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
* engine/swarm: update links
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
* Fix various broken links
There's a bug in the "jekyll-relative-links" plugin that causes wrapped links to not work.
Also replacing some links to point to the .md file, so that IDE's can check if the anchors
are valid. Finally, replaced some links to point to their new locations, so that users don't
get redirected..
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
* Reword lots of instances of 'will'
* Reword lots of instances of won't
* Reword lots of instances of we'll
* Eradicate you'll
* Eradicate 'be able to' type of phrases
* Eradicate 'unable to' type of phrases
* Eradicate 'has / have to' type of phrases
* Eradicate 'note that' type of phrases
* Eradicate 'in order to' type of phrases
* Redirect to official Chef and Puppet docs
* Eradicate gratuitous 'please'
* Reduce use of e.g.
* Reduce use of i.e.
* Reduce use of N.B.
* Get rid of 'sexagesimal' and correct some errors
* open source contributors TOC update
Signed-off-by: Victoria Bialas <vicky.bialas@gmail.com>
* added Kitematic for TOC symmetry
Signed-off-by: Victoria Bialas <vicky.bialas@gmail.com>
* removed old Kitematic example
Signed-off-by: Victoria Bialas <vicky.bialas@gmail.com>
* Update toc.yaml
* 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>
* pared down contributor's guide to docs specifics
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* incorporated review comments
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* Correct command to copy binary
Correct path to copy binary-daemon.
Remove command to copy binary-client (it's not available).
* Use the make install target
Signed-off-by: Misty Stanley-Jones <misty@docker.com>
* Update Task2, Step1 in 'set-up-dev-env.md'
Originally the step mentioned Mac in general but the step is actually just for Docker Toolbox users.
* Fix Docker Toolbox link
Link was using HTML-style link and has now been updated to use Markdown-style.
* Fix Docker Toolbox link address