Sebastiaan van Stijn
26926972ea
machine: handle indexing through config
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-21 15:32:17 +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
0bbe9c32fb
Fix various broken links
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-07 12:49:22 +02:00
Sebastiaan van Stijn
eb948508c1
various: use relative markdown links
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-23 13:03:53 +02:00
Usha Mandya
a247c105f7
Update the metadata and keywords for SEO ( #10030 )
...
Updated the metadata and keywords for seo
2019-12-13 15:27:59 +00:00
Usha Mandya
c6b99e2a53
Revert "Adding advisory warnings about docker-machine"
2019-11-19 13:52:59 +00:00
Hamilton Turner
d93df8e0f1
Adding advisory warnings about docker-machine
2019-08-11 14:33:36 -04:00
Jakob Krigovsky
2fad6265d2
Fix spelling of “DigitalOcean” ( #8938 )
...
Thanks for helping with this as well!
2019-07-10 15:07:59 -07:00
Jakob Krigovsky
5dc64eff54
Standardize “digitalocean” keyword ( #8941 )
2019-07-10 14:57:53 -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
paigehargrave
369ebf7e30
Update ocean.md
2019-02-26 08:13:31 -05:00
Jeffrey Morgan
c0656fa7fa
Rename official repos to official images
2018-11-21 15:19:50 -05: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
Rajshekhar K
3993cda5c8
Update to sample output of docker-machine ls (can't have two machines… ( #6666 )
2018-05-10 09:14:43 -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
Achilleas Pipinellis
619b920291
Do not split the content inside backticks
...
Otherwise Markdown is broken
2017-11-10 10:31:44 -08:00
Wang Jie
2fc29a2829
Update aws.md
2017-10-18 19:14:06 -07:00
Wang Jie
26f5666322
Update ocean.md
2017-10-18 19:14:06 -07:00
Gwendolynne Barr
aecc7b7886
Add --amazonec2-open-port to example and tidy page ( #4554 )
2017-09-11 17:05:23 -07:00
Victoria Bialas
a922be3d0f
Update admonitions CSS for consistency and better writer workflow ( #4019 )
2017-07-31 21:49:56 -07:00
Victoria Bialas
d1ff1576cb
Machine bash completion ( #3624 )
...
* corrected command completion URLs compose, machine plus cloud updates
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* added notes re: Cloud on Machine cloud topics
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* added notes and links re: legacy Machine swarm v. swarm mode
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* copyedit, used better punctuation
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-06-15 16:38:27 -07:00
Victoria Bialas
ab47785dc7
Machine unset env var, Cloud updates ( #3146 )
...
* added unset env instructions
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* machine env details, cloud swarm updates, copyedits
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* fix per review, add Azure to note
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-05-03 12:01:33 -07:00
jarrod.pooler
e507fa557c
adding details about port choice with AWS SG
2017-04-19 15:16:46 -05:00
Gaetan
75fe044313
fix type of keywords entry in frontmatter (in /machine/) ( #556 )
...
keywords should be a string, not an array containing one string
Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
2016-11-11 14:51:12 -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
LRubin
6976e5912c
troubleshooting kramdown issues in a real editor
...
Signed-off-by: LRubin <lrubin@docker.com>
2016-10-25 13:56:10 -07:00
LRubin
454ad15950
Three, not four spaces
2016-10-25 12:18:13 -07:00
LRubin
a73288f7c6
Fix list formatting
2016-10-25 12:14:01 -07:00
Andrew Starr-Bochicchio
3f7a061d99
Fix broken images in DigitalOcean examples. Closes : #118
2016-10-07 14:55:06 -04:00
Pascal Borreli
6cd3fe8bd2
Fixed typos
2016-09-30 01:52:12 +01: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
17f54b8475
Move machine docs to machine subdirectory
2016-09-28 20:45:49 -07:00