Commit Graph

229 Commits

Author SHA1 Message Date
epompeii 8884af061f
Fix Typo in Staging Options
It said that there were three options for staging docs. Only two were listed.
2018-09-19 07:38:08 -04:00
Akim Demaille 0769da0ca2 README: fixes
Suggested by Joao Fernandes.

Signed-off-by: Akim Demaille <akim.demaille@docker.com>
2018-05-14 10:08:29 -07:00
Akim Demaille 8495fe79e7 README: some bits about images
Signed-off-by: Akim Demaille <akim.demaille@docker.com>
2018-05-14 10:08:29 -07:00
John Apostol 4b7e6171ea Fix broken link to docker compose instructions (#6675) 2018-05-10 09:15:18 -07:00
Erlend 74631424e7 Fix broken markdown link formatting (#6566) 2018-04-27 09:49:12 -07:00
Victor Algaze 33072cda69 Contribution link, hyper-v clarify, bootcamp 2018-04-17 11:24:30 -07:00
cowlinator 3109bf5dfe Update README.md
Fixed Readme's description of where to edit documentation (re: https://github.com/docker/docker.github.io/issues/6247)
2018-03-27 09:57:41 -07:00
Misty Stanley-Jones a55ddf60a9
Move /engine/installation to /install (#5651)
* Move /engine/installation to /install

* Add Docker for IBM Cloud to the matrix
2018-01-26 10:29: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
Misty Stanley-Jones ec1a8b20c4
Fix mistakes in tag names in README (#5625) 2017-12-27 00:11:59 -08:00
Misty Stanley-Jones 6051302b4d
Use multistage build for master (#5369) 2017-12-26 23:17:44 -08:00
John Mulhausen 5d9fb348e2
Remove obsolete style guide link
Fixes #5435
2017-12-04 11:36:14 -08:00
Misty Stanley-Jones 4819c97945 Add info on running a docs instance locally (#4207) 2017-08-17 14:43:41 -07:00
Trapier Marshall 66f1d5fa0c Document need for --recursive when cloning docs (#3925)
Docker docs use git submodules.  Docs on how to clone and then serve
using Jekyll should recommend `--recursive`.

Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
2017-07-24 18:38:49 -07:00
Anthony Sottile e86fd9995c Fix "Installing Ruby" link (#3860)
Not sure if this renders anywhere outside of github, but this fixes the link on https://github.com/docker/docker.github.io
2017-07-12 11:56:35 -07:00
John Mulhausen d6995e4c62 Various link/fwding fixes 2017-04-20 21:08:50 -07: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
John Mulhausen 7e99fad26f Trimming the dead branches 2017-04-10 13:05:05 -07:00
Misty Stanley-Jones 88c7b88da5 404 improvement follow-up (#2565) 2017-03-31 11:51:53 -07:00
Misty Stanley-Jones c6aca8acee Improve bootstrap tabs (#2546)
Use data-target instead of href
Move tab-syncing code into site-wide JS so everyone can use it
Add example for syncing tab groups on the same page
2017-03-30 12:57:37 -07:00
John Mulhausen f2c7b3d54b Update README.md 2017-03-23 16:25:09 -07:00
Jim Galasyn 6f6b57e216 Tweaked first sentence (#2463) 2017-03-23 16:24:05 -07:00
John Mulhausen 9c5da1d56f Clarifying the staging instructions 2017-03-22 18:24:17 -07:00
John Mulhausen 7a89ff1a20 Update README.md 2017-03-17 14:01:25 -07:00
John Mulhausen 4abca92d62 Added info about how to create tabs 2017-03-17 14:00:06 -07:00
Misty Stanley-Jones e96b5cec4a Add info about front-matter to README 2017-02-17 16:22:14 -08:00
mueller-ma 9343d2a037 escaped < so it is visible 2017-01-23 17:40:08 +01:00
Andy Yu 333fe83af9 urls (#1074)
Signed-off-by: yupengzte <yu.peng36@zte.com.cn>
2017-01-10 14:56:22 -08:00
Misty Stanley-Jones fdbb29f81a Minor whitespace fix 2016-12-19 14:23:52 -08:00
Svetlana Karslioglu c193e3c593 Added minor changes to the README.md file:
- Added a note about the nokogiri package dependencies when using
   Bundler.
 - Reorganized the whole "Use Jekyll directly" section for better
   readability.
2016-12-14 11:16:54 -08:00
Kurochan 801118b719 fix 404 at README.md (#519)
Fixes #518

Signed-off-by: kurochan <kuro@kurochan.org>
2016-11-10 11:54:47 -08:00
Misty Stanley-Jones 9f15e72e5a Add info about Netlify, convert .NOT_EDITED_HERE to YAML, other improvements (#485)
* Add info about Netlify, convert .NOT_EDITED_HERE to YAML, other misc improvements

Signed-off-by: Misty Stanley-Jones <misty@docker.com>

* Move YAML file, symlink it in the root

Signed-off-by: Misty Stanley-Jones <misty@docker.com>
2016-11-08 13:24:39 -08:00
Adrien Duermael 8fa5f3a5de absolute links to docs.docker.com are now relative links
Signed-off-by: Adrien Duermael <adrien@duermael.com>
2016-11-01 17:01:41 -07:00
John Mulhausen bbefe98a14 Update README.md 2016-10-25 10:49:07 -07:00
Carlos Alexandro Becker 72674533f8 make link a real link 2016-10-18 11:22:44 -02:00
Misty Stanley-Jones 7e032b031f Update the contribution guide for new docs processes 2016-10-12 14:16:46 -07:00
Ben Firshman 7da61ffa50
Add Compose file for development
Also fix regeneration. The starefossen/github-pages image had
--force_polling set to poll the filesystem, but this didn't
seem to work. Docker for Mac/Windows supports filesystem events,
so it now uses this instead.

Signed-off-by: Ben Firshman <ben@firshman.co.uk>
2016-10-05 19:34:31 +01:00
John Mulhausen 55e31bb0f6 Staging container fixes 2016-10-04 15:38:40 -07:00
John Mulhausen 8fc96d838f Update README.md 2016-10-04 00:44:49 -07:00
John Mulhausen 72e7523256 Update README.md 2016-10-02 13:56:28 -07:00
John Mulhausen 798359abf8 Update README.md 2016-10-02 13:54:35 -07:00
John Mulhausen 99bab305bd Removing merge detritus 2016-09-29 23:38:12 -07: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 3165f14c78 Initial import of https://github.com/docker/pinata 2016-09-29 12:11:03 -07:00
Misty Stanley-Jones 978130dcf4 Moved docs to docker-cloud 2016-09-29 11:35:02 -07:00
Misty Stanley-Jones 15efc2d851 Initial import of https://github.com/docker/cloud-docs 2016-09-29 11:31:42 -07:00
Misty Stanley-Jones 9d5e59d503 Moved engine imported docs to the engine subdirectory 2016-09-29 11:19:31 -07:00
Sebastiaan van Stijn f2fd765450
Fix dotCloud link
dotCloud no longer exists, and since this part of the
readme is refering to "where it all started", replaced
the link with an archive link around the time that
Docker was publicly announced.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2016-05-03 11:43:43 +02:00
Mary Anthony 3447847079 Removing ref to old google group; adding forum
Adding email notice
user > dev and an > a

Signed-off-by: Mary Anthony <mary@docker.com>
2016-04-20 09:34:49 -07:00
Qiang Huang ad03f920c9 Remove the tryit tutotial in README
It's no longer there.

Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>
2016-03-30 08:47:24 +08:00