Commit Graph

27 Commits

Author SHA1 Message Date
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 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
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 e99406c2cd Adding advisory to additional pages 2019-08-11 15:39:51 -04:00
Maria Bermudez 6d007ada6c
Edits 2018-11-08 16:46:11 -08:00
Joffrey F 6d33979407 Update docs with latest version of docker-machine
Signed-off-by: Joffrey F <joffrey@docker.com>
2018-11-08 14:39:25 -08:00
Joffrey F 6d40a578ba Document new additions in Machine 0.14.0
Signed-off-by: Joffrey F <joffrey@docker.com>
2018-03-06 13:14:33 -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
Martijn van Calker 86fb652d05 Docs: Remove duplicated `amazonec2-userdata` flag (#5551)
* Docs: Remove duplicated `amazonec2-userdata` flag

* Docs: Remove duplicate content aws-driver/Options list

* Docs: Order list (ASC) Environment variables and default values
2017-12-21 12:07:29 -08:00
Tao Wang 18442126af Update machine drivers docs
Update Google and Rackspace default image to Ubuntu 16.04, as
docker/machine#3888 has been merged.
Add new options docs for aws, gce, rackspace and virtualbox drivers.

Signed-off-by: Tao Wang <twang2218@gmail.com>
2017-10-18 19:04:43 -07:00
Seweryn Zeman 4597965781 Update AWS AMI id for eu-central-1 (#3999)
Updated AMI identifier
2017-08-01 11:55:15 -07:00
Thomas Grainger 464b983761 Add amazonec2 commands that were missing documentation (#3589) 2017-06-26 13:29:49 -07:00
Wang Jie 2b79393e81 Update aws.md (#3320) 2017-05-23 10:10:20 -07:00
Shayne Wang 85b1bd6254 Update aws.md
Added ca-central-1 AMI ID (SOURCE: 099720109477/ubuntu/images/hvm-ssd/ubuntu-xenial-16.04-amd64-server-20161013), changed Ubuntu version to 16.04 LTS

Signed-off-by: Shayne Wang <shaynexwang@gmail.com>
2016-12-12 10:54:11 -08: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
Victoria Bialas 08d35416c9 Revert "Doc change to support custom userdata option for docker-machine AWS driver" 2016-10-26 14:23:25 -07:00
Victoria Bialas 2ab7fa3aff Revert "Merge pull request #36 from mrburrito/aws-iam-roles"
This reverts commit 82d9ab91b2, reversing
changes made to c1188953ba.
2016-10-05 12:52:04 -07:00
Victoria Bialas 82d9ab91b2 Merge pull request #36 from mrburrito/aws-iam-roles
Doc update to support standard AWS credential loading.
2016-10-04 15:41:45 -07:00
Gordon Shankman a9b79591cf Migrating docs changes from machine PR https://github.com/docker/machine/pull/3779
Signed-off-by: Gordon Shankman <gshankman@gmail.com>
2016-10-04 17:05:20 -04:00
Gordon Shankman f590974263 Docs changes from machine PR https://github.com/docker/machine/pull/3799
Signed-off-by: Gordon Shankman <gshankman@gmail.com>
2016-10-04 16:59:58 -04: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