Commit Graph

36 Commits

Author SHA1 Message Date
Allie Sadler 3e6a00fdbd
ENGDOCS-1273 (#16960)
* ENGDOCS-1273

* fix

* fix broken link
2023-03-27 09:21:37 +01:00
Allie Sadler f956ab6552
Improve alt text on images (#16484) 2023-01-10 16:28:46 +00:00
Justin Chadwell fd9fe19061 lint: tidy up ordered list prefixes 2022-07-28 11:27:10 +01:00
Federico Ruggi 4142378ae4
Webhooks: remove images property, drop scientific notation for timestamps (#14338)
* remove images property, drop scientific notation

* drop scientific notation for creation date
2022-03-03 14:10:52 +00:00
Sebastiaan van Stijn c119ed174e
Use https:// for links and examples
Found these using `http://[^lp10\*`<][^o]` (to exclude "localhost" and IP-addresses)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-13 12:09:11 +02:00
Aoshi Fujioka 5160fdbd2d
Fix keywords on docker-hub/webhooks (#10625) 2020-04-14 11:17:55 +01:00
Wang Jie 16dd90a8e0 Update webhooks.md (#8889) 2019-09-17 11:39:46 -07:00
Maria Bermudez 4bdcbf8ae9 Merge branch 'master' of github.com:docker/docker.github.io 2018-12-10 12:41:24 -08:00
L-Hudson 8f7746acd2
Update webhooks.md
edits ~~ various
2018-12-07 08:36:46 -05:00
Jeffrey Morgan 393ea86606 Repos & official image updates 2018-11-23 11:05:08 -05:00
Jeffrey Morgan 435a720308 Re-write Orgs & Webhooks docs 2018-11-22 16:16:13 -05:00
Benjamin Foote 053120e7f5
fix json
The example json response does not parse correctly

Improper escaping of the `repository.dockerfile` "[/var/cache/apt-cacher-ng]" substring causes the parser to fail.
2018-11-21 16:56:44 -08:00
Jeffrey Morgan ca466a55ed Rename Docker Store and Docker Cloud - WIP 2018-10-04 19:41:32 -04:00
Maria Bermudez aaca9b83b5 Revert "Revert "Merge branch 'master' of github.com:docker/docs-private into test-branch-2""
This reverts commit 4c95d161ca.
2018-08-29 19:01:03 -07:00
Maria Bermudez 4c95d161ca Revert "Merge branch 'master' of github.com:docker/docs-private into test-branch-2"
This reverts commit af5f2fcc38, reversing
changes made to 338b690d26.
2018-08-29 18:37:44 -07:00
Maria Bermudez 840c167055 Revert "Revert "Merge branch 'master' of github.com:docker/docs-private into test-branch-2""
This reverts commit 14080c18bd.
2018-08-29 18:36:03 -07:00
Maria Bermudez 14080c18bd Revert "Merge branch 'master' of github.com:docker/docs-private into test-branch-2"
This reverts commit af5f2fcc38, reversing
changes made to 338b690d26.
2018-08-29 14:47:31 -07:00
Johan Brandhorst 43fc881d8b Fix JSON example on webhooks page
The comment_count parameter in the JSON body is a number, not a string.
2018-05-16 16:01:01 -07:00
cloud_melon 71471c54a4 Clarify the webhook's definiton in webhooks.md (#6243)
* Clarify the webhook's definiton in webhooks.md

Here is necessary to clarify the real definition of webhook which is a request with POST action to a specified url ( when this happen, the url going to return the result, in this context, is when we do 'docker push'  to submit a image to registry, it fires the automatically build

* Updated after suggest 

I updated the right sentence, I feel it more clear now. thank you :)

* Remove duplicate wording
2018-03-30 14:15:20 -07: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
Joao Fernandes 92670f4bfa
Fix sentence in Docker Hub webhooks (#5148) 2017-10-27 15:24:26 -07:00
Wang Jie 989c7215b3 Update webhooks.md 2017-10-20 15:58:19 -07:00
Gwendolynne Barr 07c89fa894 Add image of webhook tab (#4426) 2017-08-29 15:52:52 -07:00
Misty Stanley-Jones c435ce4178 Add backticks for mono text (#4171) 2017-08-11 13:14:05 -07:00
Harald Nordgren f7b7df7c54 Update webhooks.md (#4153)
Adding a link to where this can be configured. It's not obvious that you have to leave Cloud and go to Hub to config this.
2017-08-11 09:47:10 -07:00
Jed Verity 5fda3f95cb Update webhooks.md to include `tag` in payload (#3432) 2017-06-02 09:56:50 -07:00
Misty Stanley-Jones fb7c73908b Update the styleguide (#2332)
* Update the styleguide

Also normalize admonition titles with the colon outside the bold.
2017-03-15 09:46:30 -07:00
Michael Pereira 85ada8850d Replace deprecated MAINTAINER with LABEL (#1445)
Replace MAINTAINER instruction with LABEL as MAINTAINER was deprecated in https://github.com/docker/docker/pull/25466
2017-03-01 19:54:22 -08:00
Gaetan de Villele e83a25994e fix type of keywords entry in frontmatter (in /docker-hub/ dir)
keywords should be a string, not an array containing one string

Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
2016-11-08 18:29:39 -08:00
John Mulhausen 558314bf56 Converges titles to imperative-form, front-matter based, and sentence-case (#438)
Multiple title fixes, consistency fixes, convergence into metadata-based titles.
2016-11-04 15:38:40 -07:00
Misty Stanley-Jones 1a193d749b Revert "Merge pull request #437 from gdevillele/fix_keywords_format"
This reverts commit 13ddc1350e, reversing
changes made to 7a11f05943.
2016-11-04 13:33:29 -07:00
Gaetan 8bb4d6226a fix more frontmatter keywords values (#439)
* fix format of frontmatter keyword entry in some .md files

Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
2016-11-04 10:48:38 -07:00
Josh Dover 1257f50fe0 Add another quote 2016-10-30 20:25:43 -05:00
Josh Dover 2189da2771 Fix quotes on webhook JSON example 2016-10-28 13:38:53 -05:00
Misty Stanley-Jones d53c6798c9 Convert TOML to YAML, tweaks to work with Jekyll 2016-09-29 17:16:03 -07:00
Misty Stanley-Jones af078a5cb6 Move docker-hub docs to docker-hub subdirectory 2016-09-28 14:37:27 -07:00