Commit Graph

23 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
Amir Keshavarz 001e083d67
Add ArvanCloud machine driver 2020-06-12 12:46:20 +04:30
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
Traci Morrison fbeceddd27 Add link to Generic drivers 2019-12-04 16:25:26 -05:00
Usha Mandya c6b99e2a53
Revert "Adding advisory warnings about docker-machine" 2019-11-19 13:52:59 +00:00
Dawn-Docker 5b918f715c
Merge pull request #9239 from hamiltont/document-machine-advisory
Adding advisory warnings about docker-machine
2019-11-18 14:22:40 -08:00
Max Schmitt f582350a34 docs: added Hetzner Cloud machine driver (#9062) 2019-08-19 15:41:03 +01: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
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
djalal bc4979f2f6
add scaleway driver for machine 2018-12-21 19:35:11 +01:00
Romain Rouvoy 8cc7d23ba4 doc: Docker driver for Grid 5000 infrastructure (#3360)
Adding a reference to a new DockerMachine driver made available for the Grid5000 computing infrastructure.
2017-06-22 15:41:41 -07:00
Victoria Bialas 5dbf9b660f added Machine overview to left-side toc (#3587)
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-06-12 22:12:45 -07:00
Victoria Bialas 2d70554f86 added link to vmwareworkstation driver (#3542)
* added link to vmwareworkstation driver

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* added unofficial, unsupported

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-06-09 09:15:56 -07: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
Gaetan 1589927ce8 fix duplicated titles having different values (#514)
Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
2016-11-10 11:57:20 -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
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