Commit Graph

35 Commits

Author SHA1 Message Date
Sebastiaan van Stijn 7d1dca27b3
Add enterprise redirect stubs
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-06-02 09:47:11 +02:00
Sebastiaan van Stijn 4977dd2961
Remove enterprise content
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-06-02 09:47:07 +02:00
Sebastiaan van Stijn 331554f4b3
Fix various links that were generating URLs with `.md` (#10548)
* 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>
2020-04-01 12:05:50 +01:00
Justin Cormack 92f12b2205
Chnage to Notary not Docker Notary
This has bnot been the name for some years.

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2020-02-12 19:56:28 +00:00
lena-larionova c7dc4bf6c9
fixing broken links in older DTR versions (#9920)
Signed-off-by: Lena Larionova <lena.larionova@docker.com>
2019-11-20 15:42:22 -08:00
Jeffrey Morgan d15739c5e7 Merge branch 'master' into consolidation-changes 2018-11-14 18:29:09 -05:00
Jeffrey Morgan ca466a55ed Rename Docker Store and Docker Cloud - WIP 2018-10-04 19:41:32 -04:00
Oscar Caballero 269c80d2d9 Spelling revision 2018-09-23 21:43:11 +02:00
Joao Fernandes 0b73d7b02b Fix broken link 2018-02-01 13:25:14 -08:00
Misty Stanley-Jones a4f5e30249
Various copyedits to reduce future tense, wordiness, and use of 'please' (#5788)
* 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
2018-01-25 17:37:23 -08:00
Jim Galasyn 3599a96ad5 Move redirects to latest versions (#4804) 2017-10-04 18:16:35 -07:00
InDieTasten 418b77d714 Fix were -> where typo in dtr/2.0/install/index.md (#4260) 2017-08-18 10:46:08 -07:00
Trapier Marshall 0a646eeae0 use sudo when curling DTR cert into /etc
Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
2017-08-15 23:31:15 -07:00
Misty Stanley-Jones 968f76eced Use daemon.json everywhere possible (#3252) 2017-05-15 10:44:40 -07:00
Steven Hanna b43c302c46 Spelling mistakes (#2970)
* Spelling mistakes

* Delete last_page.md
2017-04-20 17:26:18 -05:00
Bill a3a7ae1e0b replaced docker/docker with moby/moby (#2879)
* replaced docker/docker with moby/moby

* fixed incorrect name changes in release notes

* fixed mentions of moby/moby in code
2017-04-20 15:32:18 -05:00
Prashant c5d9a28bcc Clarify image restore topic (#2923)
* restore doc updated

* changed the text a little bit

* changed the text according to requirement
2017-04-20 14:48:33 -05:00
Joao Fernandes ba0faed0a7 Revert "Moving redirects to newer version"
This reverts commit 783e6e94c5.
2017-02-16 17:41:11 -08:00
John Mulhausen 783e6e94c5 Moving redirects to newer version 2017-02-16 16:25:03 -08:00
Kevin Tan 3c398617c7 correct some spelling mistake 2017-01-17 10:00:30 +08:00
Joao Fernandes c3ac3b3247 Add new redirect for DTR install 2017-01-12 11:43:14 -08:00
Joao Fernandes 4cf873e0de Fix DDC broken links reported on #1068 2017-01-09 15:06:03 -08:00
Peter Dave Hello 5919563eb8 Lossless Image optimization (#959)
* re-compress jpg images losslessly using jpegoptim

* re-compress png images losslessly using zopflipng
2016-12-21 11:12:13 -08:00
Joao Fernandes 5e73d6295d Automate display of urls for DDC offline install 2016-12-12 09:43:44 -08:00
Adrien Duermael 50ee158a65 CI - added test for keywords in markdown frontmatters (#805)
* added test for keywords

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* fixed keywords in some md files for tests to pass

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* fixed keywords in /datacenter

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* tests/Dockerfile: no need to add git

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* tests/Dockerfile: changed maintainer

Signed-off-by: Adrien Duermael <adrien@duermael.com>
2016-12-06 16:45:11 -08:00
Joao Fernandes beadac20c9 Introduce new redirect in ddc docs 2016-11-30 15:13:13 -08:00
Misty Stanley-Jones 756f4d974c Fix some doubled words
Signed-off-by: Misty Stanley-Jones <misty@docker.com>
2016-11-28 11:32:17 -08:00
Gaetan de Villele 2fc9ecad1b fix type of keywords entry in frontmatter (in /datacenter/)
keywords should be a string, not an array containing one string

Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
2016-11-14 18:46:44 -08:00
Joao Fernandes 6de36b9dce Add redirect to DTR release notes 2016-11-14 14:50:49 -08:00
Gaetan 1589927ce8 fix duplicated titles having different values (#514)
Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
2016-11-10 11:57:20 -08:00
Andy Clemenko b88cf5d65f Update offline link (#524)
Update link for new version of DDC.
2016-11-10 11:51:21 -08:00
Gaetan 57b45d5f8d fix duplicated page titles (#512)
this also breaks page consistency, regarding anchor links (see #510)

Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
2016-11-09 16:35:33 -08:00
Joao Fernandes e78f9aaa89 Remove aliases, add redirect_from 2016-11-05 20:47:37 -07:00
Joao Fernandes f1cac0162d Add redirects to datacenter articles 2016-11-05 17:21:47 -07:00
Joao Fernandes c200ed0ee4 Move ucp and dtr docs to /datacenter 2016-11-05 17:21:47 -07:00