Commit Graph

28 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
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
Maria Bermudez 25441d20f5
Merge pull request #7998 from OriHoch/patch-1
Add kamatera-docker-machine-driver to the list of 3rd part machine drivers
2019-02-21 06:18:41 -08:00
Maria Bermudez c43e9a761b
Merge pull request #7001 from displague/patch-1
add Linode to AVAILABLE_DRIVER_PLUGINS.md
2019-02-21 06:15:42 -08:00
Marques Johansson be728dc094 doc: Docker driver for Linode infrastructure (#7001)
Adding a reference to a new DockerMachine driver made available for Linode infrastructure.
Adding a reference to the Linode driver on AVAILABLE_DRIVER_PLUGINS.md

Signed-off-by: Marques Johansson <marques@linode.com>
2019-01-19 12:50:00 -05:00
Ori Hoch 641733c690
Add Kamatera driver 2019-01-10 14:13:51 +02:00
Anne Henmi d02cc95e00
Merge pull request #5992 from monochromata/master
Add docker-machine-driver-hetzner
2018-11-27 09:31:35 -07:00
Maria Bermudez aaca9b83b5 Revert "Revert "Merge branch 'master' of github.com:docker/docs-private into test-branch-2""
This reverts commit 4c95d161ca.
2018-08-29 19:01:03 -07:00
Maria Bermudez 4c95d161ca Revert "Merge branch 'master' of github.com:docker/docs-private into test-branch-2"
This reverts commit af5f2fcc38, reversing
changes made to 338b690d26.
2018-08-29 18:37:44 -07:00
Maria Bermudez 840c167055 Revert "Revert "Merge branch 'master' of github.com:docker/docs-private into test-branch-2""
This reverts commit 14080c18bd.
2018-08-29 18:36:03 -07:00
Maria Bermudez 14080c18bd Revert "Merge branch 'master' of github.com:docker/docs-private into test-branch-2"
This reverts commit af5f2fcc38, reversing
changes made to 338b690d26.
2018-08-29 14:47:31 -07:00
Bogdan Despotov 62fabf592c Adding information about the CloudSigma Docker Machine driver 2018-05-15 16:52:48 -07:00
monochromata f2b111a771
Add docker-machine-driver-hetzner
Add driver for Hetzner Cloud (https://hetzner.cloud/) to list of 3rd party docker machine drivers.
2018-02-12 22:15:15 +01: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
lbogdan 136203904a machine: Fixed formatting in AVAILABLE_DRIVER_PLUGINS.md. (#3175) 2017-05-05 21:49:09 +00:00
hkawamitsu 8a4cb28030 Add NTT Communications Enterprise Cloud machine driver to the list of 3rd-party docker machine drivers (#3010)
* Add 3rd party machine driver, NTT Communications Enterprise Cloud

* fix the order of NTT Communications Enterprise Cloud driver
2017-04-29 00:31:06 +00:00
Simon Godard 72bc5e4691 Signed-off-by: Simon Godard <sgodard@cloudops.com> (#1467)
Added cloud.ca to the list of 3rd-party docker machine drivers
2017-03-21 11:57:38 -07:00
Misty Stanley-Jones fff68e259d Merge pull request #1945 from Artmann/add-glesys-driver-to-available-driver-plugins
Add GleSYS Driver to the list of available driver plugins
2017-03-09 15:32:20 -08:00
nicolaeusebi 25e5b5bdf7 update contact info 2017-02-27 12:18:10 +01:00
nicolaeusebi c9e5588f76 update contact info 2017-02-27 11:51:04 +01:00
nicolaeusebi 3d424411f2 Update AVAILABLE_DRIVER_PLUGINS.md 2017-02-27 11:49:30 +01:00
Christoffer Artmann 681a465ed6 Add GleSYS Driver to the list of available driver plugins 2017-02-23 10:43:10 +01:00
nicolaeusebi 8510611ef8 Update AVAILABLE_DRIVER_PLUGINS.md
Added Aruba Cloud Plugin
2017-02-20 10:43:54 +01:00
Aaron Welch 73a4b015c6 update contact info for packet provider driver (#861) 2016-12-14 14:12:10 -08:00
André Carvalho f458e86929 machine: add available 3rd party drivers list (#250)
* machine: add available 3rd party drivers list

This commit re-adds the deleted list of 3rd party drivers. I believe this was missed when moving the docs as this list is
referenced by other parts of the documentation.

Rename AVAILABLE_DRIVER_PLUGINS to AVAILABLE_DRIVER_PLUGINS.md

Update get-started-cloud.md

* machine: fix list of machine plugins markup
2016-11-16 15:28:02 -08: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