Commit Graph

291 Commits

Author SHA1 Message Date
David Karlsson
a7f96a34f3 chore: update copyright year to 2025
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-01-09 13:17:46 +01:00
Ilia Grigoriev
89d29a548f docs: update copyright year and clarify tty in compose services reference:: (#20276) 2024-06-25 08:24:29 +01:00
David Karlsson
49f14f795c chore: update contribution guidelines
Moves most of the contribution guidelines to the well-known
CONTRIBUTING.md file

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-12-01 14:14:56 +01:00
Timo Stark
3ee4f44753 Fixed referencing to the wrong brach /s/master/main (#18776)
Signed-off-by: Timo Stark <tippexs91@googlemail.com>
2023-11-24 09:11:50 +00:00
0xrahul6
8d25493135 Chore: fix typos (#18474)
* Chore: fix typos

* Update README.md
2023-10-20 09:41:19 +01:00
CrazyMax
4a62ab1e25 chore: fix readme
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2023-08-24 10:35:02 +02:00
Satyam Singh
aff9aba0c2 Added link to the docs.docker.com text (#17056)
Added link to the docs.docker.com text which will now redirect to the docs.docker.com
2023-04-07 08:37:34 -07:00
Satyam Singh
0411616bcb Added link to the Apache 2.0 License (#17039)
Now the Apache 2.0 License redirects to the Apache 2.0 license. It would be convenient for the user to get to the license with a single click.
2023-04-05 11:59:30 -07:00
Shubham Kshetre
832d5c2de0 Docker Community Slack joining URL (#17020)
Docker Community Slack URL for joining the community accepts email address only with docker.com and jackmorton.com these domains. I got a link which works perfectly for other email addresses also.
2023-04-03 08:02:06 -07:00
Chris Chinchilla
38d21e6009 Improve read me feedback details 2023-03-01 13:19:28 +01:00
Chris Chinchilla
b59cc13fae Replace broken image 2023-02-27 12:28:47 +01:00
David Karlsson
a47d100bbd chore: update copyright year in README.md 2023-01-04 17:10:02 +01:00
David Karlsson
8a573afc1e fix: broken link to contribution guideline (#15795) 2022-09-30 15:52:44 +02:00
CrazyMax
50e58154c8 readme: fix image link
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-09-29 16:22:23 +02:00
Nitish Kumar
f4645a55e8 README.md file modified (#15605) 2022-09-13 13:09:44 +01:00
Allie Sadler
5291295d0d Addition of a 'Contribute' section with our Style Guide (#15350)
* SG test.

* moved some content around

* editing

* broken links fix

* formatting changes

* fixes

* fixes

* edits after review

* fix broken links

* broken link fix

* a few more edits

* removed contributing page

* Revert "removed contributing page"

This reverts commit 5822cd516b.

* add redirect
2022-09-05 10:23:29 +01:00
Usha Mandya
eeca4fbdd1 Update copyright year
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2022-02-02 18:46:44 +00:00
Usha Mandya
67a6194283 Address review comments, wrap text to 80 chars
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-12-09 14:13:17 +00:00
Usha Mandya
71dd82c89f Address review comments
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-12-08 23:17:59 +00:00
Usha Mandya
4fd8ea0e3e Minor update to readme 2021-11-30 12:04:19 +00:00
Usha Mandya
3defb195b7 readme
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-11-30 11:30:08 +00:00
Usha Mandya
5a639441ff Update the readme file
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-11-30 11:20:35 +00:00
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