Commit Graph

269 Commits

Author SHA1 Message Date
Hasta Dhana a1b97cc813
Improve code formatting
- added link to docs.docker.com
- added keystrokes formatting
2021-06-29 15:47:18 +07:00
Roald Nefs 3e600d02be
fix: markdown link to ImageOptim in README.md
Fix Markdown link to ImageOptim in the Images section of the `README.md`.
2021-02-05 23:42:41 +01:00
Arijit Das 70c5520a4e
Update Readme to make changes in Copyright license 2021-01-13 14:27:04 +05:30
Sebastiaan van Stijn b1bd273751
Update README to cleanup build instructions
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-23 15:21:28 +02:00
Sebastiaan van Stijn 0790040ded
Remove unused "tree" metadata variable
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-22 17:07:51 +02:00
Sebastiaan van Stijn 03d60f916a
Replace "hide_from_sitemap" with "sitemap: false"
The `hide_from_sitemap` metadata variable was a custom thing we implemented
to add a "noindex" meta-header to pages and to exclude a page from the
search auto-complete.

However, pages with that option set would still be included in sitemap.xml,
resulting in search engines to visit those pages (only to discover they
should not index them).

This patch replaces the custom `hide_from_sitemap` value for `sitemap: false`,
which is a metadata variable that's defined by the "jekyll-sitemap" plugin
we use to generate the sitemap.xml;

https://github.com/jekyll/jekyll-sitemap/blob/v1.4.0/README.md#exclusions

Setting this variable will now:

- add a "noindex" metadata header to the page
- exclude the page from the sitemap.xml.
- exclude the page from /js/metadata.json (used for search autocomplete)

Also fixed an issue in the metadata.json where the `notoc` metadata was
used to exclude pages, however that variable is meant to disable the
in-page TOC (right-hand side navigation with anchor links).

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-21 15:09:11 +02:00
Sebastiaan van Stijn 017b8823a2
js: remove unused js/menu.js
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-14 15:00:19 +02:00
Sebastiaan van Stijn ba85012f47
Remove scripts and assets related to archives
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-06-24 13:25:58 +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
lena-larionova 55463e99ac
fixed a broken link (#9834)
Signed-off-by: Lena Larionova <lena.larionova@docker.com>
2019-11-08 14:28:02 -08:00
Dawn-Docker 3c54d2ff9c
Update toc (#9819) 2019-11-08 08:13:40 -08:00
Adrian Plata 558cabc1a6
Update README.md (#9642)
* Update README.md

Remove Extra Whitespace.

* Re-adding necessary spaces
2019-10-31 09:26:45 -07:00
Adrian Plata b3b86986d3
Re-adding necessary spaces 2019-10-31 09:02:04 -07:00
Adrian Plata 5f67c63b59
Readme change revert (#9703)
Signed-off-by: Adrian Plata <adrian.plata@docker.com>
2019-10-21 14:53:34 -07:00
Dawn-Docker 9eec718309
Gs resources (#9682)
adding resources content to get started
2019-10-18 10:22:56 -07:00
Adrian Plata 6ee2dbcade Updating metadata table
Signed-off-by: Adrian Plata <adrian.plata@docker.com>
2019-10-17 08:51:28 -07:00
Bruno Pasquini Baptista Affonso 51c63a7e7e
Update README.md
Remove Extra Whitespace.
2019-10-14 16:19:41 -03:00
Adrian Plata bb26f1570a Adding a metadata check for reading time.
Signed-off-by: Adrian Plata <adrian.plata@docker.com>
2019-10-04 14:42:44 -07:00
James George 9b5ff4f52d Update docs (#9238)
add TOC
2019-08-16 11:22:45 +01:00
Dawn W Docker f4dde18e07 branding changes
Signed-off-by: Dawn W Docker <dawn.wood@users.noreply.github.com>
2019-06-11 14:37:45 -07:00
Maria Bermudez ccbb5e2630 Revert "Revert "Merge branch 'master' of github.com:docker/docker.github.io""
This reverts commit 4b5fbbdbc9.
2019-03-08 10:53:00 -08:00
Paige Hargrave 4b5fbbdbc9 Revert "Merge branch 'master' of github.com:docker/docker.github.io"
This reverts commit 813f45bdd7, reversing
changes made to 2349c62566.
2019-02-28 13:11:13 -05:00
Maria Bermudez 7a2171cabe
Add third option to test site changes 2019-02-22 05:39:00 -08:00
Maria Bermudez 2680b26b4b
Update README.md 2019-02-13 09:55:39 -08:00
Maria Bermudez 3490e39824
Accessing unsupported documentation version
Adds an example `docker run` command for accessing older versions.
2019-02-12 17:38:18 -08:00
Maria Bermudez f5d11b5fc5
Add notice around EOL versions 2019-02-12 16:45:20 -08:00
Maria Bermudez 7b0d922200
Merge pull request #7493 from artywhite/readme-important-css-file-fix
Readme.md file css file path fix
2018-12-28 09:28:22 -08:00
Maria Bermudez 0b3b327b7f
Merge branch 'master' into patch-1 2018-12-27 10:12:49 -08:00
Maria Bermudez 5950c8bcf7
Update README.md 2018-12-27 10:11:57 -08:00
Jeffrey Morgan ca4ffb1ee2 Merge branch 'master' into consolidation-changes 2018-11-14 18:30:02 -05:00
Jeffrey Morgan d15739c5e7 Merge branch 'master' into consolidation-changes 2018-11-14 18:29:09 -05:00
Justin I. Nevill d393a90309
Merge pull request #844 from docker/beta-cleanup
Removed Beta disclaimer tags
2018-11-04 13:32:21 -05:00
Maria Bermudez d7a21d29db Merge public:master into private 2018-11-02 10:03:18 -07:00
Anne Henmi be39f4723e
Update README.md
Added back beta container disclaimer per @bermudezmt
2018-11-01 15:29:49 -06:00
Anne Henmi fdcf9a9fea Removed Beta disclaimer tags. 2018-11-01 13:05:55 -06:00
Arshad Kazmi 36da8f0103
Fixes broken link to Swarm Docs 2018-10-14 19:27:29 +05:30
artywhite 524fbd3005 Readme.md file css file path fix 2018-10-11 21:11:04 +03:00
Maria Bermudez fbc6d9b65b Add beta disclaimer to contribution guidelines 2018-10-10 09:47:57 -07: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
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