From 03d60f916a1254b2f6b1576f02732ebd4587987b Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 21 Oct 2020 13:34:10 +0200 Subject: [PATCH 1/8] 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 --- 404.md | 1 + README.md | 3 ++- _config.yml | 4 ++-- _config_authoring.yml | 4 ++-- _includes/head.html | 4 ++-- _samples/library/adminer.md | 2 +- _samples/library/adoptopenjdk.md | 2 +- _samples/library/aerospike.md | 2 +- _samples/library/alpine.md | 2 +- _samples/library/alt.md | 2 +- _samples/library/amazoncorretto.md | 2 +- _samples/library/amazonlinux.md | 2 +- _samples/library/arangodb.md | 2 +- _samples/library/backdrop.md | 2 +- _samples/library/bash.md | 2 +- _samples/library/bonita.md | 2 +- _samples/library/buildpack-deps.md | 2 +- _samples/library/busybox.md | 2 +- _samples/library/cassandra.md | 2 +- _samples/library/centos.md | 2 +- _samples/library/chronograf.md | 2 +- _samples/library/cirros.md | 2 +- _samples/library/clearlinux.md | 2 +- _samples/library/clefos.md | 2 +- _samples/library/clojure.md | 2 +- _samples/library/composer.md | 2 +- _samples/library/consul.md | 2 +- _samples/library/convertigo.md | 2 +- _samples/library/couchbase.md | 2 +- _samples/library/couchdb.md | 2 +- _samples/library/crate.md | 2 +- _samples/library/crux.md | 2 +- _samples/library/debian.md | 2 +- _samples/library/docker.md | 2 +- _samples/library/drupal.md | 2 +- _samples/library/eclipse-mosquitto.md | 2 +- _samples/library/eggdrop.md | 2 +- _samples/library/elasticsearch.md | 2 +- _samples/library/elixir.md | 2 +- _samples/library/erlang.md | 2 +- _samples/library/euleros.md | 2 +- _samples/library/express-gateway.md | 2 +- _samples/library/fedora.md | 2 +- _samples/library/flink.md | 2 +- _samples/library/fluentd.md | 2 +- _samples/library/fsharp.md | 2 +- _samples/library/gazebo.md | 2 +- _samples/library/gcc.md | 2 +- _samples/library/geonetwork.md | 2 +- _samples/library/ghost.md | 2 +- _samples/library/golang.md | 2 +- _samples/library/gradle.md | 2 +- _samples/library/groovy.md | 2 +- _samples/library/haproxy.md | 2 +- _samples/library/haskell.md | 2 +- _samples/library/haxe.md | 2 +- _samples/library/hello-world.md | 2 +- _samples/library/httpd.md | 2 +- _samples/library/hylang.md | 2 +- _samples/library/ibmjava.md | 2 +- _samples/library/influxdb.md | 2 +- _samples/library/irssi.md | 2 +- _samples/library/jetty.md | 2 +- _samples/library/jobber.md | 2 +- _samples/library/joomla.md | 2 +- _samples/library/jruby.md | 2 +- _samples/library/julia.md | 2 +- _samples/library/kaazing-gateway.md | 2 +- _samples/library/kapacitor.md | 2 +- _samples/library/kibana.md | 2 +- _samples/library/known.md | 2 +- _samples/library/kong.md | 2 +- _samples/library/lightstreamer.md | 2 +- _samples/library/logstash.md | 2 +- _samples/library/mageia.md | 2 +- _samples/library/mariadb.md | 2 +- _samples/library/matomo.md | 2 +- _samples/library/maven.md | 2 +- _samples/library/mediawiki.md | 2 +- _samples/library/memcached.md | 2 +- _samples/library/mongo-express.md | 2 +- _samples/library/mongo.md | 2 +- _samples/library/mono.md | 2 +- _samples/library/mysql.md | 2 +- _samples/library/nats-streaming.md | 2 +- _samples/library/nats.md | 2 +- _samples/library/neo4j.md | 2 +- _samples/library/neurodebian.md | 2 +- _samples/library/nextcloud.md | 2 +- _samples/library/nginx.md | 2 +- _samples/library/node.md | 2 +- _samples/library/notary.md | 2 +- _samples/library/nuxeo.md | 2 +- _samples/library/odoo.md | 2 +- _samples/library/open-liberty.md | 2 +- _samples/library/openjdk.md | 2 +- _samples/library/opensuse.md | 2 +- _samples/library/oraclelinux.md | 2 +- _samples/library/orientdb.md | 2 +- _samples/library/percona.md | 2 +- _samples/library/perl.md | 2 +- _samples/library/photon.md | 2 +- _samples/library/php-zendserver.md | 2 +- _samples/library/php.md | 2 +- _samples/library/plone.md | 2 +- _samples/library/postfixadmin.md | 2 +- _samples/library/postgres.md | 2 +- _samples/library/pypy.md | 2 +- _samples/library/python.md | 2 +- _samples/library/r-base.md | 2 +- _samples/library/rabbitmq.md | 2 +- _samples/library/rakudo-star.md | 2 +- _samples/library/rapidoid.md | 2 +- _samples/library/redis.md | 2 +- _samples/library/redmine.md | 2 +- _samples/library/registry.md | 2 +- _samples/library/rethinkdb.md | 2 +- _samples/library/rocket.chat.md | 2 +- _samples/library/ros.md | 2 +- _samples/library/ruby.md | 2 +- _samples/library/rust.md | 2 +- _samples/library/sapmachine.md | 2 +- _samples/library/scratch.md | 2 +- _samples/library/sentry.md | 2 +- _samples/library/silverpeas.md | 2 +- _samples/library/sl.md | 2 +- _samples/library/solr.md | 2 +- _samples/library/sonarqube.md | 2 +- _samples/library/sourcemage.md | 2 +- _samples/library/spiped.md | 2 +- _samples/library/storm.md | 2 +- _samples/library/swarm.md | 2 +- _samples/library/swift.md | 2 +- _samples/library/swipl.md | 2 +- _samples/library/teamspeak.md | 2 +- _samples/library/telegraf.md | 2 +- _samples/library/thrift.md | 2 +- _samples/library/tomcat.md | 2 +- _samples/library/tomee.md | 2 +- _samples/library/traefik.md | 2 +- _samples/library/ubuntu.md | 2 +- _samples/library/varnish.md | 2 +- _samples/library/vault.md | 2 +- _samples/library/websphere-liberty.md | 2 +- _samples/library/wordpress.md | 2 +- _samples/library/xwiki.md | 2 +- _samples/library/yourls.md | 2 +- _samples/library/znc.md | 2 +- _samples/library/zookeeper.md | 2 +- components.md | 2 +- compose/compose-file/compose-file-v1.md | 2 +- docker-for-windows/docker-toolbox.md | 2 +- js/metadata.json | 2 +- machine/AVAILABLE_DRIVER_PLUGINS.md | 2 +- machine/drivers/aws.md | 2 +- machine/drivers/azure.md | 2 +- machine/drivers/digital-ocean.md | 2 +- machine/drivers/exoscale.md | 2 +- machine/drivers/gce.md | 2 +- machine/drivers/generic.md | 2 +- machine/drivers/hyper-v.md | 2 +- machine/drivers/index.md | 2 +- machine/drivers/linode.md | 2 +- machine/drivers/openstack.md | 2 +- machine/drivers/os-base.md | 2 +- machine/drivers/rackspace.md | 2 +- machine/drivers/soft-layer.md | 2 +- machine/drivers/virtualbox.md | 2 +- machine/drivers/vm-cloud.md | 2 +- machine/drivers/vm-fusion.md | 2 +- machine/drivers/vsphere.md | 2 +- machine/examples/aws.md | 2 +- machine/examples/index.md | 2 +- machine/examples/ocean.md | 2 +- machine/get-started-cloud.md | 2 +- machine/get-started.md | 2 +- machine/index.md | 2 +- machine/install-machine.md | 2 +- machine/migrate-to-machine.md | 2 +- machine/overview.md | 2 +- machine/reference/active.md | 2 +- machine/reference/config.md | 2 +- machine/reference/env.md | 2 +- machine/reference/help.md | 2 +- machine/reference/index.md | 2 +- machine/reference/inspect.md | 2 +- machine/reference/ip.md | 2 +- machine/reference/kill.md | 2 +- machine/reference/ls.md | 2 +- machine/reference/mount.md | 2 +- machine/reference/provision.md | 2 +- machine/reference/regenerate-certs.md | 2 +- machine/reference/restart.md | 2 +- machine/reference/rm.md | 2 +- machine/reference/scp.md | 2 +- machine/reference/ssh.md | 2 +- machine/reference/start.md | 2 +- machine/reference/status.md | 2 +- machine/reference/stop.md | 2 +- machine/reference/upgrade.md | 2 +- machine/reference/url.md | 2 +- test.md | 2 +- 202 files changed, 206 insertions(+), 204 deletions(-) diff --git a/404.md b/404.md index 982fea4b74..a668cc2037 100644 --- a/404.md +++ b/404.md @@ -3,6 +3,7 @@ title: "Sorry, we can't find that page" permalink: /404.html noratings: true notoc: true +sitemap: false skip_read_time: true --- diff --git a/README.md b/README.md index 48e5dd96ab..a5f75241d9 100644 --- a/README.md +++ b/README.md @@ -217,7 +217,8 @@ following keys are supported. The title, description, and keywords are required. | toc_max | no | Ignored if `notoc` is set to `false`. The maximum heading level included in the in-page TOC. Defaults to `3`, to show `

` headings. Set to the same as `toc_min` to only show `toc_min` level of headings. | | tree | no | Either `true` or `false`. Set to `false` to disable the left-hand site-wide navigation for this page. Appropriate for some pages like the search page or the 404 page. | | no_ratings | no | Either `true` or `false`. Set to `true` to disable the page-ratings applet for this page. Defaults to `false`. | -| skip_read_time | no | Set to `true` to disable the 'Estimated reading time' banner for this page. | +| skip_read_time | no | Set to `true` to disable the 'Estimated reading time' banner for this page. | +| sitemap | no | Exclude the page from indexing by search engines. When set to `false`, the page is excluded from `sitemap.xml`, and a `` header is added to the page. | The following is an example of valid (but contrived) page metadata. The order of the metadata elements in the front-matter is not important. diff --git a/_config.yml b/_config.yml index 3b3e91ca82..d5b2aa7598 100644 --- a/_config.yml +++ b/_config.yml @@ -97,12 +97,12 @@ defaults: - scope: path: "datacenter" values: - hide_from_sitemap: true + sitemap: false title: Docker Enterprise moved to Mirantis - scope: path: "ee" values: - hide_from_sitemap: true + sitemap: false title: Docker Enterprise moved to Mirantis # Assets diff --git a/_config_authoring.yml b/_config_authoring.yml index 61a97e6137..f75b0d397f 100644 --- a/_config_authoring.yml +++ b/_config_authoring.yml @@ -94,12 +94,12 @@ defaults: - scope: path: "datacenter" values: - hide_from_sitemap: true + sitemap: false title: Docker Enterprise moved to Mirantis - scope: path: "ee" values: - hide_from_sitemap: true + sitemap: false title: Docker Enterprise moved to Mirantis # Assets diff --git a/_includes/head.html b/_includes/head.html index f2aae70083..1088440d00 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -26,10 +26,10 @@ {%- endif -%} - {%- if site.google_analytics != '' -%}{%- include analytics/google_analytics.html GOOGLE_ID=site.google_analytics -%}{%- endif -%} - {%- if page.hide_from_sitemap or site.GH_ENV == "gh_pages" %} + {%- if page.sitemap == false or site.GH_ENV == "gh_pages" %} {%- endif %} + {%- if site.google_analytics != '' -%}{%- include analytics/google_analytics.html GOOGLE_ID=site.google_analytics -%}{%- endif -%} {{ page.title | default: page_title }} | Docker Documentation diff --git a/_samples/library/adminer.md b/_samples/library/adminer.md index 455b960e85..3ba1337b7b 100644 --- a/_samples/library/adminer.md +++ b/_samples/library/adminer.md @@ -4,7 +4,7 @@ keywords: library, sample, adminer repo: adminer layout: docs permalink: /samples/library/adminer/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/adminer/ description: | diff --git a/_samples/library/adoptopenjdk.md b/_samples/library/adoptopenjdk.md index 202df22bdd..88a7156699 100644 --- a/_samples/library/adoptopenjdk.md +++ b/_samples/library/adoptopenjdk.md @@ -4,7 +4,7 @@ keywords: library, sample, adoptopenjdk repo: adoptopenjdk layout: docs permalink: /samples/library/adoptopenjdk/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/adoptopenjdk/ description: | diff --git a/_samples/library/aerospike.md b/_samples/library/aerospike.md index ee7116d646..379adcbc63 100644 --- a/_samples/library/aerospike.md +++ b/_samples/library/aerospike.md @@ -4,7 +4,7 @@ keywords: library, sample, aerospike repo: aerospike layout: docs permalink: /samples/library/aerospike/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/aerospike/ description: | diff --git a/_samples/library/alpine.md b/_samples/library/alpine.md index 67b74254ff..5320b03fe9 100644 --- a/_samples/library/alpine.md +++ b/_samples/library/alpine.md @@ -4,7 +4,7 @@ keywords: library, sample, alpine repo: alpine layout: docs permalink: /samples/library/alpine/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/alpine/ description: | diff --git a/_samples/library/alt.md b/_samples/library/alt.md index 9f65a55d28..8c9ef9e9c3 100644 --- a/_samples/library/alt.md +++ b/_samples/library/alt.md @@ -4,7 +4,7 @@ keywords: library, sample, alt repo: alt layout: docs permalink: /samples/library/alt/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/alt/ description: | diff --git a/_samples/library/amazoncorretto.md b/_samples/library/amazoncorretto.md index 0ab0da3f58..0917943b57 100644 --- a/_samples/library/amazoncorretto.md +++ b/_samples/library/amazoncorretto.md @@ -4,7 +4,7 @@ keywords: library, sample, amazoncorretto repo: amazoncorretto layout: docs permalink: /samples/library/amazoncorretto/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/amazoncorretto/ description: | diff --git a/_samples/library/amazonlinux.md b/_samples/library/amazonlinux.md index 6f6e183e0c..de3ac689be 100644 --- a/_samples/library/amazonlinux.md +++ b/_samples/library/amazonlinux.md @@ -4,7 +4,7 @@ keywords: library, sample, amazonlinux repo: amazonlinux layout: docs permalink: /samples/library/amazonlinux/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/amazonlinux/ description: | diff --git a/_samples/library/arangodb.md b/_samples/library/arangodb.md index 96fb9f035a..c240a38bb3 100644 --- a/_samples/library/arangodb.md +++ b/_samples/library/arangodb.md @@ -4,7 +4,7 @@ keywords: library, sample, arangodb repo: arangodb layout: docs permalink: /samples/library/arangodb/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/arangodb/ description: | diff --git a/_samples/library/backdrop.md b/_samples/library/backdrop.md index 6b300d4d17..f02305213d 100644 --- a/_samples/library/backdrop.md +++ b/_samples/library/backdrop.md @@ -4,7 +4,7 @@ keywords: library, sample, backdrop repo: backdrop layout: docs permalink: /samples/library/backdrop/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/backdrop/ description: | diff --git a/_samples/library/bash.md b/_samples/library/bash.md index 198ba21417..c81580b5c1 100644 --- a/_samples/library/bash.md +++ b/_samples/library/bash.md @@ -4,7 +4,7 @@ keywords: library, sample, bash repo: bash layout: docs permalink: /samples/library/bash/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/bash/ description: | diff --git a/_samples/library/bonita.md b/_samples/library/bonita.md index 5b017efbb0..6c56b485ab 100644 --- a/_samples/library/bonita.md +++ b/_samples/library/bonita.md @@ -4,7 +4,7 @@ keywords: library, sample, bonita repo: bonita layout: docs permalink: /samples/library/bonita/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/bonita/ description: | diff --git a/_samples/library/buildpack-deps.md b/_samples/library/buildpack-deps.md index b71e3c4524..1fb8320c11 100644 --- a/_samples/library/buildpack-deps.md +++ b/_samples/library/buildpack-deps.md @@ -4,7 +4,7 @@ keywords: library, sample, buildpack-deps repo: buildpack-deps layout: docs permalink: /samples/library/buildpack-deps/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/buildpack-deps/ description: | diff --git a/_samples/library/busybox.md b/_samples/library/busybox.md index 4e5e470986..ce5bcf68b6 100644 --- a/_samples/library/busybox.md +++ b/_samples/library/busybox.md @@ -4,7 +4,7 @@ keywords: library, sample, busybox repo: busybox layout: docs permalink: /samples/library/busybox/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/busybox/ description: | diff --git a/_samples/library/cassandra.md b/_samples/library/cassandra.md index 2c3dcdb139..8309422cc8 100644 --- a/_samples/library/cassandra.md +++ b/_samples/library/cassandra.md @@ -4,7 +4,7 @@ keywords: library, sample, cassandra repo: cassandra layout: docs permalink: /samples/library/cassandra/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/cassandra/ description: | diff --git a/_samples/library/centos.md b/_samples/library/centos.md index 2b9da892bf..e04d688184 100644 --- a/_samples/library/centos.md +++ b/_samples/library/centos.md @@ -4,7 +4,7 @@ keywords: library, sample, centos repo: centos layout: docs permalink: /samples/library/centos/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/centos/ description: | diff --git a/_samples/library/chronograf.md b/_samples/library/chronograf.md index 0da113f4e1..c5b927aada 100644 --- a/_samples/library/chronograf.md +++ b/_samples/library/chronograf.md @@ -4,7 +4,7 @@ keywords: library, sample, chronograf repo: chronograf layout: docs permalink: /samples/library/chronograf/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/chronograf/ description: | diff --git a/_samples/library/cirros.md b/_samples/library/cirros.md index 6db78ab6aa..bdfaeebd0a 100644 --- a/_samples/library/cirros.md +++ b/_samples/library/cirros.md @@ -4,7 +4,7 @@ keywords: library, sample, cirros repo: cirros layout: docs permalink: /samples/library/cirros/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/cirros/ description: | diff --git a/_samples/library/clearlinux.md b/_samples/library/clearlinux.md index f05ba78804..7490927039 100644 --- a/_samples/library/clearlinux.md +++ b/_samples/library/clearlinux.md @@ -4,7 +4,7 @@ keywords: library, sample, clearlinux repo: clearlinux layout: docs permalink: /samples/library/clearlinux/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/clearlinux/ description: | diff --git a/_samples/library/clefos.md b/_samples/library/clefos.md index 308c8e2b97..6ce967f5ad 100644 --- a/_samples/library/clefos.md +++ b/_samples/library/clefos.md @@ -4,7 +4,7 @@ keywords: library, sample, clefos repo: clefos layout: docs permalink: /samples/library/clefos/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/clefos/ description: | diff --git a/_samples/library/clojure.md b/_samples/library/clojure.md index 90211880c3..0b06b2ff28 100644 --- a/_samples/library/clojure.md +++ b/_samples/library/clojure.md @@ -4,7 +4,7 @@ keywords: library, sample, clojure repo: clojure layout: docs permalink: /samples/library/clojure/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/clojure/ description: | diff --git a/_samples/library/composer.md b/_samples/library/composer.md index 2044bf062f..04c43f478a 100644 --- a/_samples/library/composer.md +++ b/_samples/library/composer.md @@ -4,7 +4,7 @@ keywords: library, sample, composer repo: composer layout: docs permalink: /samples/library/composer/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/composer/ description: | diff --git a/_samples/library/consul.md b/_samples/library/consul.md index e5c62fc8ca..ab1cd0484d 100644 --- a/_samples/library/consul.md +++ b/_samples/library/consul.md @@ -4,7 +4,7 @@ keywords: library, sample, consul repo: consul layout: docs permalink: /samples/library/consul/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/consul/ description: | diff --git a/_samples/library/convertigo.md b/_samples/library/convertigo.md index c596267ada..97c4873be3 100644 --- a/_samples/library/convertigo.md +++ b/_samples/library/convertigo.md @@ -4,7 +4,7 @@ keywords: library, sample, convertigo repo: convertigo layout: docs permalink: /samples/library/convertigo/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/convertigo/ description: | diff --git a/_samples/library/couchbase.md b/_samples/library/couchbase.md index 9d11b59ca4..93d18e58f0 100644 --- a/_samples/library/couchbase.md +++ b/_samples/library/couchbase.md @@ -4,7 +4,7 @@ keywords: library, sample, couchbase repo: couchbase layout: docs permalink: /samples/library/couchbase/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/couchbase/ description: | diff --git a/_samples/library/couchdb.md b/_samples/library/couchdb.md index 92a5588c4e..b5dfbb418c 100644 --- a/_samples/library/couchdb.md +++ b/_samples/library/couchdb.md @@ -4,7 +4,7 @@ keywords: library, sample, couchdb repo: couchdb layout: docs permalink: /samples/library/couchdb/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/couchdb/ description: | diff --git a/_samples/library/crate.md b/_samples/library/crate.md index 5309663a00..974505be1d 100644 --- a/_samples/library/crate.md +++ b/_samples/library/crate.md @@ -4,7 +4,7 @@ keywords: library, sample, crate repo: crate layout: docs permalink: /samples/library/crate/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/crate/ description: | diff --git a/_samples/library/crux.md b/_samples/library/crux.md index 80ff8ec52a..1c39cd578a 100644 --- a/_samples/library/crux.md +++ b/_samples/library/crux.md @@ -4,7 +4,7 @@ keywords: library, sample, crux repo: crux layout: docs permalink: /samples/library/crux/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/crux/ description: | diff --git a/_samples/library/debian.md b/_samples/library/debian.md index 9c6233e7bb..daefad0351 100644 --- a/_samples/library/debian.md +++ b/_samples/library/debian.md @@ -4,7 +4,7 @@ keywords: library, sample, debian repo: debian layout: docs permalink: /samples/library/debian/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/debian/ description: | diff --git a/_samples/library/docker.md b/_samples/library/docker.md index 8cba9f19dc..534205868e 100644 --- a/_samples/library/docker.md +++ b/_samples/library/docker.md @@ -4,7 +4,7 @@ keywords: library, sample, docker repo: docker layout: docs permalink: /samples/library/docker/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/docker/ description: | diff --git a/_samples/library/drupal.md b/_samples/library/drupal.md index becf5db5dc..fdf8c915a4 100644 --- a/_samples/library/drupal.md +++ b/_samples/library/drupal.md @@ -4,7 +4,7 @@ keywords: library, sample, drupal repo: drupal layout: docs permalink: /samples/library/drupal/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/drupal/ description: | diff --git a/_samples/library/eclipse-mosquitto.md b/_samples/library/eclipse-mosquitto.md index 6ce7d1caec..587af16443 100644 --- a/_samples/library/eclipse-mosquitto.md +++ b/_samples/library/eclipse-mosquitto.md @@ -4,7 +4,7 @@ keywords: library, sample, eclipse-mosquitto repo: eclipse-mosquitto layout: docs permalink: /samples/library/eclipse-mosquitto/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/eclipse-mosquitto/ description: | diff --git a/_samples/library/eggdrop.md b/_samples/library/eggdrop.md index 2f44f6ed71..6d64e261f9 100644 --- a/_samples/library/eggdrop.md +++ b/_samples/library/eggdrop.md @@ -4,7 +4,7 @@ keywords: library, sample, eggdrop repo: eggdrop layout: docs permalink: /samples/library/eggdrop/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/eggdrop/ description: | diff --git a/_samples/library/elasticsearch.md b/_samples/library/elasticsearch.md index 55e6a23c9d..5f27ceda34 100644 --- a/_samples/library/elasticsearch.md +++ b/_samples/library/elasticsearch.md @@ -4,7 +4,7 @@ keywords: library, sample, elasticsearch repo: elasticsearch layout: docs permalink: /samples/library/elasticsearch/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/elasticsearch/ description: | diff --git a/_samples/library/elixir.md b/_samples/library/elixir.md index 98b6359f58..780e103f25 100644 --- a/_samples/library/elixir.md +++ b/_samples/library/elixir.md @@ -4,7 +4,7 @@ keywords: library, sample, elixir repo: elixir layout: docs permalink: /samples/library/elixir/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/elixir/ description: | diff --git a/_samples/library/erlang.md b/_samples/library/erlang.md index 44ae46541d..66644b4f34 100644 --- a/_samples/library/erlang.md +++ b/_samples/library/erlang.md @@ -4,7 +4,7 @@ keywords: library, sample, erlang repo: erlang layout: docs permalink: /samples/library/erlang/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/erlang/ description: | diff --git a/_samples/library/euleros.md b/_samples/library/euleros.md index d7f559b59c..4675c894bf 100644 --- a/_samples/library/euleros.md +++ b/_samples/library/euleros.md @@ -4,7 +4,7 @@ keywords: library, sample, euleros repo: euleros layout: docs permalink: /samples/library/euleros/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/euleros/ description: | diff --git a/_samples/library/express-gateway.md b/_samples/library/express-gateway.md index a4fabb4128..f7d0d49adc 100644 --- a/_samples/library/express-gateway.md +++ b/_samples/library/express-gateway.md @@ -4,7 +4,7 @@ keywords: library, sample, express-gateway repo: express-gateway layout: docs permalink: /samples/library/express-gateway/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/express-gateway/ description: | diff --git a/_samples/library/fedora.md b/_samples/library/fedora.md index e102151cb9..5f7241f8d6 100644 --- a/_samples/library/fedora.md +++ b/_samples/library/fedora.md @@ -4,7 +4,7 @@ keywords: library, sample, fedora repo: fedora layout: docs permalink: /samples/library/fedora/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/fedora/ description: | diff --git a/_samples/library/flink.md b/_samples/library/flink.md index a18920ffe5..19037734cf 100644 --- a/_samples/library/flink.md +++ b/_samples/library/flink.md @@ -4,7 +4,7 @@ keywords: library, sample, flink repo: flink layout: docs permalink: /samples/library/flink/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/flink/ description: | diff --git a/_samples/library/fluentd.md b/_samples/library/fluentd.md index 5bd8336b5c..a132ad2c8c 100644 --- a/_samples/library/fluentd.md +++ b/_samples/library/fluentd.md @@ -4,7 +4,7 @@ keywords: library, sample, fluentd repo: fluentd layout: docs permalink: /samples/library/fluentd/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/fluentd/ description: | diff --git a/_samples/library/fsharp.md b/_samples/library/fsharp.md index c3cc125217..1bd2fd926a 100644 --- a/_samples/library/fsharp.md +++ b/_samples/library/fsharp.md @@ -4,7 +4,7 @@ keywords: library, sample, fsharp repo: fsharp layout: docs permalink: /samples/library/fsharp/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/fsharp/ description: | diff --git a/_samples/library/gazebo.md b/_samples/library/gazebo.md index c51e19f0f1..2120605be3 100644 --- a/_samples/library/gazebo.md +++ b/_samples/library/gazebo.md @@ -4,7 +4,7 @@ keywords: library, sample, gazebo repo: gazebo layout: docs permalink: /samples/library/gazebo/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/gazebo/ description: | diff --git a/_samples/library/gcc.md b/_samples/library/gcc.md index 8b611bae29..d03a35b654 100644 --- a/_samples/library/gcc.md +++ b/_samples/library/gcc.md @@ -4,7 +4,7 @@ keywords: library, sample, gcc repo: gcc layout: docs permalink: /samples/library/gcc/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/gcc/ description: | diff --git a/_samples/library/geonetwork.md b/_samples/library/geonetwork.md index c430e18348..c599a92459 100644 --- a/_samples/library/geonetwork.md +++ b/_samples/library/geonetwork.md @@ -4,7 +4,7 @@ keywords: library, sample, geonetwork repo: geonetwork layout: docs permalink: /samples/library/geonetwork/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/geonetwork/ description: | diff --git a/_samples/library/ghost.md b/_samples/library/ghost.md index 81f6b1f32b..eb13064bcd 100644 --- a/_samples/library/ghost.md +++ b/_samples/library/ghost.md @@ -4,7 +4,7 @@ keywords: library, sample, ghost repo: ghost layout: docs permalink: /samples/library/ghost/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/ghost/ description: | diff --git a/_samples/library/golang.md b/_samples/library/golang.md index 678abd669e..68a0d5e51f 100644 --- a/_samples/library/golang.md +++ b/_samples/library/golang.md @@ -4,7 +4,7 @@ keywords: library, sample, golang repo: golang layout: docs permalink: /samples/library/golang/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/golang/ description: | diff --git a/_samples/library/gradle.md b/_samples/library/gradle.md index 790c8948fe..a643ef9755 100644 --- a/_samples/library/gradle.md +++ b/_samples/library/gradle.md @@ -4,7 +4,7 @@ keywords: library, sample, gradle repo: gradle layout: docs permalink: /samples/library/gradle/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/gradle/ description: | diff --git a/_samples/library/groovy.md b/_samples/library/groovy.md index 4f017844a6..a5bff9e580 100644 --- a/_samples/library/groovy.md +++ b/_samples/library/groovy.md @@ -4,7 +4,7 @@ keywords: library, sample, groovy repo: groovy layout: docs permalink: /samples/library/groovy/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/groovy/ description: | diff --git a/_samples/library/haproxy.md b/_samples/library/haproxy.md index ff24752d85..57b3acaea0 100644 --- a/_samples/library/haproxy.md +++ b/_samples/library/haproxy.md @@ -4,7 +4,7 @@ keywords: library, sample, haproxy repo: haproxy layout: docs permalink: /samples/library/haproxy/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/haproxy/ description: | diff --git a/_samples/library/haskell.md b/_samples/library/haskell.md index b463368f4c..50dcc90b03 100644 --- a/_samples/library/haskell.md +++ b/_samples/library/haskell.md @@ -4,7 +4,7 @@ keywords: library, sample, haskell repo: haskell layout: docs permalink: /samples/library/haskell/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/haskell/ description: | diff --git a/_samples/library/haxe.md b/_samples/library/haxe.md index fcb52ed821..d795e64b0b 100644 --- a/_samples/library/haxe.md +++ b/_samples/library/haxe.md @@ -4,7 +4,7 @@ keywords: library, sample, haxe repo: haxe layout: docs permalink: /samples/library/haxe/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/haxe/ description: | diff --git a/_samples/library/hello-world.md b/_samples/library/hello-world.md index c67af3b609..d7e367f2a3 100644 --- a/_samples/library/hello-world.md +++ b/_samples/library/hello-world.md @@ -4,7 +4,7 @@ keywords: library, sample, hello-world repo: hello-world layout: docs permalink: /samples/library/hello-world/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/hello-world/ description: | diff --git a/_samples/library/httpd.md b/_samples/library/httpd.md index 1f42647f57..49eb5cce6e 100644 --- a/_samples/library/httpd.md +++ b/_samples/library/httpd.md @@ -4,7 +4,7 @@ keywords: library, sample, httpd repo: httpd layout: docs permalink: /samples/library/httpd/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/httpd/ description: | diff --git a/_samples/library/hylang.md b/_samples/library/hylang.md index 5d65275a17..4f5832dbc1 100644 --- a/_samples/library/hylang.md +++ b/_samples/library/hylang.md @@ -4,7 +4,7 @@ keywords: library, sample, hylang repo: hylang layout: docs permalink: /samples/library/hylang/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/hylang/ description: | diff --git a/_samples/library/ibmjava.md b/_samples/library/ibmjava.md index 0a2cc12006..ef571d4961 100644 --- a/_samples/library/ibmjava.md +++ b/_samples/library/ibmjava.md @@ -4,7 +4,7 @@ keywords: library, sample, ibmjava repo: ibmjava layout: docs permalink: /samples/library/ibmjava/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/ibmjava/ description: | diff --git a/_samples/library/influxdb.md b/_samples/library/influxdb.md index 5197507b16..9fdd700e0d 100644 --- a/_samples/library/influxdb.md +++ b/_samples/library/influxdb.md @@ -4,7 +4,7 @@ keywords: library, sample, influxdb repo: influxdb layout: docs permalink: /samples/library/influxdb/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/influxdb/ description: | diff --git a/_samples/library/irssi.md b/_samples/library/irssi.md index 27e15a4eb3..587a691b13 100644 --- a/_samples/library/irssi.md +++ b/_samples/library/irssi.md @@ -4,7 +4,7 @@ keywords: library, sample, irssi repo: irssi layout: docs permalink: /samples/library/irssi/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/irssi/ description: | diff --git a/_samples/library/jetty.md b/_samples/library/jetty.md index 3eefc3ceca..058df58e74 100644 --- a/_samples/library/jetty.md +++ b/_samples/library/jetty.md @@ -4,7 +4,7 @@ keywords: library, sample, jetty repo: jetty layout: docs permalink: /samples/library/jetty/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/jetty/ description: | diff --git a/_samples/library/jobber.md b/_samples/library/jobber.md index 19a51cb66f..417efca30e 100644 --- a/_samples/library/jobber.md +++ b/_samples/library/jobber.md @@ -4,7 +4,7 @@ keywords: library, sample, jobber repo: jobber layout: docs permalink: /samples/library/jobber/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/jobber/ description: | diff --git a/_samples/library/joomla.md b/_samples/library/joomla.md index 2ef98af38f..3cf4638eaf 100644 --- a/_samples/library/joomla.md +++ b/_samples/library/joomla.md @@ -4,7 +4,7 @@ keywords: library, sample, joomla repo: joomla layout: docs permalink: /samples/library/joomla/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/joomla/ description: | diff --git a/_samples/library/jruby.md b/_samples/library/jruby.md index ff9121680f..5e453447bb 100644 --- a/_samples/library/jruby.md +++ b/_samples/library/jruby.md @@ -4,7 +4,7 @@ keywords: library, sample, jruby repo: jruby layout: docs permalink: /samples/library/jruby/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/jruby/ description: | diff --git a/_samples/library/julia.md b/_samples/library/julia.md index 0a2c44e676..f3ae14b241 100644 --- a/_samples/library/julia.md +++ b/_samples/library/julia.md @@ -4,7 +4,7 @@ keywords: library, sample, julia repo: julia layout: docs permalink: /samples/library/julia/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/julia/ description: | diff --git a/_samples/library/kaazing-gateway.md b/_samples/library/kaazing-gateway.md index ff7f3b3b58..d5ffe45097 100644 --- a/_samples/library/kaazing-gateway.md +++ b/_samples/library/kaazing-gateway.md @@ -4,7 +4,7 @@ keywords: library, sample, kaazing-gateway repo: kaazing-gateway layout: docs permalink: /samples/library/kaazing-gateway/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/kaazing-gateway/ description: | diff --git a/_samples/library/kapacitor.md b/_samples/library/kapacitor.md index db27409960..8fe734880b 100644 --- a/_samples/library/kapacitor.md +++ b/_samples/library/kapacitor.md @@ -4,7 +4,7 @@ keywords: library, sample, kapacitor repo: kapacitor layout: docs permalink: /samples/library/kapacitor/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/kapacitor/ description: | diff --git a/_samples/library/kibana.md b/_samples/library/kibana.md index 41376e33fd..f6439d20a2 100644 --- a/_samples/library/kibana.md +++ b/_samples/library/kibana.md @@ -4,7 +4,7 @@ keywords: library, sample, kibana repo: kibana layout: docs permalink: /samples/library/kibana/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/kibana/ description: | diff --git a/_samples/library/known.md b/_samples/library/known.md index cf4b81b110..c3c3ee7dd4 100644 --- a/_samples/library/known.md +++ b/_samples/library/known.md @@ -4,7 +4,7 @@ keywords: library, sample, known repo: known layout: docs permalink: /samples/library/known/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/known/ description: | diff --git a/_samples/library/kong.md b/_samples/library/kong.md index 57688fc7a1..91c66e6cb9 100644 --- a/_samples/library/kong.md +++ b/_samples/library/kong.md @@ -4,7 +4,7 @@ keywords: library, sample, kong repo: kong layout: docs permalink: /samples/library/kong/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/kong/ description: | diff --git a/_samples/library/lightstreamer.md b/_samples/library/lightstreamer.md index b4e8394b64..9280e23210 100644 --- a/_samples/library/lightstreamer.md +++ b/_samples/library/lightstreamer.md @@ -4,7 +4,7 @@ keywords: library, sample, lightstreamer repo: lightstreamer layout: docs permalink: /samples/library/lightstreamer/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/lightstreamer/ description: | diff --git a/_samples/library/logstash.md b/_samples/library/logstash.md index c5e80eeb2d..4754fbfdbc 100644 --- a/_samples/library/logstash.md +++ b/_samples/library/logstash.md @@ -4,7 +4,7 @@ keywords: library, sample, logstash repo: logstash layout: docs permalink: /samples/library/logstash/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/logstash/ description: | diff --git a/_samples/library/mageia.md b/_samples/library/mageia.md index 53b5968374..02eeeee1a9 100644 --- a/_samples/library/mageia.md +++ b/_samples/library/mageia.md @@ -4,7 +4,7 @@ keywords: library, sample, mageia repo: mageia layout: docs permalink: /samples/library/mageia/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/mageia/ description: | diff --git a/_samples/library/mariadb.md b/_samples/library/mariadb.md index 21f84c874a..a1895d6ec9 100644 --- a/_samples/library/mariadb.md +++ b/_samples/library/mariadb.md @@ -4,7 +4,7 @@ keywords: library, sample, mariadb repo: mariadb layout: docs permalink: /samples/library/mariadb/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/mariadb/ description: | diff --git a/_samples/library/matomo.md b/_samples/library/matomo.md index 446269c17d..910350415c 100644 --- a/_samples/library/matomo.md +++ b/_samples/library/matomo.md @@ -4,7 +4,7 @@ keywords: library, sample, matomo repo: matomo layout: docs permalink: /samples/library/matomo/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/matomo/ description: | diff --git a/_samples/library/maven.md b/_samples/library/maven.md index 8f659735a4..802d369ab2 100644 --- a/_samples/library/maven.md +++ b/_samples/library/maven.md @@ -4,7 +4,7 @@ keywords: library, sample, maven repo: maven layout: docs permalink: /samples/library/maven/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/maven/ description: | diff --git a/_samples/library/mediawiki.md b/_samples/library/mediawiki.md index de5e7caae8..5075a851d4 100644 --- a/_samples/library/mediawiki.md +++ b/_samples/library/mediawiki.md @@ -4,7 +4,7 @@ keywords: library, sample, mediawiki repo: mediawiki layout: docs permalink: /samples/library/mediawiki/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/mediawiki/ description: | diff --git a/_samples/library/memcached.md b/_samples/library/memcached.md index 7cec257c61..bb0647d261 100644 --- a/_samples/library/memcached.md +++ b/_samples/library/memcached.md @@ -4,7 +4,7 @@ keywords: library, sample, memcached repo: memcached layout: docs permalink: /samples/library/memcached/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/memcached/ description: | diff --git a/_samples/library/mongo-express.md b/_samples/library/mongo-express.md index 09c328052e..495261320e 100644 --- a/_samples/library/mongo-express.md +++ b/_samples/library/mongo-express.md @@ -4,7 +4,7 @@ keywords: library, sample, mongo-express repo: mongo-express layout: docs permalink: /samples/library/mongo-express/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/mongo-express/ description: | diff --git a/_samples/library/mongo.md b/_samples/library/mongo.md index 638520e1d9..dfad9142a4 100644 --- a/_samples/library/mongo.md +++ b/_samples/library/mongo.md @@ -4,7 +4,7 @@ keywords: library, sample, mongo repo: mongo layout: docs permalink: /samples/library/mongo/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/mongo/ description: | diff --git a/_samples/library/mono.md b/_samples/library/mono.md index b87019a454..07929f57ac 100644 --- a/_samples/library/mono.md +++ b/_samples/library/mono.md @@ -4,7 +4,7 @@ keywords: library, sample, mono repo: mono layout: docs permalink: /samples/library/mono/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/mono/ description: | diff --git a/_samples/library/mysql.md b/_samples/library/mysql.md index f2e9fef59c..2a86873c68 100644 --- a/_samples/library/mysql.md +++ b/_samples/library/mysql.md @@ -4,7 +4,7 @@ keywords: library, sample, mysql repo: mysql layout: docs permalink: /samples/library/mysql/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/mysql/ description: | diff --git a/_samples/library/nats-streaming.md b/_samples/library/nats-streaming.md index a010462db6..58695e6fff 100644 --- a/_samples/library/nats-streaming.md +++ b/_samples/library/nats-streaming.md @@ -4,7 +4,7 @@ keywords: library, sample, nats-streaming repo: nats-streaming layout: docs permalink: /samples/library/nats-streaming/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/nats-streaming/ description: | diff --git a/_samples/library/nats.md b/_samples/library/nats.md index 0d2cdc6ea8..db30403b26 100644 --- a/_samples/library/nats.md +++ b/_samples/library/nats.md @@ -4,7 +4,7 @@ keywords: library, sample, nats repo: nats layout: docs permalink: /samples/library/nats/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/nats/ description: | diff --git a/_samples/library/neo4j.md b/_samples/library/neo4j.md index 18c55d1974..a6fddb7087 100644 --- a/_samples/library/neo4j.md +++ b/_samples/library/neo4j.md @@ -4,7 +4,7 @@ keywords: library, sample, neo4j repo: neo4j layout: docs permalink: /samples/library/neo4j/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/neo4j/ description: | diff --git a/_samples/library/neurodebian.md b/_samples/library/neurodebian.md index dc0cd43735..e0b1e91dd1 100644 --- a/_samples/library/neurodebian.md +++ b/_samples/library/neurodebian.md @@ -4,7 +4,7 @@ keywords: library, sample, neurodebian repo: neurodebian layout: docs permalink: /samples/library/neurodebian/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/neurodebian/ description: | diff --git a/_samples/library/nextcloud.md b/_samples/library/nextcloud.md index 4cfc8fad3e..42e0db8cf2 100644 --- a/_samples/library/nextcloud.md +++ b/_samples/library/nextcloud.md @@ -4,7 +4,7 @@ keywords: library, sample, nextcloud repo: nextcloud layout: docs permalink: /samples/library/nextcloud/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/nextcloud/ description: | diff --git a/_samples/library/nginx.md b/_samples/library/nginx.md index 327e2ee1a8..cf8c681a50 100644 --- a/_samples/library/nginx.md +++ b/_samples/library/nginx.md @@ -4,7 +4,7 @@ keywords: library, sample, nginx repo: nginx layout: docs permalink: /samples/library/nginx/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/nginx/ description: | diff --git a/_samples/library/node.md b/_samples/library/node.md index 7fb5ed857c..37a064df4d 100644 --- a/_samples/library/node.md +++ b/_samples/library/node.md @@ -4,7 +4,7 @@ keywords: library, sample, node repo: node layout: docs permalink: /samples/library/node/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/node/ description: | diff --git a/_samples/library/notary.md b/_samples/library/notary.md index 446076a586..faefad729e 100644 --- a/_samples/library/notary.md +++ b/_samples/library/notary.md @@ -4,7 +4,7 @@ keywords: library, sample, notary repo: notary layout: docs permalink: /samples/library/notary/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/notary/ description: | diff --git a/_samples/library/nuxeo.md b/_samples/library/nuxeo.md index 6b6c83f31b..91be6e3d8d 100644 --- a/_samples/library/nuxeo.md +++ b/_samples/library/nuxeo.md @@ -4,7 +4,7 @@ keywords: library, sample, nuxeo repo: nuxeo layout: docs permalink: /samples/library/nuxeo/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/nuxeo/ description: | diff --git a/_samples/library/odoo.md b/_samples/library/odoo.md index a3278a0948..e7fa4f5ff3 100644 --- a/_samples/library/odoo.md +++ b/_samples/library/odoo.md @@ -4,7 +4,7 @@ keywords: library, sample, odoo repo: odoo layout: docs permalink: /samples/library/odoo/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/odoo/ description: | diff --git a/_samples/library/open-liberty.md b/_samples/library/open-liberty.md index 9b4293da93..72acd65ba2 100644 --- a/_samples/library/open-liberty.md +++ b/_samples/library/open-liberty.md @@ -4,7 +4,7 @@ keywords: library, sample, open-liberty repo: open-liberty layout: docs permalink: /samples/library/open-liberty/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/open-liberty/ description: | diff --git a/_samples/library/openjdk.md b/_samples/library/openjdk.md index ce9aff02f2..674292ff92 100644 --- a/_samples/library/openjdk.md +++ b/_samples/library/openjdk.md @@ -4,7 +4,7 @@ keywords: library, sample, openjdk repo: openjdk layout: docs permalink: /samples/library/openjdk/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/openjdk/ description: | diff --git a/_samples/library/opensuse.md b/_samples/library/opensuse.md index 7a24d76e12..5c0806749f 100644 --- a/_samples/library/opensuse.md +++ b/_samples/library/opensuse.md @@ -4,7 +4,7 @@ keywords: library, sample, opensuse repo: opensuse layout: docs permalink: /samples/library/opensuse/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/opensuse/ description: | diff --git a/_samples/library/oraclelinux.md b/_samples/library/oraclelinux.md index 49ddcd432a..72c828dabb 100644 --- a/_samples/library/oraclelinux.md +++ b/_samples/library/oraclelinux.md @@ -4,7 +4,7 @@ keywords: library, sample, oraclelinux repo: oraclelinux layout: docs permalink: /samples/library/oraclelinux/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/oraclelinux/ description: | diff --git a/_samples/library/orientdb.md b/_samples/library/orientdb.md index a93a63ca3a..2acedb0010 100644 --- a/_samples/library/orientdb.md +++ b/_samples/library/orientdb.md @@ -4,7 +4,7 @@ keywords: library, sample, orientdb repo: orientdb layout: docs permalink: /samples/library/orientdb/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/orientdb/ description: | diff --git a/_samples/library/percona.md b/_samples/library/percona.md index 9863ebe03f..590011bab6 100644 --- a/_samples/library/percona.md +++ b/_samples/library/percona.md @@ -4,7 +4,7 @@ keywords: library, sample, percona repo: percona layout: docs permalink: /samples/library/percona/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/percona/ description: | diff --git a/_samples/library/perl.md b/_samples/library/perl.md index 5ce3c07731..eb1d5c9199 100644 --- a/_samples/library/perl.md +++ b/_samples/library/perl.md @@ -4,7 +4,7 @@ keywords: library, sample, perl repo: perl layout: docs permalink: /samples/library/perl/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/perl/ description: | diff --git a/_samples/library/photon.md b/_samples/library/photon.md index 90f3ccaec6..dcbca6d9d0 100644 --- a/_samples/library/photon.md +++ b/_samples/library/photon.md @@ -4,7 +4,7 @@ keywords: library, sample, photon repo: photon layout: docs permalink: /samples/library/photon/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/photon/ description: | diff --git a/_samples/library/php-zendserver.md b/_samples/library/php-zendserver.md index acbd0b4997..8baa6b3474 100644 --- a/_samples/library/php-zendserver.md +++ b/_samples/library/php-zendserver.md @@ -4,7 +4,7 @@ keywords: library, sample, php-zendserver repo: php-zendserver layout: docs permalink: /samples/library/php-zendserver/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/php-zendserver/ description: | diff --git a/_samples/library/php.md b/_samples/library/php.md index cb3a8f869e..d92a230ade 100644 --- a/_samples/library/php.md +++ b/_samples/library/php.md @@ -4,7 +4,7 @@ keywords: library, sample, php repo: php layout: docs permalink: /samples/library/php/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/php/ description: | diff --git a/_samples/library/plone.md b/_samples/library/plone.md index 2a5004a1ed..c1da59870c 100644 --- a/_samples/library/plone.md +++ b/_samples/library/plone.md @@ -4,7 +4,7 @@ keywords: library, sample, plone repo: plone layout: docs permalink: /samples/library/plone/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/plone/ description: | diff --git a/_samples/library/postfixadmin.md b/_samples/library/postfixadmin.md index fc0be8d4bd..ad11a10fa3 100644 --- a/_samples/library/postfixadmin.md +++ b/_samples/library/postfixadmin.md @@ -4,7 +4,7 @@ keywords: library, sample, postfixadmin repo: postfixadmin layout: docs permalink: /samples/library/postfixadmin/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/postfixadmin/ description: | diff --git a/_samples/library/postgres.md b/_samples/library/postgres.md index 9370806bf9..2d1c201a45 100644 --- a/_samples/library/postgres.md +++ b/_samples/library/postgres.md @@ -4,7 +4,7 @@ keywords: library, sample, postgres repo: postgres layout: docs permalink: /samples/library/postgres/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/postgres/ description: | diff --git a/_samples/library/pypy.md b/_samples/library/pypy.md index fb077e74b9..19ab8dc2b9 100644 --- a/_samples/library/pypy.md +++ b/_samples/library/pypy.md @@ -4,7 +4,7 @@ keywords: library, sample, pypy repo: pypy layout: docs permalink: /samples/library/pypy/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/pypy/ description: | diff --git a/_samples/library/python.md b/_samples/library/python.md index 9ce536f4bb..5aaf9e0d3b 100644 --- a/_samples/library/python.md +++ b/_samples/library/python.md @@ -4,7 +4,7 @@ keywords: library, sample, python repo: python layout: docs permalink: /samples/library/python/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/python/ description: | diff --git a/_samples/library/r-base.md b/_samples/library/r-base.md index f65ea26661..4d04255845 100644 --- a/_samples/library/r-base.md +++ b/_samples/library/r-base.md @@ -4,7 +4,7 @@ keywords: library, sample, r-base repo: r-base layout: docs permalink: /samples/library/r-base/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/r-base/ description: | diff --git a/_samples/library/rabbitmq.md b/_samples/library/rabbitmq.md index 844ceb8da8..dbaec4b57e 100644 --- a/_samples/library/rabbitmq.md +++ b/_samples/library/rabbitmq.md @@ -4,7 +4,7 @@ keywords: library, sample, rabbitmq repo: rabbitmq layout: docs permalink: /samples/library/rabbitmq/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/rabbitmq/ description: | diff --git a/_samples/library/rakudo-star.md b/_samples/library/rakudo-star.md index 300550278e..542ee54bcd 100644 --- a/_samples/library/rakudo-star.md +++ b/_samples/library/rakudo-star.md @@ -4,7 +4,7 @@ keywords: library, sample, rakudo-star repo: rakudo-star layout: docs permalink: /samples/library/rakudo-star/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/rakudo-star/ description: | diff --git a/_samples/library/rapidoid.md b/_samples/library/rapidoid.md index 682f640a49..b5acd0b23f 100644 --- a/_samples/library/rapidoid.md +++ b/_samples/library/rapidoid.md @@ -4,7 +4,7 @@ keywords: library, sample, rapidoid repo: rapidoid layout: docs permalink: /samples/library/rapidoid/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/rapidoid/ description: | diff --git a/_samples/library/redis.md b/_samples/library/redis.md index ddd88c1b77..641590b64f 100644 --- a/_samples/library/redis.md +++ b/_samples/library/redis.md @@ -4,7 +4,7 @@ keywords: library, sample, redis repo: redis layout: docs permalink: /samples/library/redis/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/redis/ description: | diff --git a/_samples/library/redmine.md b/_samples/library/redmine.md index 085b6bafc6..3b1c620ab3 100644 --- a/_samples/library/redmine.md +++ b/_samples/library/redmine.md @@ -4,7 +4,7 @@ keywords: library, sample, redmine repo: redmine layout: docs permalink: /samples/library/redmine/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/redmine/ description: | diff --git a/_samples/library/registry.md b/_samples/library/registry.md index eac992b3d5..675e69a571 100644 --- a/_samples/library/registry.md +++ b/_samples/library/registry.md @@ -4,7 +4,7 @@ keywords: library, sample, registry repo: registry layout: docs permalink: /samples/library/registry/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/registry/ description: | diff --git a/_samples/library/rethinkdb.md b/_samples/library/rethinkdb.md index 2830ded51d..627861d12b 100644 --- a/_samples/library/rethinkdb.md +++ b/_samples/library/rethinkdb.md @@ -4,7 +4,7 @@ keywords: library, sample, rethinkdb repo: rethinkdb layout: docs permalink: /samples/library/rethinkdb/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/rethinkdb/ description: | diff --git a/_samples/library/rocket.chat.md b/_samples/library/rocket.chat.md index 512e9688f0..e8798d8681 100644 --- a/_samples/library/rocket.chat.md +++ b/_samples/library/rocket.chat.md @@ -4,7 +4,7 @@ keywords: library, sample, rocket.chat repo: rocket.chat layout: docs permalink: /samples/library/rocket.chat/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/rocket.chat/ description: | diff --git a/_samples/library/ros.md b/_samples/library/ros.md index 0d3fa00e6d..a7c7c500a4 100644 --- a/_samples/library/ros.md +++ b/_samples/library/ros.md @@ -4,7 +4,7 @@ keywords: library, sample, ros repo: ros layout: docs permalink: /samples/library/ros/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/ros/ description: | diff --git a/_samples/library/ruby.md b/_samples/library/ruby.md index d6294116b5..2baaafcee1 100644 --- a/_samples/library/ruby.md +++ b/_samples/library/ruby.md @@ -4,7 +4,7 @@ keywords: library, sample, ruby repo: ruby layout: docs permalink: /samples/library/ruby/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/ruby/ description: | diff --git a/_samples/library/rust.md b/_samples/library/rust.md index 9b75b927b9..7dc90ca642 100644 --- a/_samples/library/rust.md +++ b/_samples/library/rust.md @@ -4,7 +4,7 @@ keywords: library, sample, rust repo: rust layout: docs permalink: /samples/library/rust/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/rust/ description: | diff --git a/_samples/library/sapmachine.md b/_samples/library/sapmachine.md index 76dbbdb3d4..3c0cbc4afd 100644 --- a/_samples/library/sapmachine.md +++ b/_samples/library/sapmachine.md @@ -4,7 +4,7 @@ keywords: library, sample, sapmachine repo: sapmachine layout: docs permalink: /samples/library/sapmachine/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/sapmachine/ description: | diff --git a/_samples/library/scratch.md b/_samples/library/scratch.md index 75c4396202..9c4291aee6 100644 --- a/_samples/library/scratch.md +++ b/_samples/library/scratch.md @@ -4,7 +4,7 @@ keywords: library, sample, scratch repo: scratch layout: docs permalink: /samples/library/scratch/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/scratch/ description: | diff --git a/_samples/library/sentry.md b/_samples/library/sentry.md index c5b911cd46..bce21c79a8 100644 --- a/_samples/library/sentry.md +++ b/_samples/library/sentry.md @@ -4,7 +4,7 @@ keywords: library, sample, sentry repo: sentry layout: docs permalink: /samples/library/sentry/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/sentry/ description: | diff --git a/_samples/library/silverpeas.md b/_samples/library/silverpeas.md index 24b0fe42ea..95694ac92a 100644 --- a/_samples/library/silverpeas.md +++ b/_samples/library/silverpeas.md @@ -4,7 +4,7 @@ keywords: library, sample, silverpeas repo: silverpeas layout: docs permalink: /samples/library/silverpeas/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/silverpeas/ description: | diff --git a/_samples/library/sl.md b/_samples/library/sl.md index 43f5117000..a1dff8d686 100644 --- a/_samples/library/sl.md +++ b/_samples/library/sl.md @@ -4,7 +4,7 @@ keywords: library, sample, sl repo: sl layout: docs permalink: /samples/library/sl/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/sl/ description: | diff --git a/_samples/library/solr.md b/_samples/library/solr.md index ee0cd6ea27..0b6fbfb07f 100644 --- a/_samples/library/solr.md +++ b/_samples/library/solr.md @@ -4,7 +4,7 @@ keywords: library, sample, solr repo: solr layout: docs permalink: /samples/library/solr/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/solr/ description: | diff --git a/_samples/library/sonarqube.md b/_samples/library/sonarqube.md index 40e4b72c17..f2b0903d64 100644 --- a/_samples/library/sonarqube.md +++ b/_samples/library/sonarqube.md @@ -4,7 +4,7 @@ keywords: library, sample, sonarqube repo: sonarqube layout: docs permalink: /samples/library/sonarqube/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/sonarqube/ description: | diff --git a/_samples/library/sourcemage.md b/_samples/library/sourcemage.md index 9dc1e4f76c..1efe195961 100644 --- a/_samples/library/sourcemage.md +++ b/_samples/library/sourcemage.md @@ -4,7 +4,7 @@ keywords: library, sample, sourcemage repo: sourcemage layout: docs permalink: /samples/library/sourcemage/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/sourcemage/ description: | diff --git a/_samples/library/spiped.md b/_samples/library/spiped.md index 1df26dd02a..2a3fc7746d 100644 --- a/_samples/library/spiped.md +++ b/_samples/library/spiped.md @@ -4,7 +4,7 @@ keywords: library, sample, spiped repo: spiped layout: docs permalink: /samples/library/spiped/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/spiped/ description: | diff --git a/_samples/library/storm.md b/_samples/library/storm.md index 0e1dbfe452..d616fd7720 100644 --- a/_samples/library/storm.md +++ b/_samples/library/storm.md @@ -4,7 +4,7 @@ keywords: library, sample, storm repo: storm layout: docs permalink: /samples/library/storm/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/storm/ description: | diff --git a/_samples/library/swarm.md b/_samples/library/swarm.md index e423d9988c..256cef4d1b 100644 --- a/_samples/library/swarm.md +++ b/_samples/library/swarm.md @@ -4,7 +4,7 @@ keywords: library, sample, swarm repo: swarm layout: docs permalink: /samples/library/swarm/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/swarm/ description: | diff --git a/_samples/library/swift.md b/_samples/library/swift.md index 52210b4743..1681985e1e 100644 --- a/_samples/library/swift.md +++ b/_samples/library/swift.md @@ -4,7 +4,7 @@ keywords: library, sample, swift repo: swift layout: docs permalink: /samples/library/swift/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/swift/ description: | diff --git a/_samples/library/swipl.md b/_samples/library/swipl.md index 9b6bafc558..44f9ff3587 100644 --- a/_samples/library/swipl.md +++ b/_samples/library/swipl.md @@ -4,7 +4,7 @@ keywords: library, sample, swipl repo: swipl layout: docs permalink: /samples/library/swipl/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/swipl/ description: | diff --git a/_samples/library/teamspeak.md b/_samples/library/teamspeak.md index 955685a81e..d40146ee8f 100644 --- a/_samples/library/teamspeak.md +++ b/_samples/library/teamspeak.md @@ -4,7 +4,7 @@ keywords: library, sample, teamspeak repo: teamspeak layout: docs permalink: /samples/library/teamspeak/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/teamspeak/ description: | diff --git a/_samples/library/telegraf.md b/_samples/library/telegraf.md index 33f2939d23..7880a740ea 100644 --- a/_samples/library/telegraf.md +++ b/_samples/library/telegraf.md @@ -4,7 +4,7 @@ keywords: library, sample, telegraf repo: telegraf layout: docs permalink: /samples/library/telegraf/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/telegraf/ description: | diff --git a/_samples/library/thrift.md b/_samples/library/thrift.md index f1d171a00c..e2b4df0dc0 100644 --- a/_samples/library/thrift.md +++ b/_samples/library/thrift.md @@ -4,7 +4,7 @@ keywords: library, sample, thrift repo: thrift layout: docs permalink: /samples/library/thrift/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/thrift/ description: | diff --git a/_samples/library/tomcat.md b/_samples/library/tomcat.md index 925363b16f..39553d7b7d 100644 --- a/_samples/library/tomcat.md +++ b/_samples/library/tomcat.md @@ -4,7 +4,7 @@ keywords: library, sample, tomcat repo: tomcat layout: docs permalink: /samples/library/tomcat/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/tomcat/ description: | diff --git a/_samples/library/tomee.md b/_samples/library/tomee.md index 9be407e185..04604a6a57 100644 --- a/_samples/library/tomee.md +++ b/_samples/library/tomee.md @@ -4,7 +4,7 @@ keywords: library, sample, tomee repo: tomee layout: docs permalink: /samples/library/tomee/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/tomee/ description: | diff --git a/_samples/library/traefik.md b/_samples/library/traefik.md index 51496a4f34..5009bfa941 100644 --- a/_samples/library/traefik.md +++ b/_samples/library/traefik.md @@ -4,7 +4,7 @@ keywords: library, sample, traefik repo: traefik layout: docs permalink: /samples/library/traefik/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/traefik/ description: | diff --git a/_samples/library/ubuntu.md b/_samples/library/ubuntu.md index 7a95979ad2..2870b36b80 100644 --- a/_samples/library/ubuntu.md +++ b/_samples/library/ubuntu.md @@ -4,7 +4,7 @@ keywords: library, sample, ubuntu repo: ubuntu layout: docs permalink: /samples/library/ubuntu/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/ubuntu/ description: | diff --git a/_samples/library/varnish.md b/_samples/library/varnish.md index d85c1eec82..0bb6965a79 100644 --- a/_samples/library/varnish.md +++ b/_samples/library/varnish.md @@ -4,7 +4,7 @@ keywords: library, sample, varnish repo: varnish layout: docs permalink: /samples/library/varnish/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/varnish/ description: | diff --git a/_samples/library/vault.md b/_samples/library/vault.md index 9697ffe01a..c681cb830b 100644 --- a/_samples/library/vault.md +++ b/_samples/library/vault.md @@ -4,7 +4,7 @@ keywords: library, sample, vault repo: vault layout: docs permalink: /samples/library/vault/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/vault/ description: | diff --git a/_samples/library/websphere-liberty.md b/_samples/library/websphere-liberty.md index 8b27f64a57..08e0cf2a25 100644 --- a/_samples/library/websphere-liberty.md +++ b/_samples/library/websphere-liberty.md @@ -4,7 +4,7 @@ keywords: library, sample, websphere-liberty repo: websphere-liberty layout: docs permalink: /samples/library/websphere-liberty/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/websphere-liberty/ description: | diff --git a/_samples/library/wordpress.md b/_samples/library/wordpress.md index 931812b15d..c2de0296f2 100644 --- a/_samples/library/wordpress.md +++ b/_samples/library/wordpress.md @@ -4,7 +4,7 @@ keywords: library, sample, wordpress repo: wordpress layout: docs permalink: /samples/library/wordpress/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/wordpress/ description: | diff --git a/_samples/library/xwiki.md b/_samples/library/xwiki.md index 18ebc0499b..f0cabe1aea 100644 --- a/_samples/library/xwiki.md +++ b/_samples/library/xwiki.md @@ -4,7 +4,7 @@ keywords: library, sample, xwiki repo: xwiki layout: docs permalink: /samples/library/xwiki/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/xwiki/ description: | diff --git a/_samples/library/yourls.md b/_samples/library/yourls.md index 1e74fe3ff5..e57fa7c8cd 100644 --- a/_samples/library/yourls.md +++ b/_samples/library/yourls.md @@ -4,7 +4,7 @@ keywords: library, sample, yourls repo: yourls layout: docs permalink: /samples/library/yourls/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/yourls/ description: | diff --git a/_samples/library/znc.md b/_samples/library/znc.md index 0cf7ffd984..19e8194e74 100644 --- a/_samples/library/znc.md +++ b/_samples/library/znc.md @@ -4,7 +4,7 @@ keywords: library, sample, znc repo: znc layout: docs permalink: /samples/library/znc/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/znc/ description: | diff --git a/_samples/library/zookeeper.md b/_samples/library/zookeeper.md index c910b24694..42333b8d4f 100644 --- a/_samples/library/zookeeper.md +++ b/_samples/library/zookeeper.md @@ -4,7 +4,7 @@ keywords: library, sample, zookeeper repo: zookeeper layout: docs permalink: /samples/library/zookeeper/ -hide_from_sitemap: true +sitemap: false redirect_from: - /samples/zookeeper/ description: | diff --git a/components.md b/components.md index 7846ebd641..36d0990983 100644 --- a/components.md +++ b/components.md @@ -1,7 +1,7 @@ --- description: Components page title: Components -hide_from_sitemap: true +sitemap: false --- For components and controls we are using [Bootstrap](https://getbootstrap.com) diff --git a/compose/compose-file/compose-file-v1.md b/compose/compose-file/compose-file-v1.md index c810ed872d..9843a6dbf3 100644 --- a/compose/compose-file/compose-file-v1.md +++ b/compose/compose-file/compose-file-v1.md @@ -4,7 +4,7 @@ keywords: fig, composition, compose version 1, docker title: Compose file version 1 reference toc_max: 4 toc_min: 1 -hide_from_sitemap: true +sitemap: false --- ## Reference and guidelines diff --git a/docker-for-windows/docker-toolbox.md b/docker-for-windows/docker-toolbox.md index ba92a34d5e..e2040a4549 100644 --- a/docker-for-windows/docker-toolbox.md +++ b/docker-for-windows/docker-toolbox.md @@ -1,7 +1,7 @@ --- description: Docker Desktop for Windows and Docker Toolbox keywords: windows, alpha, beta, toolbox, docker-machine, tutorial -hide_from_sitemap: true +sitemap: false title: Docker Toolbox redirect_from: - /toolbox/ diff --git a/js/metadata.json b/js/metadata.json index 70b5aab771..569a37c2c0 100644 --- a/js/metadata.json +++ b/js/metadata.json @@ -3,7 +3,7 @@ layout: null --- [ {%- for page in site.html_pages -%} - {%- if page.hide_from_sitemap != nil or page.notoc != nil -%} + {%- if page.sitemap == false -%} {%- continue -%} {%- endif -%} {%- assign page_title = nil -%} diff --git a/machine/AVAILABLE_DRIVER_PLUGINS.md b/machine/AVAILABLE_DRIVER_PLUGINS.md index 4145dc73ca..826ff780d4 100644 --- a/machine/AVAILABLE_DRIVER_PLUGINS.md +++ b/machine/AVAILABLE_DRIVER_PLUGINS.md @@ -3,7 +3,7 @@ published: false title: "Machine plugins" description: "Machine plugins" keywords: ["Docker, documentation, manual, guide, reference, api"] -hide_from_sitemap: true +sitemap: false --- diff --git a/machine/drivers/aws.md b/machine/drivers/aws.md index cae6836111..0690ab85ef 100644 --- a/machine/drivers/aws.md +++ b/machine/drivers/aws.md @@ -2,7 +2,7 @@ description: Amazon Web Services driver for machine keywords: machine, Amazon Web Services, driver title: Amazon Web Services -hide_from_sitemap: true +sitemap: false --- Create machines on [Amazon Web Services](https://aws.amazon.com). diff --git a/machine/drivers/azure.md b/machine/drivers/azure.md index 7e5e9b1fa1..9034be06a4 100644 --- a/machine/drivers/azure.md +++ b/machine/drivers/azure.md @@ -2,7 +2,7 @@ description: Microsoft Azure driver for machine keywords: machine, Microsoft Azure, driver title: Microsoft Azure -hide_from_sitemap: true +sitemap: false --- You need an Azure Subscription to use this Docker Machine driver. diff --git a/machine/drivers/digital-ocean.md b/machine/drivers/digital-ocean.md index 759b43e28f..ea590ac5ee 100644 --- a/machine/drivers/digital-ocean.md +++ b/machine/drivers/digital-ocean.md @@ -2,7 +2,7 @@ description: DigitalOcean driver for machine keywords: machine, digitalocean, driver title: DigitalOcean -hide_from_sitemap: true +sitemap: false --- Create Docker machines on [DigitalOcean](https://www.digitalocean.com/). diff --git a/machine/drivers/exoscale.md b/machine/drivers/exoscale.md index 6f0ccd7a40..b57c2b7768 100644 --- a/machine/drivers/exoscale.md +++ b/machine/drivers/exoscale.md @@ -2,7 +2,7 @@ description: Exoscale driver for machine keywords: machine, exoscale, driver title: Exoscale -hide_from_sitemap: true +sitemap: false --- Create machines on [Exoscale](https://www.exoscale.com/). diff --git a/machine/drivers/gce.md b/machine/drivers/gce.md index 54daf6205b..609843403d 100644 --- a/machine/drivers/gce.md +++ b/machine/drivers/gce.md @@ -2,7 +2,7 @@ description: Google Compute Engine driver for machine keywords: machine, Google Compute Engine, driver title: Google Compute Engine -hide_from_sitemap: true +sitemap: false --- Create machines on [Google Compute Engine](https://cloud.google.com/compute/). diff --git a/machine/drivers/generic.md b/machine/drivers/generic.md index 03a6276215..c7fe4a83be 100644 --- a/machine/drivers/generic.md +++ b/machine/drivers/generic.md @@ -2,7 +2,7 @@ description: Generic driver for machine keywords: machine, Generic, driver title: Generic -hide_from_sitemap: true +sitemap: false --- Create machines using an existing VM/Host with SSH. diff --git a/machine/drivers/hyper-v.md b/machine/drivers/hyper-v.md index b4f8952a6a..15eca1e497 100644 --- a/machine/drivers/hyper-v.md +++ b/machine/drivers/hyper-v.md @@ -3,7 +3,7 @@ description: Microsoft Hyper-V driver for machine keywords: machine, Microsoft Hyper-V, driver title: Microsoft Hyper-V toc_max: 4 -hide_from_sitemap: true +sitemap: false --- Creates a Boot2Docker virtual machine locally on your Windows machine diff --git a/machine/drivers/index.md b/machine/drivers/index.md index e98aceb433..57982eaf0f 100644 --- a/machine/drivers/index.md +++ b/machine/drivers/index.md @@ -2,7 +2,7 @@ description: Reference for drivers Docker Machine supports keywords: machine, drivers, supports title: Machine drivers -hide_from_sitemap: true +sitemap: false --- - [Amazon Web Services](aws.md) diff --git a/machine/drivers/linode.md b/machine/drivers/linode.md index e5d5f6f7bc..60021aafbe 100644 --- a/machine/drivers/linode.md +++ b/machine/drivers/linode.md @@ -2,7 +2,7 @@ description: Linode driver for machine keywords: machine, Linode, driver title: Linode -hide_from_sitemap: true +sitemap: false --- Create machines on [Linode](https://www.linode.com). diff --git a/machine/drivers/openstack.md b/machine/drivers/openstack.md index 80b6088112..b174537113 100644 --- a/machine/drivers/openstack.md +++ b/machine/drivers/openstack.md @@ -2,7 +2,7 @@ description: OpenStack driver for machine keywords: machine, OpenStack, driver title: OpenStack -hide_from_sitemap: true +sitemap: false --- Create machines on [OpenStack](https://www.openstack.org/software/) diff --git a/machine/drivers/os-base.md b/machine/drivers/os-base.md index e0b613a208..71c87d7af5 100644 --- a/machine/drivers/os-base.md +++ b/machine/drivers/os-base.md @@ -2,7 +2,7 @@ description: Identify active machines keywords: machine, driver, base, operating system title: Driver options and operating system defaults -hide_from_sitemap: true +sitemap: false --- When Docker Machine provisions containers on local network provider or with a diff --git a/machine/drivers/rackspace.md b/machine/drivers/rackspace.md index 5e0b760761..0ad26535f0 100644 --- a/machine/drivers/rackspace.md +++ b/machine/drivers/rackspace.md @@ -2,7 +2,7 @@ description: Rackspace driver for machine keywords: machine, Rackspace, driver title: Rackspace -hide_from_sitemap: true +sitemap: false --- Create machines on [Rackspace cloud](https://www.rackspace.com/cloud) diff --git a/machine/drivers/soft-layer.md b/machine/drivers/soft-layer.md index 022b26767d..77200efd21 100644 --- a/machine/drivers/soft-layer.md +++ b/machine/drivers/soft-layer.md @@ -2,7 +2,7 @@ description: IBM Softlayer driver for machine keywords: machine, IBM Softlayer, driver title: IBM Softlayer -hide_from_sitemap: true +sitemap: false --- Create machines on [Softlayer](http://softlayer.com). diff --git a/machine/drivers/virtualbox.md b/machine/drivers/virtualbox.md index 0f6e796589..25008e997a 100644 --- a/machine/drivers/virtualbox.md +++ b/machine/drivers/virtualbox.md @@ -2,7 +2,7 @@ description: Oracle VirtualBox driver for machine keywords: machine, Oracle VirtualBox, driver title: Oracle VirtualBox -hide_from_sitemap: true +sitemap: false --- Create machines locally using [VirtualBox](https://www.virtualbox.org/). diff --git a/machine/drivers/vm-cloud.md b/machine/drivers/vm-cloud.md index 8ed9aeb6a9..e61f25587a 100644 --- a/machine/drivers/vm-cloud.md +++ b/machine/drivers/vm-cloud.md @@ -2,7 +2,7 @@ description: VMware vCloud Air driver for machine keywords: machine, VMware vCloud Air, driver title: VMware vCloud Air -hide_from_sitemap: true +sitemap: false --- Creates machines on [vCloud Air](https://cloudsolutions.vmware.com) subscription service. diff --git a/machine/drivers/vm-fusion.md b/machine/drivers/vm-fusion.md index d2bff49c47..107b7822d3 100644 --- a/machine/drivers/vm-fusion.md +++ b/machine/drivers/vm-fusion.md @@ -2,7 +2,7 @@ description: VMware Fusion driver for machine keywords: machine, VMware Fusion, driver title: VMware Fusion -hide_from_sitemap: true +sitemap: false --- Creates machines locally on [VMware Fusion](https://www.vmware.com/products/fusion.html). Requires VMware Fusion to be installed. diff --git a/machine/drivers/vsphere.md b/machine/drivers/vsphere.md index fa13e686d6..1b8d143e58 100644 --- a/machine/drivers/vsphere.md +++ b/machine/drivers/vsphere.md @@ -2,7 +2,7 @@ description: VMware vSphere driver for machine keywords: machine, VMware vSphere, driver title: VMware vSphere -hide_from_sitemap: true +sitemap: false --- Creates machines on a [VMware vSphere](https://www.vmware.com/products/vsphere.html) diff --git a/machine/examples/aws.md b/machine/examples/aws.md index 92055f6801..500159e91b 100644 --- a/machine/examples/aws.md +++ b/machine/examples/aws.md @@ -2,7 +2,7 @@ description: Using Docker Machine to provision hosts on AWS keywords: docker, machine, cloud, aws title: Amazon Web Services (AWS) EC2 example -hide_from_sitemap: true +sitemap: false --- Follow along with this example to create a Dockerized [Amazon Web Services (AWS)](https://aws.amazon.com/) EC2 instance. diff --git a/machine/examples/index.md b/machine/examples/index.md index bf4c067278..598f3d0ecb 100644 --- a/machine/examples/index.md +++ b/machine/examples/index.md @@ -2,7 +2,7 @@ description: Examples of cloud installs keywords: docker, machine, amazonec2, azure, digitalocean, google, openstack, rackspace, softlayer, virtualbox, vmwarefusion, vmwarevcloudair, vmwarevsphere, exoscale title: Learn by example -hide_from_sitemap: true +sitemap: false --- - [DigitalOcean Example](ocean.md) - [AWS Example](aws.md) diff --git a/machine/examples/ocean.md b/machine/examples/ocean.md index 2dcbecfd70..183dc324ad 100644 --- a/machine/examples/ocean.md +++ b/machine/examples/ocean.md @@ -2,7 +2,7 @@ description: Using Docker Machine to provision hosts on DigitalOcean keywords: docker, machine, cloud, digitalocean title: DigitalOcean example -hide_from_sitemap: true +sitemap: false --- Follow along with this example to create a Dockerized [DigitalOcean](https://digitalocean.com) Droplet (cloud host). diff --git a/machine/get-started-cloud.md b/machine/get-started-cloud.md index a43ae6dfe6..4a9cc43925 100644 --- a/machine/get-started-cloud.md +++ b/machine/get-started-cloud.md @@ -2,7 +2,7 @@ description: Using Docker Machine to provision hosts on cloud providers keywords: docker, machine, amazonec2, azure, digitalocean, google, openstack, rackspace, softlayer, virtualbox, vmwarefusion, vmwarevcloudair, vmwarevsphere, exoscale title: Use Docker Machine to provision hosts on cloud providers -hide_from_sitemap: true +sitemap: false --- Docker Machine driver plugins are available for many cloud platforms, so you can diff --git a/machine/get-started.md b/machine/get-started.md index 10da668594..3a437e4ce8 100644 --- a/machine/get-started.md +++ b/machine/get-started.md @@ -2,7 +2,7 @@ description: Get started with Docker Machine and a local VM keywords: machine, virtualbox title: Get started with Docker Machine and a local VM -hide_from_sitemap: true +sitemap: false --- Let's take a look at using `docker-machine` to create, use, and manage a diff --git a/machine/index.md b/machine/index.md index 7ae86442d1..9c8453cdd4 100644 --- a/machine/index.md +++ b/machine/index.md @@ -2,7 +2,7 @@ description: Introduction and Overview of Machine keywords: docker, machine, amazonec2, azure, digitalocean, google, openstack, rackspace, softlayer, virtualbox, vmwarefusion, vmwarevcloudair, vmwarevsphere, exoscale title: Docker Machine -hide_from_sitemap: true +sitemap: false --- - [Docker Machine overview](overview.md) diff --git a/machine/install-machine.md b/machine/install-machine.md index 8717fd0fb8..255031002a 100644 --- a/machine/install-machine.md +++ b/machine/install-machine.md @@ -2,7 +2,7 @@ description: How to install Docker Machine keywords: machine, orchestration, install, installation, docker, documentation, uninstall Docker Machine, uninstall title: Install Docker Machine -hide_from_sitemap: true +sitemap: false --- Install Docker Machine binaries by following the instructions in the following section. You can find the latest diff --git a/machine/migrate-to-machine.md b/machine/migrate-to-machine.md index 153c04fba9..2b9cf19fdb 100644 --- a/machine/migrate-to-machine.md +++ b/machine/migrate-to-machine.md @@ -2,7 +2,7 @@ description: Migrate from Boot2Docker to Docker Machine keywords: machine, commands, boot2docker, migrate, docker title: Migrate from Boot2Docker to Machine -hide_from_sitemap: true +sitemap: false --- If you were using Boot2Docker previously, you have a pre-existing Docker diff --git a/machine/overview.md b/machine/overview.md index 661315ec79..aa812c046b 100644 --- a/machine/overview.md +++ b/machine/overview.md @@ -2,7 +2,7 @@ description: Introduction and Overview of Machine keywords: docker, machine, amazonec2, azure, digitalocean, google, openstack, rackspace, softlayer, virtualbox, vmwarefusion, vmwarevcloudair, vmwarevsphere, exoscale title: Docker Machine overview -hide_from_sitemap: true +sitemap: false --- You can use Docker Machine to: diff --git a/machine/reference/active.md b/machine/reference/active.md index d6807c26b3..64c7479d27 100644 --- a/machine/reference/active.md +++ b/machine/reference/active.md @@ -2,7 +2,7 @@ description: Identify active machines keywords: machine, active, subcommand title: docker-machine active -hide_from_sitemap: true +sitemap: false --- See which machine is "active" (a machine is considered active if the diff --git a/machine/reference/config.md b/machine/reference/config.md index 64fb65b18d..5adec6243f 100644 --- a/machine/reference/config.md +++ b/machine/reference/config.md @@ -2,7 +2,7 @@ description: Show client configuration keywords: machine, config, subcommand title: docker-machine config -hide_from_sitemap: true +sitemap: false --- ```none diff --git a/machine/reference/env.md b/machine/reference/env.md index 276b19666d..f66fb0879d 100644 --- a/machine/reference/env.md +++ b/machine/reference/env.md @@ -2,7 +2,7 @@ description: Set environment variables on a machine keywords: machine, env, subcommand title: docker-machine env -hide_from_sitemap: true +sitemap: false --- Set environment variables to dictate that `docker` should run a command against diff --git a/machine/reference/help.md b/machine/reference/help.md index e454c0be0e..d38867f83c 100644 --- a/machine/reference/help.md +++ b/machine/reference/help.md @@ -2,7 +2,7 @@ description: Show command help keywords: machine, help, subcommand title: docker-machine help -hide_from_sitemap: true +sitemap: false --- ```none diff --git a/machine/reference/index.md b/machine/reference/index.md index a2ca91c882..783b019ed2 100644 --- a/machine/reference/index.md +++ b/machine/reference/index.md @@ -2,7 +2,7 @@ description: Docker Machine Commands Overview keywords: machine, commands title: Docker Machine command-line reference -hide_from_sitemap: true +sitemap: false --- - [active](active.md) diff --git a/machine/reference/inspect.md b/machine/reference/inspect.md index 5e44d4c455..8b8444f566 100644 --- a/machine/reference/inspect.md +++ b/machine/reference/inspect.md @@ -2,7 +2,7 @@ description: Inspect information about a machine keywords: machine, inspect, subcommand title: docker-machine inspect -hide_from_sitemap: true +sitemap: false --- ```none diff --git a/machine/reference/ip.md b/machine/reference/ip.md index 992ebc6992..9b1bd8a339 100644 --- a/machine/reference/ip.md +++ b/machine/reference/ip.md @@ -2,7 +2,7 @@ description: Show client configuration keywords: machine, ip, subcommand title: docker-machine ip -hide_from_sitemap: true +sitemap: false --- Get the IP address of one or more machines. diff --git a/machine/reference/kill.md b/machine/reference/kill.md index 58ed11f17b..9e48717c69 100644 --- a/machine/reference/kill.md +++ b/machine/reference/kill.md @@ -2,7 +2,7 @@ description: Kill (abruptly force stop) a machine. keywords: machine, kill, subcommand title: docker-machine kill -hide_from_sitemap: true +sitemap: false --- ```none diff --git a/machine/reference/ls.md b/machine/reference/ls.md index 35779421a5..7169ee4f1a 100644 --- a/machine/reference/ls.md +++ b/machine/reference/ls.md @@ -2,7 +2,7 @@ description: List machines keywords: machine, ls, subcommand title: docker-machine ls -hide_from_sitemap: true +sitemap: false --- ```none diff --git a/machine/reference/mount.md b/machine/reference/mount.md index 9af1f90546..62b16cc2da 100644 --- a/machine/reference/mount.md +++ b/machine/reference/mount.md @@ -2,7 +2,7 @@ description: Mount directory from machine keywords: machine, mount, subcommand title: docker-machine mount -hide_from_sitemap: true +sitemap: false --- Mount directories from a machine to your local host, using `sshfs`. diff --git a/machine/reference/provision.md b/machine/reference/provision.md index 1fe9361bc8..8e70ccae92 100644 --- a/machine/reference/provision.md +++ b/machine/reference/provision.md @@ -2,7 +2,7 @@ description: Re-run provisioning on a created machine. keywords: machine, provision, subcommand title: docker-machine provision -hide_from_sitemap: true +sitemap: false --- Re-run provisioning on a created machine. diff --git a/machine/reference/regenerate-certs.md b/machine/reference/regenerate-certs.md index 093fc7d102..fe6639ec37 100644 --- a/machine/reference/regenerate-certs.md +++ b/machine/reference/regenerate-certs.md @@ -2,7 +2,7 @@ description: Regenerate and update TLS certificates keywords: machine, regenerate-certs, subcommand title: docker-machine regenerate-certs -hide_from_sitemap: true +sitemap: false --- ```none diff --git a/machine/reference/restart.md b/machine/reference/restart.md index 4b074b11a5..286335078e 100644 --- a/machine/reference/restart.md +++ b/machine/reference/restart.md @@ -2,7 +2,7 @@ description: Restart a machine keywords: machine, restart, subcommand title: docker-machine restart -hide_from_sitemap: true +sitemap: false --- ```none diff --git a/machine/reference/rm.md b/machine/reference/rm.md index 6f4716039d..99cc505809 100644 --- a/machine/reference/rm.md +++ b/machine/reference/rm.md @@ -2,7 +2,7 @@ description: Remove a machine. keywords: machine, rm, subcommand title: docker-machine rm -hide_from_sitemap: true +sitemap: false --- Remove a machine. This removes the local reference and deletes it diff --git a/machine/reference/scp.md b/machine/reference/scp.md index 2c2a3d6ffa..4395ef53d4 100644 --- a/machine/reference/scp.md +++ b/machine/reference/scp.md @@ -2,7 +2,7 @@ description: Copy files among machines keywords: machine, scp, subcommand title: docker-machine scp -hide_from_sitemap: true +sitemap: false --- Copy files from your local host to a machine, from machine to machine, or from a diff --git a/machine/reference/ssh.md b/machine/reference/ssh.md index 7221b4a85f..cd5d5037c6 100644 --- a/machine/reference/ssh.md +++ b/machine/reference/ssh.md @@ -2,7 +2,7 @@ description: Log into or run a command on a machine using SSH. keywords: machine, ssh, subcommand title: docker-machine ssh -hide_from_sitemap: true +sitemap: false --- Log into or run a command on a machine using SSH. diff --git a/machine/reference/start.md b/machine/reference/start.md index c414f4ae08..dc27e6f9a8 100644 --- a/machine/reference/start.md +++ b/machine/reference/start.md @@ -2,7 +2,7 @@ description: Start a machine keywords: machine, start, subcommand title: docker-machine start -hide_from_sitemap: true +sitemap: false --- ```none diff --git a/machine/reference/status.md b/machine/reference/status.md index b6a2ee75f3..78c962ec8e 100644 --- a/machine/reference/status.md +++ b/machine/reference/status.md @@ -2,7 +2,7 @@ description: Get the status of a machine keywords: machine, status, subcommand title: docker-machine status -hide_from_sitemap: true +sitemap: false --- ```none diff --git a/machine/reference/stop.md b/machine/reference/stop.md index 9455acc3ab..0cdb826f1d 100644 --- a/machine/reference/stop.md +++ b/machine/reference/stop.md @@ -2,7 +2,7 @@ description: Gracefully stop a machine keywords: machine, stop, subcommand title: docker-machine stop -hide_from_sitemap: true +sitemap: false --- ```none diff --git a/machine/reference/upgrade.md b/machine/reference/upgrade.md index 2ec3fb14b4..858fef12ab 100644 --- a/machine/reference/upgrade.md +++ b/machine/reference/upgrade.md @@ -2,7 +2,7 @@ description: Upgrade Docker on a machine keywords: machine, upgrade, subcommand title: docker-machine upgrade -hide_from_sitemap: true +sitemap: false --- Upgrade a machine to the latest version of Docker. How this upgrade happens diff --git a/machine/reference/url.md b/machine/reference/url.md index bcfcd76bf3..b48e5a5ea4 100644 --- a/machine/reference/url.md +++ b/machine/reference/url.md @@ -2,7 +2,7 @@ description: Get the URL of a host keywords: machine, url, subcommand title: docker-machine url -hide_from_sitemap: true +sitemap: false --- Get the URL of a host diff --git a/test.md b/test.md index 2d8adf7749..29a61cb7b4 100644 --- a/test.md +++ b/test.md @@ -1,7 +1,7 @@ --- description: Smoketest page title: Testing page -hide_from_sitemap: true +sitemap: false toc_min: 1 --- From 3c869fb0e354980753ec641bb0124aba5209e0f6 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 21 Oct 2020 14:17:37 +0200 Subject: [PATCH 2/8] _layouts: fix redirect layout for external URLs This allows `redirect_to` redirects to external websites; curl localhost:4000/samples/library/adminer/ Redirecting…

Redirecting…

Click here if you are not redirected. Signed-off-by: Sebastiaan van Stijn --- _layouts/redirect.html | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/_layouts/redirect.html b/_layouts/redirect.html index e5c382d1e7..3b9cece79e 100644 --- a/_layouts/redirect.html +++ b/_layouts/redirect.html @@ -2,10 +2,15 @@ Redirecting… - - + {%- assign redirect_to = page.redirect.to | remove_first: 'https://docs.docker.com' | remove_first: 'http://docs.docker.com' %} + {%- if redirect_to contains "://" %} + + {%- else %} + + {%- endif %} +

Redirecting…

- Click here if you are not redirected. - + Click here if you are not redirected. + From 735bbc54abb40d3f1cd0386925f07cc95d3ce045 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 21 Oct 2020 14:48:33 +0200 Subject: [PATCH 3/8] _samples: redirect Docker Hub sample pages to Docker Hub Signed-off-by: Sebastiaan van Stijn --- _samples/library/adminer.md | 2 +- _samples/library/adoptopenjdk.md | 2 +- _samples/library/aerospike.md | 2 +- _samples/library/alpine.md | 2 +- _samples/library/alt.md | 2 +- _samples/library/amazoncorretto.md | 2 +- _samples/library/amazonlinux.md | 2 +- _samples/library/arangodb.md | 2 +- _samples/library/backdrop.md | 2 +- _samples/library/bash.md | 2 +- _samples/library/bonita.md | 2 +- _samples/library/buildpack-deps.md | 2 +- _samples/library/busybox.md | 2 +- _samples/library/cassandra.md | 2 +- _samples/library/centos.md | 2 +- _samples/library/chronograf.md | 2 +- _samples/library/cirros.md | 2 +- _samples/library/clearlinux.md | 2 +- _samples/library/clefos.md | 2 +- _samples/library/clojure.md | 2 +- _samples/library/composer.md | 2 +- _samples/library/consul.md | 2 +- _samples/library/convertigo.md | 2 +- _samples/library/couchbase.md | 2 +- _samples/library/couchdb.md | 2 +- _samples/library/crate.md | 2 +- _samples/library/crux.md | 2 +- _samples/library/debian.md | 2 +- _samples/library/docker.md | 2 +- _samples/library/drupal.md | 2 +- _samples/library/eclipse-mosquitto.md | 2 +- _samples/library/eggdrop.md | 2 +- _samples/library/elasticsearch.md | 2 +- _samples/library/elixir.md | 2 +- _samples/library/erlang.md | 2 +- _samples/library/euleros.md | 2 +- _samples/library/express-gateway.md | 2 +- _samples/library/fedora.md | 2 +- _samples/library/flink.md | 2 +- _samples/library/fluentd.md | 2 +- _samples/library/fsharp.md | 2 +- _samples/library/gazebo.md | 2 +- _samples/library/gcc.md | 2 +- _samples/library/geonetwork.md | 2 +- _samples/library/ghost.md | 2 +- _samples/library/golang.md | 2 +- _samples/library/gradle.md | 2 +- _samples/library/groovy.md | 2 +- _samples/library/haproxy.md | 2 +- _samples/library/haskell.md | 2 +- _samples/library/haxe.md | 2 +- _samples/library/hello-world.md | 2 +- _samples/library/httpd.md | 2 +- _samples/library/hylang.md | 2 +- _samples/library/ibmjava.md | 2 +- _samples/library/influxdb.md | 2 +- _samples/library/irssi.md | 2 +- _samples/library/jetty.md | 2 +- _samples/library/jobber.md | 2 +- _samples/library/joomla.md | 2 +- _samples/library/jruby.md | 2 +- _samples/library/julia.md | 2 +- _samples/library/kaazing-gateway.md | 2 +- _samples/library/kapacitor.md | 2 +- _samples/library/kibana.md | 2 +- _samples/library/known.md | 2 +- _samples/library/kong.md | 2 +- _samples/library/lightstreamer.md | 2 +- _samples/library/logstash.md | 2 +- _samples/library/mageia.md | 2 +- _samples/library/mariadb.md | 2 +- _samples/library/matomo.md | 2 +- _samples/library/maven.md | 2 +- _samples/library/mediawiki.md | 2 +- _samples/library/memcached.md | 2 +- _samples/library/mongo-express.md | 2 +- _samples/library/mongo.md | 2 +- _samples/library/mono.md | 2 +- _samples/library/mysql.md | 2 +- _samples/library/nats-streaming.md | 2 +- _samples/library/nats.md | 2 +- _samples/library/neo4j.md | 2 +- _samples/library/neurodebian.md | 2 +- _samples/library/nextcloud.md | 2 +- _samples/library/nginx.md | 2 +- _samples/library/node.md | 2 +- _samples/library/notary.md | 2 +- _samples/library/nuxeo.md | 2 +- _samples/library/odoo.md | 2 +- _samples/library/open-liberty.md | 2 +- _samples/library/openjdk.md | 2 +- _samples/library/opensuse.md | 2 +- _samples/library/oraclelinux.md | 2 +- _samples/library/orientdb.md | 2 +- _samples/library/percona.md | 2 +- _samples/library/perl.md | 2 +- _samples/library/photon.md | 2 +- _samples/library/php-zendserver.md | 2 +- _samples/library/php.md | 2 +- _samples/library/plone.md | 2 +- _samples/library/postfixadmin.md | 2 +- _samples/library/postgres.md | 2 +- _samples/library/pypy.md | 2 +- _samples/library/python.md | 2 +- _samples/library/r-base.md | 2 +- _samples/library/rabbitmq.md | 2 +- _samples/library/rakudo-star.md | 2 +- _samples/library/rapidoid.md | 2 +- _samples/library/redis.md | 2 +- _samples/library/redmine.md | 2 +- _samples/library/registry.md | 2 +- _samples/library/rethinkdb.md | 2 +- _samples/library/rocket.chat.md | 2 +- _samples/library/ros.md | 2 +- _samples/library/ruby.md | 2 +- _samples/library/rust.md | 2 +- _samples/library/sapmachine.md | 2 +- _samples/library/scratch.md | 2 +- _samples/library/sentry.md | 2 +- _samples/library/silverpeas.md | 2 +- _samples/library/sl.md | 2 +- _samples/library/solr.md | 2 +- _samples/library/sonarqube.md | 2 +- _samples/library/sourcemage.md | 2 +- _samples/library/spiped.md | 2 +- _samples/library/storm.md | 2 +- _samples/library/swarm.md | 2 +- _samples/library/swift.md | 2 +- _samples/library/swipl.md | 2 +- _samples/library/teamspeak.md | 2 +- _samples/library/telegraf.md | 2 +- _samples/library/thrift.md | 2 +- _samples/library/tomcat.md | 2 +- _samples/library/tomee.md | 2 +- _samples/library/traefik.md | 2 +- _samples/library/ubuntu.md | 2 +- _samples/library/varnish.md | 2 +- _samples/library/vault.md | 2 +- _samples/library/websphere-liberty.md | 2 +- _samples/library/wordpress.md | 2 +- _samples/library/xwiki.md | 2 +- _samples/library/yourls.md | 2 +- _samples/library/znc.md | 2 +- _samples/library/zookeeper.md | 2 +- 144 files changed, 144 insertions(+), 144 deletions(-) diff --git a/_samples/library/adminer.md b/_samples/library/adminer.md index 3ba1337b7b..2fe8fac072 100644 --- a/_samples/library/adminer.md +++ b/_samples/library/adminer.md @@ -3,7 +3,7 @@ title: adminer keywords: library, sample, adminer repo: adminer layout: docs -permalink: /samples/library/adminer/ +redirect_to: https://hub.docker.com/_/adminer/ sitemap: false redirect_from: - /samples/adminer/ diff --git a/_samples/library/adoptopenjdk.md b/_samples/library/adoptopenjdk.md index 88a7156699..6d26f8a295 100644 --- a/_samples/library/adoptopenjdk.md +++ b/_samples/library/adoptopenjdk.md @@ -3,7 +3,7 @@ title: adoptopenjdk keywords: library, sample, adoptopenjdk repo: adoptopenjdk layout: docs -permalink: /samples/library/adoptopenjdk/ +redirect_to: https://hub.docker.com/_/adoptopenjdk/ sitemap: false redirect_from: - /samples/adoptopenjdk/ diff --git a/_samples/library/aerospike.md b/_samples/library/aerospike.md index 379adcbc63..1e8fcb4b65 100644 --- a/_samples/library/aerospike.md +++ b/_samples/library/aerospike.md @@ -3,7 +3,7 @@ title: aerospike keywords: library, sample, aerospike repo: aerospike layout: docs -permalink: /samples/library/aerospike/ +redirect_to: https://hub.docker.com/_/aerospike/ sitemap: false redirect_from: - /samples/aerospike/ diff --git a/_samples/library/alpine.md b/_samples/library/alpine.md index 5320b03fe9..f9b8a345d7 100644 --- a/_samples/library/alpine.md +++ b/_samples/library/alpine.md @@ -3,7 +3,7 @@ title: alpine keywords: library, sample, alpine repo: alpine layout: docs -permalink: /samples/library/alpine/ +redirect_to: https://hub.docker.com/_/alpine/ sitemap: false redirect_from: - /samples/alpine/ diff --git a/_samples/library/alt.md b/_samples/library/alt.md index 8c9ef9e9c3..f30eade2e6 100644 --- a/_samples/library/alt.md +++ b/_samples/library/alt.md @@ -3,7 +3,7 @@ title: alt keywords: library, sample, alt repo: alt layout: docs -permalink: /samples/library/alt/ +redirect_to: https://hub.docker.com/_/alt/ sitemap: false redirect_from: - /samples/alt/ diff --git a/_samples/library/amazoncorretto.md b/_samples/library/amazoncorretto.md index 0917943b57..7d50fe0031 100644 --- a/_samples/library/amazoncorretto.md +++ b/_samples/library/amazoncorretto.md @@ -3,7 +3,7 @@ title: amazoncorretto keywords: library, sample, amazoncorretto repo: amazoncorretto layout: docs -permalink: /samples/library/amazoncorretto/ +redirect_to: https://hub.docker.com/_/amazoncorretto/ sitemap: false redirect_from: - /samples/amazoncorretto/ diff --git a/_samples/library/amazonlinux.md b/_samples/library/amazonlinux.md index de3ac689be..ee6789f45c 100644 --- a/_samples/library/amazonlinux.md +++ b/_samples/library/amazonlinux.md @@ -3,7 +3,7 @@ title: amazonlinux keywords: library, sample, amazonlinux repo: amazonlinux layout: docs -permalink: /samples/library/amazonlinux/ +redirect_to: https://hub.docker.com/_/amazonlinux/ sitemap: false redirect_from: - /samples/amazonlinux/ diff --git a/_samples/library/arangodb.md b/_samples/library/arangodb.md index c240a38bb3..ab74f09cc4 100644 --- a/_samples/library/arangodb.md +++ b/_samples/library/arangodb.md @@ -3,7 +3,7 @@ title: arangodb keywords: library, sample, arangodb repo: arangodb layout: docs -permalink: /samples/library/arangodb/ +redirect_to: https://hub.docker.com/_/arangodb/ sitemap: false redirect_from: - /samples/arangodb/ diff --git a/_samples/library/backdrop.md b/_samples/library/backdrop.md index f02305213d..c2fce355a7 100644 --- a/_samples/library/backdrop.md +++ b/_samples/library/backdrop.md @@ -3,7 +3,7 @@ title: backdrop keywords: library, sample, backdrop repo: backdrop layout: docs -permalink: /samples/library/backdrop/ +redirect_to: https://hub.docker.com/_/backdrop/ sitemap: false redirect_from: - /samples/backdrop/ diff --git a/_samples/library/bash.md b/_samples/library/bash.md index c81580b5c1..57458f819b 100644 --- a/_samples/library/bash.md +++ b/_samples/library/bash.md @@ -3,7 +3,7 @@ title: bash keywords: library, sample, bash repo: bash layout: docs -permalink: /samples/library/bash/ +redirect_to: https://hub.docker.com/_/bash/ sitemap: false redirect_from: - /samples/bash/ diff --git a/_samples/library/bonita.md b/_samples/library/bonita.md index 6c56b485ab..67ed715e07 100644 --- a/_samples/library/bonita.md +++ b/_samples/library/bonita.md @@ -3,7 +3,7 @@ title: bonita keywords: library, sample, bonita repo: bonita layout: docs -permalink: /samples/library/bonita/ +redirect_to: https://hub.docker.com/_/bonita/ sitemap: false redirect_from: - /samples/bonita/ diff --git a/_samples/library/buildpack-deps.md b/_samples/library/buildpack-deps.md index 1fb8320c11..c3bd143217 100644 --- a/_samples/library/buildpack-deps.md +++ b/_samples/library/buildpack-deps.md @@ -3,7 +3,7 @@ title: buildpack-deps keywords: library, sample, buildpack-deps repo: buildpack-deps layout: docs -permalink: /samples/library/buildpack-deps/ +redirect_to: https://hub.docker.com/_/buildpack-deps/ sitemap: false redirect_from: - /samples/buildpack-deps/ diff --git a/_samples/library/busybox.md b/_samples/library/busybox.md index ce5bcf68b6..1a51beff6b 100644 --- a/_samples/library/busybox.md +++ b/_samples/library/busybox.md @@ -3,7 +3,7 @@ title: busybox keywords: library, sample, busybox repo: busybox layout: docs -permalink: /samples/library/busybox/ +redirect_to: https://hub.docker.com/_/busybox/ sitemap: false redirect_from: - /samples/busybox/ diff --git a/_samples/library/cassandra.md b/_samples/library/cassandra.md index 8309422cc8..c9e4b964fa 100644 --- a/_samples/library/cassandra.md +++ b/_samples/library/cassandra.md @@ -3,7 +3,7 @@ title: cassandra keywords: library, sample, cassandra repo: cassandra layout: docs -permalink: /samples/library/cassandra/ +redirect_to: https://hub.docker.com/_/cassandra/ sitemap: false redirect_from: - /samples/cassandra/ diff --git a/_samples/library/centos.md b/_samples/library/centos.md index e04d688184..8eb8118210 100644 --- a/_samples/library/centos.md +++ b/_samples/library/centos.md @@ -3,7 +3,7 @@ title: centos keywords: library, sample, centos repo: centos layout: docs -permalink: /samples/library/centos/ +redirect_to: https://hub.docker.com/_/centos/ sitemap: false redirect_from: - /samples/centos/ diff --git a/_samples/library/chronograf.md b/_samples/library/chronograf.md index c5b927aada..260501c6b5 100644 --- a/_samples/library/chronograf.md +++ b/_samples/library/chronograf.md @@ -3,7 +3,7 @@ title: chronograf keywords: library, sample, chronograf repo: chronograf layout: docs -permalink: /samples/library/chronograf/ +redirect_to: https://hub.docker.com/_/chronograf/ sitemap: false redirect_from: - /samples/chronograf/ diff --git a/_samples/library/cirros.md b/_samples/library/cirros.md index bdfaeebd0a..999e40fe9b 100644 --- a/_samples/library/cirros.md +++ b/_samples/library/cirros.md @@ -3,7 +3,7 @@ title: cirros keywords: library, sample, cirros repo: cirros layout: docs -permalink: /samples/library/cirros/ +redirect_to: https://hub.docker.com/_/cirros/ sitemap: false redirect_from: - /samples/cirros/ diff --git a/_samples/library/clearlinux.md b/_samples/library/clearlinux.md index 7490927039..0b68036da7 100644 --- a/_samples/library/clearlinux.md +++ b/_samples/library/clearlinux.md @@ -3,7 +3,7 @@ title: clearlinux keywords: library, sample, clearlinux repo: clearlinux layout: docs -permalink: /samples/library/clearlinux/ +redirect_to: https://hub.docker.com/_/clearlinux/ sitemap: false redirect_from: - /samples/clearlinux/ diff --git a/_samples/library/clefos.md b/_samples/library/clefos.md index 6ce967f5ad..bfa4d2a1aa 100644 --- a/_samples/library/clefos.md +++ b/_samples/library/clefos.md @@ -3,7 +3,7 @@ title: clefos keywords: library, sample, clefos repo: clefos layout: docs -permalink: /samples/library/clefos/ +redirect_to: https://hub.docker.com/_/clefos/ sitemap: false redirect_from: - /samples/clefos/ diff --git a/_samples/library/clojure.md b/_samples/library/clojure.md index 0b06b2ff28..6190b63ab3 100644 --- a/_samples/library/clojure.md +++ b/_samples/library/clojure.md @@ -3,7 +3,7 @@ title: clojure keywords: library, sample, clojure repo: clojure layout: docs -permalink: /samples/library/clojure/ +redirect_to: https://hub.docker.com/_/clojure/ sitemap: false redirect_from: - /samples/clojure/ diff --git a/_samples/library/composer.md b/_samples/library/composer.md index 04c43f478a..2a6dce4bda 100644 --- a/_samples/library/composer.md +++ b/_samples/library/composer.md @@ -3,7 +3,7 @@ title: composer keywords: library, sample, composer repo: composer layout: docs -permalink: /samples/library/composer/ +redirect_to: https://hub.docker.com/_/composer/ sitemap: false redirect_from: - /samples/composer/ diff --git a/_samples/library/consul.md b/_samples/library/consul.md index ab1cd0484d..b30796f6dd 100644 --- a/_samples/library/consul.md +++ b/_samples/library/consul.md @@ -3,7 +3,7 @@ title: consul keywords: library, sample, consul repo: consul layout: docs -permalink: /samples/library/consul/ +redirect_to: https://hub.docker.com/_/consul/ sitemap: false redirect_from: - /samples/consul/ diff --git a/_samples/library/convertigo.md b/_samples/library/convertigo.md index 97c4873be3..13f91145b1 100644 --- a/_samples/library/convertigo.md +++ b/_samples/library/convertigo.md @@ -3,7 +3,7 @@ title: convertigo keywords: library, sample, convertigo repo: convertigo layout: docs -permalink: /samples/library/convertigo/ +redirect_to: https://hub.docker.com/_/convertigo/ sitemap: false redirect_from: - /samples/convertigo/ diff --git a/_samples/library/couchbase.md b/_samples/library/couchbase.md index 93d18e58f0..1b4a2fa474 100644 --- a/_samples/library/couchbase.md +++ b/_samples/library/couchbase.md @@ -3,7 +3,7 @@ title: couchbase keywords: library, sample, couchbase repo: couchbase layout: docs -permalink: /samples/library/couchbase/ +redirect_to: https://hub.docker.com/_/couchbase/ sitemap: false redirect_from: - /samples/couchbase/ diff --git a/_samples/library/couchdb.md b/_samples/library/couchdb.md index b5dfbb418c..9afd52fa15 100644 --- a/_samples/library/couchdb.md +++ b/_samples/library/couchdb.md @@ -3,7 +3,7 @@ title: couchdb keywords: library, sample, couchdb repo: couchdb layout: docs -permalink: /samples/library/couchdb/ +redirect_to: https://hub.docker.com/_/couchdb/ sitemap: false redirect_from: - /samples/couchdb/ diff --git a/_samples/library/crate.md b/_samples/library/crate.md index 974505be1d..c3ec5323e8 100644 --- a/_samples/library/crate.md +++ b/_samples/library/crate.md @@ -3,7 +3,7 @@ title: crate keywords: library, sample, crate repo: crate layout: docs -permalink: /samples/library/crate/ +redirect_to: https://hub.docker.com/_/crate/ sitemap: false redirect_from: - /samples/crate/ diff --git a/_samples/library/crux.md b/_samples/library/crux.md index 1c39cd578a..3c3845df34 100644 --- a/_samples/library/crux.md +++ b/_samples/library/crux.md @@ -3,7 +3,7 @@ title: crux keywords: library, sample, crux repo: crux layout: docs -permalink: /samples/library/crux/ +redirect_to: https://hub.docker.com/_/crux/ sitemap: false redirect_from: - /samples/crux/ diff --git a/_samples/library/debian.md b/_samples/library/debian.md index daefad0351..3203e2156b 100644 --- a/_samples/library/debian.md +++ b/_samples/library/debian.md @@ -3,7 +3,7 @@ title: debian keywords: library, sample, debian repo: debian layout: docs -permalink: /samples/library/debian/ +redirect_to: https://hub.docker.com/_/debian/ sitemap: false redirect_from: - /samples/debian/ diff --git a/_samples/library/docker.md b/_samples/library/docker.md index 534205868e..79aa39252a 100644 --- a/_samples/library/docker.md +++ b/_samples/library/docker.md @@ -3,7 +3,7 @@ title: docker keywords: library, sample, docker repo: docker layout: docs -permalink: /samples/library/docker/ +redirect_to: https://hub.docker.com/_/docker/ sitemap: false redirect_from: - /samples/docker/ diff --git a/_samples/library/drupal.md b/_samples/library/drupal.md index fdf8c915a4..ce3f91a034 100644 --- a/_samples/library/drupal.md +++ b/_samples/library/drupal.md @@ -3,7 +3,7 @@ title: drupal keywords: library, sample, drupal repo: drupal layout: docs -permalink: /samples/library/drupal/ +redirect_to: https://hub.docker.com/_/drupal/ sitemap: false redirect_from: - /samples/drupal/ diff --git a/_samples/library/eclipse-mosquitto.md b/_samples/library/eclipse-mosquitto.md index 587af16443..32ca5dde27 100644 --- a/_samples/library/eclipse-mosquitto.md +++ b/_samples/library/eclipse-mosquitto.md @@ -3,7 +3,7 @@ title: eclipse-mosquitto keywords: library, sample, eclipse-mosquitto repo: eclipse-mosquitto layout: docs -permalink: /samples/library/eclipse-mosquitto/ +redirect_to: https://hub.docker.com/_/eclipse-mosquitto/ sitemap: false redirect_from: - /samples/eclipse-mosquitto/ diff --git a/_samples/library/eggdrop.md b/_samples/library/eggdrop.md index 6d64e261f9..a8e942d2f1 100644 --- a/_samples/library/eggdrop.md +++ b/_samples/library/eggdrop.md @@ -3,7 +3,7 @@ title: eggdrop keywords: library, sample, eggdrop repo: eggdrop layout: docs -permalink: /samples/library/eggdrop/ +redirect_to: https://hub.docker.com/_/eggdrop/ sitemap: false redirect_from: - /samples/eggdrop/ diff --git a/_samples/library/elasticsearch.md b/_samples/library/elasticsearch.md index 5f27ceda34..92de56a148 100644 --- a/_samples/library/elasticsearch.md +++ b/_samples/library/elasticsearch.md @@ -3,7 +3,7 @@ title: elasticsearch keywords: library, sample, elasticsearch repo: elasticsearch layout: docs -permalink: /samples/library/elasticsearch/ +redirect_to: https://hub.docker.com/_/elasticsearch/ sitemap: false redirect_from: - /samples/elasticsearch/ diff --git a/_samples/library/elixir.md b/_samples/library/elixir.md index 780e103f25..648283c75a 100644 --- a/_samples/library/elixir.md +++ b/_samples/library/elixir.md @@ -3,7 +3,7 @@ title: elixir keywords: library, sample, elixir repo: elixir layout: docs -permalink: /samples/library/elixir/ +redirect_to: https://hub.docker.com/_/elixir/ sitemap: false redirect_from: - /samples/elixir/ diff --git a/_samples/library/erlang.md b/_samples/library/erlang.md index 66644b4f34..679bd38f1c 100644 --- a/_samples/library/erlang.md +++ b/_samples/library/erlang.md @@ -3,7 +3,7 @@ title: erlang keywords: library, sample, erlang repo: erlang layout: docs -permalink: /samples/library/erlang/ +redirect_to: https://hub.docker.com/_/erlang/ sitemap: false redirect_from: - /samples/erlang/ diff --git a/_samples/library/euleros.md b/_samples/library/euleros.md index 4675c894bf..9f278c1e51 100644 --- a/_samples/library/euleros.md +++ b/_samples/library/euleros.md @@ -3,7 +3,7 @@ title: euleros keywords: library, sample, euleros repo: euleros layout: docs -permalink: /samples/library/euleros/ +redirect_to: https://hub.docker.com/_/euleros/ sitemap: false redirect_from: - /samples/euleros/ diff --git a/_samples/library/express-gateway.md b/_samples/library/express-gateway.md index f7d0d49adc..d2fabbec88 100644 --- a/_samples/library/express-gateway.md +++ b/_samples/library/express-gateway.md @@ -3,7 +3,7 @@ title: express-gateway keywords: library, sample, express-gateway repo: express-gateway layout: docs -permalink: /samples/library/express-gateway/ +redirect_to: https://hub.docker.com/_/express-gateway/ sitemap: false redirect_from: - /samples/express-gateway/ diff --git a/_samples/library/fedora.md b/_samples/library/fedora.md index 5f7241f8d6..383d812e19 100644 --- a/_samples/library/fedora.md +++ b/_samples/library/fedora.md @@ -3,7 +3,7 @@ title: fedora keywords: library, sample, fedora repo: fedora layout: docs -permalink: /samples/library/fedora/ +redirect_to: https://hub.docker.com/_/fedora/ sitemap: false redirect_from: - /samples/fedora/ diff --git a/_samples/library/flink.md b/_samples/library/flink.md index 19037734cf..665649af5a 100644 --- a/_samples/library/flink.md +++ b/_samples/library/flink.md @@ -3,7 +3,7 @@ title: flink keywords: library, sample, flink repo: flink layout: docs -permalink: /samples/library/flink/ +redirect_to: https://hub.docker.com/_/flink/ sitemap: false redirect_from: - /samples/flink/ diff --git a/_samples/library/fluentd.md b/_samples/library/fluentd.md index a132ad2c8c..bd48bf9e8b 100644 --- a/_samples/library/fluentd.md +++ b/_samples/library/fluentd.md @@ -3,7 +3,7 @@ title: fluentd keywords: library, sample, fluentd repo: fluentd layout: docs -permalink: /samples/library/fluentd/ +redirect_to: https://hub.docker.com/_/fluentd/ sitemap: false redirect_from: - /samples/fluentd/ diff --git a/_samples/library/fsharp.md b/_samples/library/fsharp.md index 1bd2fd926a..f78bd7c4e4 100644 --- a/_samples/library/fsharp.md +++ b/_samples/library/fsharp.md @@ -3,7 +3,7 @@ title: fsharp keywords: library, sample, fsharp repo: fsharp layout: docs -permalink: /samples/library/fsharp/ +redirect_to: https://hub.docker.com/_/fsharp/ sitemap: false redirect_from: - /samples/fsharp/ diff --git a/_samples/library/gazebo.md b/_samples/library/gazebo.md index 2120605be3..db4105dd64 100644 --- a/_samples/library/gazebo.md +++ b/_samples/library/gazebo.md @@ -3,7 +3,7 @@ title: gazebo keywords: library, sample, gazebo repo: gazebo layout: docs -permalink: /samples/library/gazebo/ +redirect_to: https://hub.docker.com/_/gazebo/ sitemap: false redirect_from: - /samples/gazebo/ diff --git a/_samples/library/gcc.md b/_samples/library/gcc.md index d03a35b654..467c96f670 100644 --- a/_samples/library/gcc.md +++ b/_samples/library/gcc.md @@ -3,7 +3,7 @@ title: gcc keywords: library, sample, gcc repo: gcc layout: docs -permalink: /samples/library/gcc/ +redirect_to: https://hub.docker.com/_/gcc/ sitemap: false redirect_from: - /samples/gcc/ diff --git a/_samples/library/geonetwork.md b/_samples/library/geonetwork.md index c599a92459..bc19aa8f95 100644 --- a/_samples/library/geonetwork.md +++ b/_samples/library/geonetwork.md @@ -3,7 +3,7 @@ title: geonetwork keywords: library, sample, geonetwork repo: geonetwork layout: docs -permalink: /samples/library/geonetwork/ +redirect_to: https://hub.docker.com/_/geonetwork/ sitemap: false redirect_from: - /samples/geonetwork/ diff --git a/_samples/library/ghost.md b/_samples/library/ghost.md index eb13064bcd..5087a39d92 100644 --- a/_samples/library/ghost.md +++ b/_samples/library/ghost.md @@ -3,7 +3,7 @@ title: ghost keywords: library, sample, ghost repo: ghost layout: docs -permalink: /samples/library/ghost/ +redirect_to: https://hub.docker.com/_/ghost/ sitemap: false redirect_from: - /samples/ghost/ diff --git a/_samples/library/golang.md b/_samples/library/golang.md index 68a0d5e51f..ea59b42e76 100644 --- a/_samples/library/golang.md +++ b/_samples/library/golang.md @@ -3,7 +3,7 @@ title: golang keywords: library, sample, golang repo: golang layout: docs -permalink: /samples/library/golang/ +redirect_to: https://hub.docker.com/_/golang/ sitemap: false redirect_from: - /samples/golang/ diff --git a/_samples/library/gradle.md b/_samples/library/gradle.md index a643ef9755..61a3ade0b8 100644 --- a/_samples/library/gradle.md +++ b/_samples/library/gradle.md @@ -3,7 +3,7 @@ title: gradle keywords: library, sample, gradle repo: gradle layout: docs -permalink: /samples/library/gradle/ +redirect_to: https://hub.docker.com/_/gradle/ sitemap: false redirect_from: - /samples/gradle/ diff --git a/_samples/library/groovy.md b/_samples/library/groovy.md index a5bff9e580..e9b3fd8456 100644 --- a/_samples/library/groovy.md +++ b/_samples/library/groovy.md @@ -3,7 +3,7 @@ title: groovy keywords: library, sample, groovy repo: groovy layout: docs -permalink: /samples/library/groovy/ +redirect_to: https://hub.docker.com/_/groovy/ sitemap: false redirect_from: - /samples/groovy/ diff --git a/_samples/library/haproxy.md b/_samples/library/haproxy.md index 57b3acaea0..492fca8f4f 100644 --- a/_samples/library/haproxy.md +++ b/_samples/library/haproxy.md @@ -3,7 +3,7 @@ title: haproxy keywords: library, sample, haproxy repo: haproxy layout: docs -permalink: /samples/library/haproxy/ +redirect_to: https://hub.docker.com/_/haproxy/ sitemap: false redirect_from: - /samples/haproxy/ diff --git a/_samples/library/haskell.md b/_samples/library/haskell.md index 50dcc90b03..0a9abd10a4 100644 --- a/_samples/library/haskell.md +++ b/_samples/library/haskell.md @@ -3,7 +3,7 @@ title: haskell keywords: library, sample, haskell repo: haskell layout: docs -permalink: /samples/library/haskell/ +redirect_to: https://hub.docker.com/_/haskell/ sitemap: false redirect_from: - /samples/haskell/ diff --git a/_samples/library/haxe.md b/_samples/library/haxe.md index d795e64b0b..269dabe88b 100644 --- a/_samples/library/haxe.md +++ b/_samples/library/haxe.md @@ -3,7 +3,7 @@ title: haxe keywords: library, sample, haxe repo: haxe layout: docs -permalink: /samples/library/haxe/ +redirect_to: https://hub.docker.com/_/haxe/ sitemap: false redirect_from: - /samples/haxe/ diff --git a/_samples/library/hello-world.md b/_samples/library/hello-world.md index d7e367f2a3..d97954aa49 100644 --- a/_samples/library/hello-world.md +++ b/_samples/library/hello-world.md @@ -3,7 +3,7 @@ title: hello-world keywords: library, sample, hello-world repo: hello-world layout: docs -permalink: /samples/library/hello-world/ +redirect_to: https://hub.docker.com/_/hello-world/ sitemap: false redirect_from: - /samples/hello-world/ diff --git a/_samples/library/httpd.md b/_samples/library/httpd.md index 49eb5cce6e..8a57ee6e03 100644 --- a/_samples/library/httpd.md +++ b/_samples/library/httpd.md @@ -3,7 +3,7 @@ title: httpd keywords: library, sample, httpd repo: httpd layout: docs -permalink: /samples/library/httpd/ +redirect_to: https://hub.docker.com/_/httpd/ sitemap: false redirect_from: - /samples/httpd/ diff --git a/_samples/library/hylang.md b/_samples/library/hylang.md index 4f5832dbc1..679d9def79 100644 --- a/_samples/library/hylang.md +++ b/_samples/library/hylang.md @@ -3,7 +3,7 @@ title: hylang keywords: library, sample, hylang repo: hylang layout: docs -permalink: /samples/library/hylang/ +redirect_to: https://hub.docker.com/_/hylang/ sitemap: false redirect_from: - /samples/hylang/ diff --git a/_samples/library/ibmjava.md b/_samples/library/ibmjava.md index ef571d4961..6e05f79810 100644 --- a/_samples/library/ibmjava.md +++ b/_samples/library/ibmjava.md @@ -3,7 +3,7 @@ title: ibmjava keywords: library, sample, ibmjava repo: ibmjava layout: docs -permalink: /samples/library/ibmjava/ +redirect_to: https://hub.docker.com/_/ibmjava/ sitemap: false redirect_from: - /samples/ibmjava/ diff --git a/_samples/library/influxdb.md b/_samples/library/influxdb.md index 9fdd700e0d..303a2a86a0 100644 --- a/_samples/library/influxdb.md +++ b/_samples/library/influxdb.md @@ -3,7 +3,7 @@ title: influxdb keywords: library, sample, influxdb repo: influxdb layout: docs -permalink: /samples/library/influxdb/ +redirect_to: https://hub.docker.com/_/influxdb/ sitemap: false redirect_from: - /samples/influxdb/ diff --git a/_samples/library/irssi.md b/_samples/library/irssi.md index 587a691b13..6bce814074 100644 --- a/_samples/library/irssi.md +++ b/_samples/library/irssi.md @@ -3,7 +3,7 @@ title: irssi keywords: library, sample, irssi repo: irssi layout: docs -permalink: /samples/library/irssi/ +redirect_to: https://hub.docker.com/_/irssi/ sitemap: false redirect_from: - /samples/irssi/ diff --git a/_samples/library/jetty.md b/_samples/library/jetty.md index 058df58e74..5ae1a9cd06 100644 --- a/_samples/library/jetty.md +++ b/_samples/library/jetty.md @@ -3,7 +3,7 @@ title: jetty keywords: library, sample, jetty repo: jetty layout: docs -permalink: /samples/library/jetty/ +redirect_to: https://hub.docker.com/_/jetty/ sitemap: false redirect_from: - /samples/jetty/ diff --git a/_samples/library/jobber.md b/_samples/library/jobber.md index 417efca30e..16744fef9f 100644 --- a/_samples/library/jobber.md +++ b/_samples/library/jobber.md @@ -3,7 +3,7 @@ title: jobber keywords: library, sample, jobber repo: jobber layout: docs -permalink: /samples/library/jobber/ +redirect_to: https://hub.docker.com/_/jobber/ sitemap: false redirect_from: - /samples/jobber/ diff --git a/_samples/library/joomla.md b/_samples/library/joomla.md index 3cf4638eaf..38745b61ed 100644 --- a/_samples/library/joomla.md +++ b/_samples/library/joomla.md @@ -3,7 +3,7 @@ title: joomla keywords: library, sample, joomla repo: joomla layout: docs -permalink: /samples/library/joomla/ +redirect_to: https://hub.docker.com/_/joomla/ sitemap: false redirect_from: - /samples/joomla/ diff --git a/_samples/library/jruby.md b/_samples/library/jruby.md index 5e453447bb..f9ce33e54d 100644 --- a/_samples/library/jruby.md +++ b/_samples/library/jruby.md @@ -3,7 +3,7 @@ title: jruby keywords: library, sample, jruby repo: jruby layout: docs -permalink: /samples/library/jruby/ +redirect_to: https://hub.docker.com/_/jruby/ sitemap: false redirect_from: - /samples/jruby/ diff --git a/_samples/library/julia.md b/_samples/library/julia.md index f3ae14b241..b8bfb46f72 100644 --- a/_samples/library/julia.md +++ b/_samples/library/julia.md @@ -3,7 +3,7 @@ title: julia keywords: library, sample, julia repo: julia layout: docs -permalink: /samples/library/julia/ +redirect_to: https://hub.docker.com/_/julia/ sitemap: false redirect_from: - /samples/julia/ diff --git a/_samples/library/kaazing-gateway.md b/_samples/library/kaazing-gateway.md index d5ffe45097..bc5ab11159 100644 --- a/_samples/library/kaazing-gateway.md +++ b/_samples/library/kaazing-gateway.md @@ -3,7 +3,7 @@ title: kaazing-gateway keywords: library, sample, kaazing-gateway repo: kaazing-gateway layout: docs -permalink: /samples/library/kaazing-gateway/ +redirect_to: https://hub.docker.com/_/kaazing-gateway/ sitemap: false redirect_from: - /samples/kaazing-gateway/ diff --git a/_samples/library/kapacitor.md b/_samples/library/kapacitor.md index 8fe734880b..49c1ddc7e4 100644 --- a/_samples/library/kapacitor.md +++ b/_samples/library/kapacitor.md @@ -3,7 +3,7 @@ title: kapacitor keywords: library, sample, kapacitor repo: kapacitor layout: docs -permalink: /samples/library/kapacitor/ +redirect_to: https://hub.docker.com/_/kapacitor/ sitemap: false redirect_from: - /samples/kapacitor/ diff --git a/_samples/library/kibana.md b/_samples/library/kibana.md index f6439d20a2..78b4d603fb 100644 --- a/_samples/library/kibana.md +++ b/_samples/library/kibana.md @@ -3,7 +3,7 @@ title: kibana keywords: library, sample, kibana repo: kibana layout: docs -permalink: /samples/library/kibana/ +redirect_to: https://hub.docker.com/_/kibana/ sitemap: false redirect_from: - /samples/kibana/ diff --git a/_samples/library/known.md b/_samples/library/known.md index c3c3ee7dd4..9a3bbf74ba 100644 --- a/_samples/library/known.md +++ b/_samples/library/known.md @@ -3,7 +3,7 @@ title: known keywords: library, sample, known repo: known layout: docs -permalink: /samples/library/known/ +redirect_to: https://hub.docker.com/_/known/ sitemap: false redirect_from: - /samples/known/ diff --git a/_samples/library/kong.md b/_samples/library/kong.md index 91c66e6cb9..c6c80384c9 100644 --- a/_samples/library/kong.md +++ b/_samples/library/kong.md @@ -3,7 +3,7 @@ title: kong keywords: library, sample, kong repo: kong layout: docs -permalink: /samples/library/kong/ +redirect_to: https://hub.docker.com/_/kong/ sitemap: false redirect_from: - /samples/kong/ diff --git a/_samples/library/lightstreamer.md b/_samples/library/lightstreamer.md index 9280e23210..c5bb475fba 100644 --- a/_samples/library/lightstreamer.md +++ b/_samples/library/lightstreamer.md @@ -3,7 +3,7 @@ title: lightstreamer keywords: library, sample, lightstreamer repo: lightstreamer layout: docs -permalink: /samples/library/lightstreamer/ +redirect_to: https://hub.docker.com/_/lightstreamer/ sitemap: false redirect_from: - /samples/lightstreamer/ diff --git a/_samples/library/logstash.md b/_samples/library/logstash.md index 4754fbfdbc..863eecd5ef 100644 --- a/_samples/library/logstash.md +++ b/_samples/library/logstash.md @@ -3,7 +3,7 @@ title: logstash keywords: library, sample, logstash repo: logstash layout: docs -permalink: /samples/library/logstash/ +redirect_to: https://hub.docker.com/_/logstash/ sitemap: false redirect_from: - /samples/logstash/ diff --git a/_samples/library/mageia.md b/_samples/library/mageia.md index 02eeeee1a9..9a0ba1b862 100644 --- a/_samples/library/mageia.md +++ b/_samples/library/mageia.md @@ -3,7 +3,7 @@ title: mageia keywords: library, sample, mageia repo: mageia layout: docs -permalink: /samples/library/mageia/ +redirect_to: https://hub.docker.com/_/mageia/ sitemap: false redirect_from: - /samples/mageia/ diff --git a/_samples/library/mariadb.md b/_samples/library/mariadb.md index a1895d6ec9..5e0ad43d18 100644 --- a/_samples/library/mariadb.md +++ b/_samples/library/mariadb.md @@ -3,7 +3,7 @@ title: mariadb keywords: library, sample, mariadb repo: mariadb layout: docs -permalink: /samples/library/mariadb/ +redirect_to: https://hub.docker.com/_/mariadb/ sitemap: false redirect_from: - /samples/mariadb/ diff --git a/_samples/library/matomo.md b/_samples/library/matomo.md index 910350415c..38c3965e4b 100644 --- a/_samples/library/matomo.md +++ b/_samples/library/matomo.md @@ -3,7 +3,7 @@ title: matomo keywords: library, sample, matomo repo: matomo layout: docs -permalink: /samples/library/matomo/ +redirect_to: https://hub.docker.com/_/matomo/ sitemap: false redirect_from: - /samples/matomo/ diff --git a/_samples/library/maven.md b/_samples/library/maven.md index 802d369ab2..9b31691cc0 100644 --- a/_samples/library/maven.md +++ b/_samples/library/maven.md @@ -3,7 +3,7 @@ title: maven keywords: library, sample, maven repo: maven layout: docs -permalink: /samples/library/maven/ +redirect_to: https://hub.docker.com/_/maven/ sitemap: false redirect_from: - /samples/maven/ diff --git a/_samples/library/mediawiki.md b/_samples/library/mediawiki.md index 5075a851d4..e4ce706b60 100644 --- a/_samples/library/mediawiki.md +++ b/_samples/library/mediawiki.md @@ -3,7 +3,7 @@ title: mediawiki keywords: library, sample, mediawiki repo: mediawiki layout: docs -permalink: /samples/library/mediawiki/ +redirect_to: https://hub.docker.com/_/mediawiki/ sitemap: false redirect_from: - /samples/mediawiki/ diff --git a/_samples/library/memcached.md b/_samples/library/memcached.md index bb0647d261..944f503578 100644 --- a/_samples/library/memcached.md +++ b/_samples/library/memcached.md @@ -3,7 +3,7 @@ title: memcached keywords: library, sample, memcached repo: memcached layout: docs -permalink: /samples/library/memcached/ +redirect_to: https://hub.docker.com/_/memcached/ sitemap: false redirect_from: - /samples/memcached/ diff --git a/_samples/library/mongo-express.md b/_samples/library/mongo-express.md index 495261320e..1949141a9b 100644 --- a/_samples/library/mongo-express.md +++ b/_samples/library/mongo-express.md @@ -3,7 +3,7 @@ title: mongo-express keywords: library, sample, mongo-express repo: mongo-express layout: docs -permalink: /samples/library/mongo-express/ +redirect_to: https://hub.docker.com/_/mongo-express/ sitemap: false redirect_from: - /samples/mongo-express/ diff --git a/_samples/library/mongo.md b/_samples/library/mongo.md index dfad9142a4..33c6066ff3 100644 --- a/_samples/library/mongo.md +++ b/_samples/library/mongo.md @@ -3,7 +3,7 @@ title: mongo keywords: library, sample, mongo repo: mongo layout: docs -permalink: /samples/library/mongo/ +redirect_to: https://hub.docker.com/_/mongo/ sitemap: false redirect_from: - /samples/mongo/ diff --git a/_samples/library/mono.md b/_samples/library/mono.md index 07929f57ac..fce4ce03fa 100644 --- a/_samples/library/mono.md +++ b/_samples/library/mono.md @@ -3,7 +3,7 @@ title: mono keywords: library, sample, mono repo: mono layout: docs -permalink: /samples/library/mono/ +redirect_to: https://hub.docker.com/_/mono/ sitemap: false redirect_from: - /samples/mono/ diff --git a/_samples/library/mysql.md b/_samples/library/mysql.md index 2a86873c68..bff8acb69a 100644 --- a/_samples/library/mysql.md +++ b/_samples/library/mysql.md @@ -3,7 +3,7 @@ title: mysql keywords: library, sample, mysql repo: mysql layout: docs -permalink: /samples/library/mysql/ +redirect_to: https://hub.docker.com/_/mysql/ sitemap: false redirect_from: - /samples/mysql/ diff --git a/_samples/library/nats-streaming.md b/_samples/library/nats-streaming.md index 58695e6fff..5c0f85e9c3 100644 --- a/_samples/library/nats-streaming.md +++ b/_samples/library/nats-streaming.md @@ -3,7 +3,7 @@ title: nats-streaming keywords: library, sample, nats-streaming repo: nats-streaming layout: docs -permalink: /samples/library/nats-streaming/ +redirect_to: https://hub.docker.com/_/nats-streaming/ sitemap: false redirect_from: - /samples/nats-streaming/ diff --git a/_samples/library/nats.md b/_samples/library/nats.md index db30403b26..c23830619c 100644 --- a/_samples/library/nats.md +++ b/_samples/library/nats.md @@ -3,7 +3,7 @@ title: nats keywords: library, sample, nats repo: nats layout: docs -permalink: /samples/library/nats/ +redirect_to: https://hub.docker.com/_/nats/ sitemap: false redirect_from: - /samples/nats/ diff --git a/_samples/library/neo4j.md b/_samples/library/neo4j.md index a6fddb7087..6ed635b2f5 100644 --- a/_samples/library/neo4j.md +++ b/_samples/library/neo4j.md @@ -3,7 +3,7 @@ title: neo4j keywords: library, sample, neo4j repo: neo4j layout: docs -permalink: /samples/library/neo4j/ +redirect_to: https://hub.docker.com/_/neo4j/ sitemap: false redirect_from: - /samples/neo4j/ diff --git a/_samples/library/neurodebian.md b/_samples/library/neurodebian.md index e0b1e91dd1..d045f3bd34 100644 --- a/_samples/library/neurodebian.md +++ b/_samples/library/neurodebian.md @@ -3,7 +3,7 @@ title: neurodebian keywords: library, sample, neurodebian repo: neurodebian layout: docs -permalink: /samples/library/neurodebian/ +redirect_to: https://hub.docker.com/_/neurodebian/ sitemap: false redirect_from: - /samples/neurodebian/ diff --git a/_samples/library/nextcloud.md b/_samples/library/nextcloud.md index 42e0db8cf2..39149b146a 100644 --- a/_samples/library/nextcloud.md +++ b/_samples/library/nextcloud.md @@ -3,7 +3,7 @@ title: nextcloud keywords: library, sample, nextcloud repo: nextcloud layout: docs -permalink: /samples/library/nextcloud/ +redirect_to: https://hub.docker.com/_/nextcloud/ sitemap: false redirect_from: - /samples/nextcloud/ diff --git a/_samples/library/nginx.md b/_samples/library/nginx.md index cf8c681a50..1515e21637 100644 --- a/_samples/library/nginx.md +++ b/_samples/library/nginx.md @@ -3,7 +3,7 @@ title: nginx keywords: library, sample, nginx repo: nginx layout: docs -permalink: /samples/library/nginx/ +redirect_to: https://hub.docker.com/_/nginx/ sitemap: false redirect_from: - /samples/nginx/ diff --git a/_samples/library/node.md b/_samples/library/node.md index 37a064df4d..223b3eeff6 100644 --- a/_samples/library/node.md +++ b/_samples/library/node.md @@ -3,7 +3,7 @@ title: node keywords: library, sample, node repo: node layout: docs -permalink: /samples/library/node/ +redirect_to: https://hub.docker.com/_/node/ sitemap: false redirect_from: - /samples/node/ diff --git a/_samples/library/notary.md b/_samples/library/notary.md index faefad729e..23a1a66b95 100644 --- a/_samples/library/notary.md +++ b/_samples/library/notary.md @@ -3,7 +3,7 @@ title: notary keywords: library, sample, notary repo: notary layout: docs -permalink: /samples/library/notary/ +redirect_to: https://hub.docker.com/_/notary/ sitemap: false redirect_from: - /samples/notary/ diff --git a/_samples/library/nuxeo.md b/_samples/library/nuxeo.md index 91be6e3d8d..48c5f8abd4 100644 --- a/_samples/library/nuxeo.md +++ b/_samples/library/nuxeo.md @@ -3,7 +3,7 @@ title: nuxeo keywords: library, sample, nuxeo repo: nuxeo layout: docs -permalink: /samples/library/nuxeo/ +redirect_to: https://hub.docker.com/_/nuxeo/ sitemap: false redirect_from: - /samples/nuxeo/ diff --git a/_samples/library/odoo.md b/_samples/library/odoo.md index e7fa4f5ff3..bc6b933954 100644 --- a/_samples/library/odoo.md +++ b/_samples/library/odoo.md @@ -3,7 +3,7 @@ title: odoo keywords: library, sample, odoo repo: odoo layout: docs -permalink: /samples/library/odoo/ +redirect_to: https://hub.docker.com/_/odoo/ sitemap: false redirect_from: - /samples/odoo/ diff --git a/_samples/library/open-liberty.md b/_samples/library/open-liberty.md index 72acd65ba2..fd20b834d6 100644 --- a/_samples/library/open-liberty.md +++ b/_samples/library/open-liberty.md @@ -3,7 +3,7 @@ title: open-liberty keywords: library, sample, open-liberty repo: open-liberty layout: docs -permalink: /samples/library/open-liberty/ +redirect_to: https://hub.docker.com/_/open-liberty/ sitemap: false redirect_from: - /samples/open-liberty/ diff --git a/_samples/library/openjdk.md b/_samples/library/openjdk.md index 674292ff92..f4403c1be9 100644 --- a/_samples/library/openjdk.md +++ b/_samples/library/openjdk.md @@ -3,7 +3,7 @@ title: openjdk keywords: library, sample, openjdk repo: openjdk layout: docs -permalink: /samples/library/openjdk/ +redirect_to: https://hub.docker.com/_/openjdk/ sitemap: false redirect_from: - /samples/openjdk/ diff --git a/_samples/library/opensuse.md b/_samples/library/opensuse.md index 5c0806749f..8e559e53e5 100644 --- a/_samples/library/opensuse.md +++ b/_samples/library/opensuse.md @@ -3,7 +3,7 @@ title: opensuse keywords: library, sample, opensuse repo: opensuse layout: docs -permalink: /samples/library/opensuse/ +redirect_to: https://hub.docker.com/_/opensuse/ sitemap: false redirect_from: - /samples/opensuse/ diff --git a/_samples/library/oraclelinux.md b/_samples/library/oraclelinux.md index 72c828dabb..46bb57d077 100644 --- a/_samples/library/oraclelinux.md +++ b/_samples/library/oraclelinux.md @@ -3,7 +3,7 @@ title: oraclelinux keywords: library, sample, oraclelinux repo: oraclelinux layout: docs -permalink: /samples/library/oraclelinux/ +redirect_to: https://hub.docker.com/_/oraclelinux/ sitemap: false redirect_from: - /samples/oraclelinux/ diff --git a/_samples/library/orientdb.md b/_samples/library/orientdb.md index 2acedb0010..cfd2cbd539 100644 --- a/_samples/library/orientdb.md +++ b/_samples/library/orientdb.md @@ -3,7 +3,7 @@ title: orientdb keywords: library, sample, orientdb repo: orientdb layout: docs -permalink: /samples/library/orientdb/ +redirect_to: https://hub.docker.com/_/orientdb/ sitemap: false redirect_from: - /samples/orientdb/ diff --git a/_samples/library/percona.md b/_samples/library/percona.md index 590011bab6..9dc65be06d 100644 --- a/_samples/library/percona.md +++ b/_samples/library/percona.md @@ -3,7 +3,7 @@ title: percona keywords: library, sample, percona repo: percona layout: docs -permalink: /samples/library/percona/ +redirect_to: https://hub.docker.com/_/percona/ sitemap: false redirect_from: - /samples/percona/ diff --git a/_samples/library/perl.md b/_samples/library/perl.md index eb1d5c9199..07fd695ac4 100644 --- a/_samples/library/perl.md +++ b/_samples/library/perl.md @@ -3,7 +3,7 @@ title: perl keywords: library, sample, perl repo: perl layout: docs -permalink: /samples/library/perl/ +redirect_to: https://hub.docker.com/_/perl/ sitemap: false redirect_from: - /samples/perl/ diff --git a/_samples/library/photon.md b/_samples/library/photon.md index dcbca6d9d0..f2f7a72e63 100644 --- a/_samples/library/photon.md +++ b/_samples/library/photon.md @@ -3,7 +3,7 @@ title: photon keywords: library, sample, photon repo: photon layout: docs -permalink: /samples/library/photon/ +redirect_to: https://hub.docker.com/_/photon/ sitemap: false redirect_from: - /samples/photon/ diff --git a/_samples/library/php-zendserver.md b/_samples/library/php-zendserver.md index 8baa6b3474..9e841854d4 100644 --- a/_samples/library/php-zendserver.md +++ b/_samples/library/php-zendserver.md @@ -3,7 +3,7 @@ title: php-zendserver keywords: library, sample, php-zendserver repo: php-zendserver layout: docs -permalink: /samples/library/php-zendserver/ +redirect_to: https://hub.docker.com/_/php-zendserver/ sitemap: false redirect_from: - /samples/php-zendserver/ diff --git a/_samples/library/php.md b/_samples/library/php.md index d92a230ade..b2edcc186d 100644 --- a/_samples/library/php.md +++ b/_samples/library/php.md @@ -3,7 +3,7 @@ title: php keywords: library, sample, php repo: php layout: docs -permalink: /samples/library/php/ +redirect_to: https://hub.docker.com/_/php/ sitemap: false redirect_from: - /samples/php/ diff --git a/_samples/library/plone.md b/_samples/library/plone.md index c1da59870c..6c98ff17c6 100644 --- a/_samples/library/plone.md +++ b/_samples/library/plone.md @@ -3,7 +3,7 @@ title: plone keywords: library, sample, plone repo: plone layout: docs -permalink: /samples/library/plone/ +redirect_to: https://hub.docker.com/_/plone/ sitemap: false redirect_from: - /samples/plone/ diff --git a/_samples/library/postfixadmin.md b/_samples/library/postfixadmin.md index ad11a10fa3..75bb872e4c 100644 --- a/_samples/library/postfixadmin.md +++ b/_samples/library/postfixadmin.md @@ -3,7 +3,7 @@ title: postfixadmin keywords: library, sample, postfixadmin repo: postfixadmin layout: docs -permalink: /samples/library/postfixadmin/ +redirect_to: https://hub.docker.com/_/postfixadmin/ sitemap: false redirect_from: - /samples/postfixadmin/ diff --git a/_samples/library/postgres.md b/_samples/library/postgres.md index 2d1c201a45..7fe73fc29c 100644 --- a/_samples/library/postgres.md +++ b/_samples/library/postgres.md @@ -3,7 +3,7 @@ title: postgres keywords: library, sample, postgres repo: postgres layout: docs -permalink: /samples/library/postgres/ +redirect_to: https://hub.docker.com/_/postgres/ sitemap: false redirect_from: - /samples/postgres/ diff --git a/_samples/library/pypy.md b/_samples/library/pypy.md index 19ab8dc2b9..b2b6640b40 100644 --- a/_samples/library/pypy.md +++ b/_samples/library/pypy.md @@ -3,7 +3,7 @@ title: pypy keywords: library, sample, pypy repo: pypy layout: docs -permalink: /samples/library/pypy/ +redirect_to: https://hub.docker.com/_/pypy/ sitemap: false redirect_from: - /samples/pypy/ diff --git a/_samples/library/python.md b/_samples/library/python.md index 5aaf9e0d3b..98f6c81e88 100644 --- a/_samples/library/python.md +++ b/_samples/library/python.md @@ -3,7 +3,7 @@ title: python keywords: library, sample, python repo: python layout: docs -permalink: /samples/library/python/ +redirect_to: https://hub.docker.com/_/python/ sitemap: false redirect_from: - /samples/python/ diff --git a/_samples/library/r-base.md b/_samples/library/r-base.md index 4d04255845..240a23bbff 100644 --- a/_samples/library/r-base.md +++ b/_samples/library/r-base.md @@ -3,7 +3,7 @@ title: r-base keywords: library, sample, r-base repo: r-base layout: docs -permalink: /samples/library/r-base/ +redirect_to: https://hub.docker.com/_/r-base/ sitemap: false redirect_from: - /samples/r-base/ diff --git a/_samples/library/rabbitmq.md b/_samples/library/rabbitmq.md index dbaec4b57e..62786eb29d 100644 --- a/_samples/library/rabbitmq.md +++ b/_samples/library/rabbitmq.md @@ -3,7 +3,7 @@ title: rabbitmq keywords: library, sample, rabbitmq repo: rabbitmq layout: docs -permalink: /samples/library/rabbitmq/ +redirect_to: https://hub.docker.com/_/rabbitmq/ sitemap: false redirect_from: - /samples/rabbitmq/ diff --git a/_samples/library/rakudo-star.md b/_samples/library/rakudo-star.md index 542ee54bcd..de3733868f 100644 --- a/_samples/library/rakudo-star.md +++ b/_samples/library/rakudo-star.md @@ -3,7 +3,7 @@ title: rakudo-star keywords: library, sample, rakudo-star repo: rakudo-star layout: docs -permalink: /samples/library/rakudo-star/ +redirect_to: https://hub.docker.com/_/rakudo-star/ sitemap: false redirect_from: - /samples/rakudo-star/ diff --git a/_samples/library/rapidoid.md b/_samples/library/rapidoid.md index b5acd0b23f..15e0cc9d85 100644 --- a/_samples/library/rapidoid.md +++ b/_samples/library/rapidoid.md @@ -3,7 +3,7 @@ title: rapidoid keywords: library, sample, rapidoid repo: rapidoid layout: docs -permalink: /samples/library/rapidoid/ +redirect_to: https://hub.docker.com/_/rapidoid/ sitemap: false redirect_from: - /samples/rapidoid/ diff --git a/_samples/library/redis.md b/_samples/library/redis.md index 641590b64f..5cf2edf69c 100644 --- a/_samples/library/redis.md +++ b/_samples/library/redis.md @@ -3,7 +3,7 @@ title: redis keywords: library, sample, redis repo: redis layout: docs -permalink: /samples/library/redis/ +redirect_to: https://hub.docker.com/_/redis/ sitemap: false redirect_from: - /samples/redis/ diff --git a/_samples/library/redmine.md b/_samples/library/redmine.md index 3b1c620ab3..489349c5e3 100644 --- a/_samples/library/redmine.md +++ b/_samples/library/redmine.md @@ -3,7 +3,7 @@ title: redmine keywords: library, sample, redmine repo: redmine layout: docs -permalink: /samples/library/redmine/ +redirect_to: https://hub.docker.com/_/redmine/ sitemap: false redirect_from: - /samples/redmine/ diff --git a/_samples/library/registry.md b/_samples/library/registry.md index 675e69a571..71c0474170 100644 --- a/_samples/library/registry.md +++ b/_samples/library/registry.md @@ -3,7 +3,7 @@ title: registry keywords: library, sample, registry repo: registry layout: docs -permalink: /samples/library/registry/ +redirect_to: https://hub.docker.com/_/registry/ sitemap: false redirect_from: - /samples/registry/ diff --git a/_samples/library/rethinkdb.md b/_samples/library/rethinkdb.md index 627861d12b..ee4f035290 100644 --- a/_samples/library/rethinkdb.md +++ b/_samples/library/rethinkdb.md @@ -3,7 +3,7 @@ title: rethinkdb keywords: library, sample, rethinkdb repo: rethinkdb layout: docs -permalink: /samples/library/rethinkdb/ +redirect_to: https://hub.docker.com/_/rethinkdb/ sitemap: false redirect_from: - /samples/rethinkdb/ diff --git a/_samples/library/rocket.chat.md b/_samples/library/rocket.chat.md index e8798d8681..86596fad9f 100644 --- a/_samples/library/rocket.chat.md +++ b/_samples/library/rocket.chat.md @@ -3,7 +3,7 @@ title: rocket.chat keywords: library, sample, rocket.chat repo: rocket.chat layout: docs -permalink: /samples/library/rocket.chat/ +redirect_to: https://hub.docker.com/_/rocket.chat/ sitemap: false redirect_from: - /samples/rocket.chat/ diff --git a/_samples/library/ros.md b/_samples/library/ros.md index a7c7c500a4..74394a5c56 100644 --- a/_samples/library/ros.md +++ b/_samples/library/ros.md @@ -3,7 +3,7 @@ title: ros keywords: library, sample, ros repo: ros layout: docs -permalink: /samples/library/ros/ +redirect_to: https://hub.docker.com/_/ros/ sitemap: false redirect_from: - /samples/ros/ diff --git a/_samples/library/ruby.md b/_samples/library/ruby.md index 2baaafcee1..0946fb28a6 100644 --- a/_samples/library/ruby.md +++ b/_samples/library/ruby.md @@ -3,7 +3,7 @@ title: ruby keywords: library, sample, ruby repo: ruby layout: docs -permalink: /samples/library/ruby/ +redirect_to: https://hub.docker.com/_/ruby/ sitemap: false redirect_from: - /samples/ruby/ diff --git a/_samples/library/rust.md b/_samples/library/rust.md index 7dc90ca642..04e63763fd 100644 --- a/_samples/library/rust.md +++ b/_samples/library/rust.md @@ -3,7 +3,7 @@ title: rust keywords: library, sample, rust repo: rust layout: docs -permalink: /samples/library/rust/ +redirect_to: https://hub.docker.com/_/rust/ sitemap: false redirect_from: - /samples/rust/ diff --git a/_samples/library/sapmachine.md b/_samples/library/sapmachine.md index 3c0cbc4afd..612470ce4f 100644 --- a/_samples/library/sapmachine.md +++ b/_samples/library/sapmachine.md @@ -3,7 +3,7 @@ title: sapmachine keywords: library, sample, sapmachine repo: sapmachine layout: docs -permalink: /samples/library/sapmachine/ +redirect_to: https://hub.docker.com/_/sapmachine/ sitemap: false redirect_from: - /samples/sapmachine/ diff --git a/_samples/library/scratch.md b/_samples/library/scratch.md index 9c4291aee6..444e99182a 100644 --- a/_samples/library/scratch.md +++ b/_samples/library/scratch.md @@ -3,7 +3,7 @@ title: scratch keywords: library, sample, scratch repo: scratch layout: docs -permalink: /samples/library/scratch/ +redirect_to: https://hub.docker.com/_/scratch/ sitemap: false redirect_from: - /samples/scratch/ diff --git a/_samples/library/sentry.md b/_samples/library/sentry.md index bce21c79a8..0bc81119db 100644 --- a/_samples/library/sentry.md +++ b/_samples/library/sentry.md @@ -3,7 +3,7 @@ title: sentry keywords: library, sample, sentry repo: sentry layout: docs -permalink: /samples/library/sentry/ +redirect_to: https://hub.docker.com/_/sentry/ sitemap: false redirect_from: - /samples/sentry/ diff --git a/_samples/library/silverpeas.md b/_samples/library/silverpeas.md index 95694ac92a..796a0727ac 100644 --- a/_samples/library/silverpeas.md +++ b/_samples/library/silverpeas.md @@ -3,7 +3,7 @@ title: silverpeas keywords: library, sample, silverpeas repo: silverpeas layout: docs -permalink: /samples/library/silverpeas/ +redirect_to: https://hub.docker.com/_/silverpeas/ sitemap: false redirect_from: - /samples/silverpeas/ diff --git a/_samples/library/sl.md b/_samples/library/sl.md index a1dff8d686..7aa6ecae07 100644 --- a/_samples/library/sl.md +++ b/_samples/library/sl.md @@ -3,7 +3,7 @@ title: sl keywords: library, sample, sl repo: sl layout: docs -permalink: /samples/library/sl/ +redirect_to: https://hub.docker.com/_/sl/ sitemap: false redirect_from: - /samples/sl/ diff --git a/_samples/library/solr.md b/_samples/library/solr.md index 0b6fbfb07f..cf0933d516 100644 --- a/_samples/library/solr.md +++ b/_samples/library/solr.md @@ -3,7 +3,7 @@ title: solr keywords: library, sample, solr repo: solr layout: docs -permalink: /samples/library/solr/ +redirect_to: https://hub.docker.com/_/solr/ sitemap: false redirect_from: - /samples/solr/ diff --git a/_samples/library/sonarqube.md b/_samples/library/sonarqube.md index f2b0903d64..71edc03374 100644 --- a/_samples/library/sonarqube.md +++ b/_samples/library/sonarqube.md @@ -3,7 +3,7 @@ title: sonarqube keywords: library, sample, sonarqube repo: sonarqube layout: docs -permalink: /samples/library/sonarqube/ +redirect_to: https://hub.docker.com/_/sonarqube/ sitemap: false redirect_from: - /samples/sonarqube/ diff --git a/_samples/library/sourcemage.md b/_samples/library/sourcemage.md index 1efe195961..a3ac9f220f 100644 --- a/_samples/library/sourcemage.md +++ b/_samples/library/sourcemage.md @@ -3,7 +3,7 @@ title: sourcemage keywords: library, sample, sourcemage repo: sourcemage layout: docs -permalink: /samples/library/sourcemage/ +redirect_to: https://hub.docker.com/_/sourcemage/ sitemap: false redirect_from: - /samples/sourcemage/ diff --git a/_samples/library/spiped.md b/_samples/library/spiped.md index 2a3fc7746d..f58b1ccd2c 100644 --- a/_samples/library/spiped.md +++ b/_samples/library/spiped.md @@ -3,7 +3,7 @@ title: spiped keywords: library, sample, spiped repo: spiped layout: docs -permalink: /samples/library/spiped/ +redirect_to: https://hub.docker.com/_/spiped/ sitemap: false redirect_from: - /samples/spiped/ diff --git a/_samples/library/storm.md b/_samples/library/storm.md index d616fd7720..2a5d177ad3 100644 --- a/_samples/library/storm.md +++ b/_samples/library/storm.md @@ -3,7 +3,7 @@ title: storm keywords: library, sample, storm repo: storm layout: docs -permalink: /samples/library/storm/ +redirect_to: https://hub.docker.com/_/storm/ sitemap: false redirect_from: - /samples/storm/ diff --git a/_samples/library/swarm.md b/_samples/library/swarm.md index 256cef4d1b..41b4d4f5d3 100644 --- a/_samples/library/swarm.md +++ b/_samples/library/swarm.md @@ -3,7 +3,7 @@ title: swarm keywords: library, sample, swarm repo: swarm layout: docs -permalink: /samples/library/swarm/ +redirect_to: https://hub.docker.com/_/swarm/ sitemap: false redirect_from: - /samples/swarm/ diff --git a/_samples/library/swift.md b/_samples/library/swift.md index 1681985e1e..007cd5701e 100644 --- a/_samples/library/swift.md +++ b/_samples/library/swift.md @@ -3,7 +3,7 @@ title: swift keywords: library, sample, swift repo: swift layout: docs -permalink: /samples/library/swift/ +redirect_to: https://hub.docker.com/_/swift/ sitemap: false redirect_from: - /samples/swift/ diff --git a/_samples/library/swipl.md b/_samples/library/swipl.md index 44f9ff3587..e8f24b90f6 100644 --- a/_samples/library/swipl.md +++ b/_samples/library/swipl.md @@ -3,7 +3,7 @@ title: swipl keywords: library, sample, swipl repo: swipl layout: docs -permalink: /samples/library/swipl/ +redirect_to: https://hub.docker.com/_/swipl/ sitemap: false redirect_from: - /samples/swipl/ diff --git a/_samples/library/teamspeak.md b/_samples/library/teamspeak.md index d40146ee8f..8c2e243aa1 100644 --- a/_samples/library/teamspeak.md +++ b/_samples/library/teamspeak.md @@ -3,7 +3,7 @@ title: teamspeak keywords: library, sample, teamspeak repo: teamspeak layout: docs -permalink: /samples/library/teamspeak/ +redirect_to: https://hub.docker.com/_/teamspeak/ sitemap: false redirect_from: - /samples/teamspeak/ diff --git a/_samples/library/telegraf.md b/_samples/library/telegraf.md index 7880a740ea..29443444ec 100644 --- a/_samples/library/telegraf.md +++ b/_samples/library/telegraf.md @@ -3,7 +3,7 @@ title: telegraf keywords: library, sample, telegraf repo: telegraf layout: docs -permalink: /samples/library/telegraf/ +redirect_to: https://hub.docker.com/_/telegraf/ sitemap: false redirect_from: - /samples/telegraf/ diff --git a/_samples/library/thrift.md b/_samples/library/thrift.md index e2b4df0dc0..488ab12a98 100644 --- a/_samples/library/thrift.md +++ b/_samples/library/thrift.md @@ -3,7 +3,7 @@ title: thrift keywords: library, sample, thrift repo: thrift layout: docs -permalink: /samples/library/thrift/ +redirect_to: https://hub.docker.com/_/thrift/ sitemap: false redirect_from: - /samples/thrift/ diff --git a/_samples/library/tomcat.md b/_samples/library/tomcat.md index 39553d7b7d..7daf092fdd 100644 --- a/_samples/library/tomcat.md +++ b/_samples/library/tomcat.md @@ -3,7 +3,7 @@ title: tomcat keywords: library, sample, tomcat repo: tomcat layout: docs -permalink: /samples/library/tomcat/ +redirect_to: https://hub.docker.com/_/tomcat/ sitemap: false redirect_from: - /samples/tomcat/ diff --git a/_samples/library/tomee.md b/_samples/library/tomee.md index 04604a6a57..58843eed00 100644 --- a/_samples/library/tomee.md +++ b/_samples/library/tomee.md @@ -3,7 +3,7 @@ title: tomee keywords: library, sample, tomee repo: tomee layout: docs -permalink: /samples/library/tomee/ +redirect_to: https://hub.docker.com/_/tomee/ sitemap: false redirect_from: - /samples/tomee/ diff --git a/_samples/library/traefik.md b/_samples/library/traefik.md index 5009bfa941..34d2f87bdb 100644 --- a/_samples/library/traefik.md +++ b/_samples/library/traefik.md @@ -3,7 +3,7 @@ title: traefik keywords: library, sample, traefik repo: traefik layout: docs -permalink: /samples/library/traefik/ +redirect_to: https://hub.docker.com/_/traefik/ sitemap: false redirect_from: - /samples/traefik/ diff --git a/_samples/library/ubuntu.md b/_samples/library/ubuntu.md index 2870b36b80..1930e524b5 100644 --- a/_samples/library/ubuntu.md +++ b/_samples/library/ubuntu.md @@ -3,7 +3,7 @@ title: ubuntu keywords: library, sample, ubuntu repo: ubuntu layout: docs -permalink: /samples/library/ubuntu/ +redirect_to: https://hub.docker.com/_/ubuntu/ sitemap: false redirect_from: - /samples/ubuntu/ diff --git a/_samples/library/varnish.md b/_samples/library/varnish.md index 0bb6965a79..eb62d2be2c 100644 --- a/_samples/library/varnish.md +++ b/_samples/library/varnish.md @@ -3,7 +3,7 @@ title: varnish keywords: library, sample, varnish repo: varnish layout: docs -permalink: /samples/library/varnish/ +redirect_to: https://hub.docker.com/_/varnish/ sitemap: false redirect_from: - /samples/varnish/ diff --git a/_samples/library/vault.md b/_samples/library/vault.md index c681cb830b..c17b53f67a 100644 --- a/_samples/library/vault.md +++ b/_samples/library/vault.md @@ -3,7 +3,7 @@ title: vault keywords: library, sample, vault repo: vault layout: docs -permalink: /samples/library/vault/ +redirect_to: https://hub.docker.com/_/vault/ sitemap: false redirect_from: - /samples/vault/ diff --git a/_samples/library/websphere-liberty.md b/_samples/library/websphere-liberty.md index 08e0cf2a25..1bee1a74ba 100644 --- a/_samples/library/websphere-liberty.md +++ b/_samples/library/websphere-liberty.md @@ -3,7 +3,7 @@ title: websphere-liberty keywords: library, sample, websphere-liberty repo: websphere-liberty layout: docs -permalink: /samples/library/websphere-liberty/ +redirect_to: https://hub.docker.com/_/websphere-liberty/ sitemap: false redirect_from: - /samples/websphere-liberty/ diff --git a/_samples/library/wordpress.md b/_samples/library/wordpress.md index c2de0296f2..1048e174b9 100644 --- a/_samples/library/wordpress.md +++ b/_samples/library/wordpress.md @@ -3,7 +3,7 @@ title: wordpress keywords: library, sample, wordpress repo: wordpress layout: docs -permalink: /samples/library/wordpress/ +redirect_to: https://hub.docker.com/_/wordpress/ sitemap: false redirect_from: - /samples/wordpress/ diff --git a/_samples/library/xwiki.md b/_samples/library/xwiki.md index f0cabe1aea..8e184a1324 100644 --- a/_samples/library/xwiki.md +++ b/_samples/library/xwiki.md @@ -3,7 +3,7 @@ title: xwiki keywords: library, sample, xwiki repo: xwiki layout: docs -permalink: /samples/library/xwiki/ +redirect_to: https://hub.docker.com/_/xwiki/ sitemap: false redirect_from: - /samples/xwiki/ diff --git a/_samples/library/yourls.md b/_samples/library/yourls.md index e57fa7c8cd..5ca0838131 100644 --- a/_samples/library/yourls.md +++ b/_samples/library/yourls.md @@ -3,7 +3,7 @@ title: yourls keywords: library, sample, yourls repo: yourls layout: docs -permalink: /samples/library/yourls/ +redirect_to: https://hub.docker.com/_/yourls/ sitemap: false redirect_from: - /samples/yourls/ diff --git a/_samples/library/znc.md b/_samples/library/znc.md index 19e8194e74..8d86c157e3 100644 --- a/_samples/library/znc.md +++ b/_samples/library/znc.md @@ -3,7 +3,7 @@ title: znc keywords: library, sample, znc repo: znc layout: docs -permalink: /samples/library/znc/ +redirect_to: https://hub.docker.com/_/znc/ sitemap: false redirect_from: - /samples/znc/ diff --git a/_samples/library/zookeeper.md b/_samples/library/zookeeper.md index 42333b8d4f..842cdd0a36 100644 --- a/_samples/library/zookeeper.md +++ b/_samples/library/zookeeper.md @@ -3,7 +3,7 @@ title: zookeeper keywords: library, sample, zookeeper repo: zookeeper layout: docs -permalink: /samples/library/zookeeper/ +redirect_to: https://hub.docker.com/_/zookeeper/ sitemap: false redirect_from: - /samples/zookeeper/ From 126c4cf20299adeece55bbcbc71fb9c31f7bfcf8 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 21 Oct 2020 15:07:37 +0200 Subject: [PATCH 4/8] _samples: remove titles, keywords and description These were not used in the generated redirect pages, so we can remove them. Also setting the "sitemap" metadata through the _config.yml so that we don't have to set it in each of the stubs. Signed-off-by: Sebastiaan van Stijn --- _config.yml | 4 ++++ _config_authoring.yml | 4 ++++ _includes/library-samples.md | 8 -------- _samples/library/adminer.md | 12 ------------ _samples/library/adoptopenjdk.md | 12 ------------ _samples/library/aerospike.md | 12 ------------ _samples/library/alpine.md | 12 ------------ _samples/library/alt.md | 12 ------------ _samples/library/amazoncorretto.md | 12 ------------ _samples/library/amazonlinux.md | 12 ------------ _samples/library/arangodb.md | 12 ------------ _samples/library/backdrop.md | 12 ------------ _samples/library/bash.md | 12 ------------ _samples/library/bonita.md | 12 ------------ _samples/library/buildpack-deps.md | 12 ------------ _samples/library/busybox.md | 12 ------------ _samples/library/cassandra.md | 12 ------------ _samples/library/centos.md | 12 ------------ _samples/library/chronograf.md | 12 ------------ _samples/library/cirros.md | 12 ------------ _samples/library/clearlinux.md | 12 ------------ _samples/library/clefos.md | 12 ------------ _samples/library/clojure.md | 12 ------------ _samples/library/composer.md | 12 ------------ _samples/library/consul.md | 12 ------------ _samples/library/convertigo.md | 12 ------------ _samples/library/couchbase.md | 12 ------------ _samples/library/couchdb.md | 12 ------------ _samples/library/crate.md | 12 ------------ _samples/library/crux.md | 12 ------------ _samples/library/debian.md | 12 ------------ _samples/library/docker.md | 12 ------------ _samples/library/drupal.md | 12 ------------ _samples/library/eclipse-mosquitto.md | 12 ------------ _samples/library/eggdrop.md | 12 ------------ _samples/library/elasticsearch.md | 12 ------------ _samples/library/elixir.md | 12 ------------ _samples/library/erlang.md | 12 ------------ _samples/library/euleros.md | 12 ------------ _samples/library/express-gateway.md | 12 ------------ _samples/library/fedora.md | 12 ------------ _samples/library/flink.md | 12 ------------ _samples/library/fluentd.md | 12 ------------ _samples/library/fsharp.md | 12 ------------ _samples/library/gazebo.md | 12 ------------ _samples/library/gcc.md | 12 ------------ _samples/library/geonetwork.md | 12 ------------ _samples/library/ghost.md | 12 ------------ _samples/library/golang.md | 12 ------------ _samples/library/gradle.md | 12 ------------ _samples/library/groovy.md | 12 ------------ _samples/library/haproxy.md | 12 ------------ _samples/library/haskell.md | 12 ------------ _samples/library/haxe.md | 12 ------------ _samples/library/hello-world.md | 12 ------------ _samples/library/httpd.md | 12 ------------ _samples/library/hylang.md | 12 ------------ _samples/library/ibmjava.md | 12 ------------ _samples/library/influxdb.md | 12 ------------ _samples/library/irssi.md | 12 ------------ _samples/library/jetty.md | 12 ------------ _samples/library/jobber.md | 12 ------------ _samples/library/joomla.md | 12 ------------ _samples/library/jruby.md | 12 ------------ _samples/library/julia.md | 12 ------------ _samples/library/kaazing-gateway.md | 12 ------------ _samples/library/kapacitor.md | 12 ------------ _samples/library/kibana.md | 12 ------------ _samples/library/known.md | 12 ------------ _samples/library/kong.md | 12 ------------ _samples/library/lightstreamer.md | 12 ------------ _samples/library/logstash.md | 12 ------------ _samples/library/mageia.md | 12 ------------ _samples/library/mariadb.md | 12 ------------ _samples/library/matomo.md | 12 ------------ _samples/library/maven.md | 12 ------------ _samples/library/mediawiki.md | 12 ------------ _samples/library/memcached.md | 12 ------------ _samples/library/mongo-express.md | 12 ------------ _samples/library/mongo.md | 12 ------------ _samples/library/mono.md | 12 ------------ _samples/library/mysql.md | 12 ------------ _samples/library/nats-streaming.md | 12 ------------ _samples/library/nats.md | 12 ------------ _samples/library/neo4j.md | 12 ------------ _samples/library/neurodebian.md | 12 ------------ _samples/library/nextcloud.md | 12 ------------ _samples/library/nginx.md | 12 ------------ _samples/library/node.md | 12 ------------ _samples/library/notary.md | 12 ------------ _samples/library/nuxeo.md | 12 ------------ _samples/library/odoo.md | 12 ------------ _samples/library/open-liberty.md | 12 ------------ _samples/library/openjdk.md | 12 ------------ _samples/library/opensuse.md | 12 ------------ _samples/library/oraclelinux.md | 12 ------------ _samples/library/orientdb.md | 12 ------------ _samples/library/percona.md | 12 ------------ _samples/library/perl.md | 12 ------------ _samples/library/photon.md | 12 ------------ _samples/library/php-zendserver.md | 12 ------------ _samples/library/php.md | 12 ------------ _samples/library/plone.md | 12 ------------ _samples/library/postfixadmin.md | 12 ------------ _samples/library/postgres.md | 12 ------------ _samples/library/pypy.md | 12 ------------ _samples/library/python.md | 12 ------------ _samples/library/r-base.md | 12 ------------ _samples/library/rabbitmq.md | 12 ------------ _samples/library/rakudo-star.md | 12 ------------ _samples/library/rapidoid.md | 12 ------------ _samples/library/redis.md | 12 ------------ _samples/library/redmine.md | 12 ------------ _samples/library/registry.md | 12 ------------ _samples/library/rethinkdb.md | 12 ------------ _samples/library/rocket.chat.md | 12 ------------ _samples/library/ros.md | 12 ------------ _samples/library/ruby.md | 12 ------------ _samples/library/rust.md | 12 ------------ _samples/library/sapmachine.md | 12 ------------ _samples/library/scratch.md | 11 ----------- _samples/library/sentry.md | 12 ------------ _samples/library/silverpeas.md | 12 ------------ _samples/library/sl.md | 12 ------------ _samples/library/solr.md | 12 ------------ _samples/library/sonarqube.md | 12 ------------ _samples/library/sourcemage.md | 12 ------------ _samples/library/spiped.md | 12 ------------ _samples/library/storm.md | 12 ------------ _samples/library/swarm.md | 12 ------------ _samples/library/swift.md | 12 ------------ _samples/library/swipl.md | 12 ------------ _samples/library/teamspeak.md | 12 ------------ _samples/library/telegraf.md | 12 ------------ _samples/library/thrift.md | 12 ------------ _samples/library/tomcat.md | 12 ------------ _samples/library/tomee.md | 12 ------------ _samples/library/traefik.md | 12 ------------ _samples/library/ubuntu.md | 12 ------------ _samples/library/varnish.md | 12 ------------ _samples/library/vault.md | 12 ------------ _samples/library/websphere-liberty.md | 12 ------------ _samples/library/wordpress.md | 12 ------------ _samples/library/xwiki.md | 12 ------------ _samples/library/yourls.md | 12 ------------ _samples/library/znc.md | 12 ------------ _samples/library/zookeeper.md | 12 ------------ 147 files changed, 8 insertions(+), 1735 deletions(-) delete mode 100644 _includes/library-samples.md diff --git a/_config.yml b/_config.yml index d5b2aa7598..d02d694e87 100644 --- a/_config.yml +++ b/_config.yml @@ -104,6 +104,10 @@ defaults: values: sitemap: false title: Docker Enterprise moved to Mirantis + - scope: + path: "samples/library" + values: + sitemap: false # Assets # diff --git a/_config_authoring.yml b/_config_authoring.yml index f75b0d397f..74d952dd47 100644 --- a/_config_authoring.yml +++ b/_config_authoring.yml @@ -101,6 +101,10 @@ defaults: values: sitemap: false title: Docker Enterprise moved to Mirantis + - scope: + path: "samples/library" + values: + sitemap: false # Assets # diff --git a/_includes/library-samples.md b/_includes/library-samples.md deleted file mode 100644 index 8cab921509..0000000000 --- a/_includes/library-samples.md +++ /dev/null @@ -1,8 +0,0 @@ -> **Library reference** -> -> This content is imported from -> [the official Docker Library docs](https://github.com/docker-library/docs/tree/master/{{ page.repo}}/), -> and is provided by the original uploader. You can view the Docker Hub page for this image at -> [https://hub.docker.com/_/{{ page.repo }}](https://hub.docker.com/images/{{ page.repo }}) - - diff --git a/_samples/library/adminer.md b/_samples/library/adminer.md index 2fe8fac072..166de852cf 100644 --- a/_samples/library/adminer.md +++ b/_samples/library/adminer.md @@ -1,17 +1,5 @@ --- -title: adminer -keywords: library, sample, adminer -repo: adminer -layout: docs redirect_to: https://hub.docker.com/_/adminer/ -sitemap: false redirect_from: - /samples/adminer/ -description: | - Database management in a single PHP file. --- - -Database management in a single PHP file. - - -{% include library-samples.md %} diff --git a/_samples/library/adoptopenjdk.md b/_samples/library/adoptopenjdk.md index 6d26f8a295..c7cbaad200 100644 --- a/_samples/library/adoptopenjdk.md +++ b/_samples/library/adoptopenjdk.md @@ -1,17 +1,5 @@ --- -title: adoptopenjdk -keywords: library, sample, adoptopenjdk -repo: adoptopenjdk -layout: docs redirect_to: https://hub.docker.com/_/adoptopenjdk/ -sitemap: false redirect_from: - /samples/adoptopenjdk/ -description: | - Official Images for OpenJDK + HotSpot and OpenJDK + Eclipse OpenJ9 binaries built by AdoptOpenJDK. --- - -Official Images for OpenJDK + HotSpot and OpenJDK + Eclipse OpenJ9 binaries built by AdoptOpenJDK. - - -{% include library-samples.md %} diff --git a/_samples/library/aerospike.md b/_samples/library/aerospike.md index 1e8fcb4b65..4bd73b17df 100644 --- a/_samples/library/aerospike.md +++ b/_samples/library/aerospike.md @@ -1,17 +1,5 @@ --- -title: aerospike -keywords: library, sample, aerospike -repo: aerospike -layout: docs redirect_to: https://hub.docker.com/_/aerospike/ -sitemap: false redirect_from: - /samples/aerospike/ -description: | - Aerospike – the reliable, high performance, distributed database optimized for flash and RAM. --- - -Aerospike – the reliable, high performance, distributed database optimized for flash and RAM. - - -{% include library-samples.md %} diff --git a/_samples/library/alpine.md b/_samples/library/alpine.md index f9b8a345d7..89c965f9c6 100644 --- a/_samples/library/alpine.md +++ b/_samples/library/alpine.md @@ -1,17 +1,5 @@ --- -title: alpine -keywords: library, sample, alpine -repo: alpine -layout: docs redirect_to: https://hub.docker.com/_/alpine/ -sitemap: false redirect_from: - /samples/alpine/ -description: | - A minimal Docker image based on Alpine Linux with a complete package index and only 5 MB in size! --- - -A minimal Docker image based on Alpine Linux with a complete package index and only 5 MB in size! - - -{% include library-samples.md %} diff --git a/_samples/library/alt.md b/_samples/library/alt.md index f30eade2e6..018190a159 100644 --- a/_samples/library/alt.md +++ b/_samples/library/alt.md @@ -1,17 +1,5 @@ --- -title: alt -keywords: library, sample, alt -repo: alt -layout: docs redirect_to: https://hub.docker.com/_/alt/ -sitemap: false redirect_from: - /samples/alt/ -description: | - The official build of ALT Linux. --- - -The official build of ALT Linux. - - -{% include library-samples.md %} diff --git a/_samples/library/amazoncorretto.md b/_samples/library/amazoncorretto.md index 7d50fe0031..35e8c990fa 100644 --- a/_samples/library/amazoncorretto.md +++ b/_samples/library/amazoncorretto.md @@ -1,17 +1,5 @@ --- -title: amazoncorretto -keywords: library, sample, amazoncorretto -repo: amazoncorretto -layout: docs redirect_to: https://hub.docker.com/_/amazoncorretto/ -sitemap: false redirect_from: - /samples/amazoncorretto/ -description: | - Corretto is a no-cost, production-ready distribution of the Open Java Development Kit (OpenJDK). --- - -Corretto is a no-cost, production-ready distribution of the Open Java Development Kit (OpenJDK). - - -{% include library-samples.md %} diff --git a/_samples/library/amazonlinux.md b/_samples/library/amazonlinux.md index ee6789f45c..1b15632c45 100644 --- a/_samples/library/amazonlinux.md +++ b/_samples/library/amazonlinux.md @@ -1,17 +1,5 @@ --- -title: amazonlinux -keywords: library, sample, amazonlinux -repo: amazonlinux -layout: docs redirect_to: https://hub.docker.com/_/amazonlinux/ -sitemap: false redirect_from: - /samples/amazonlinux/ -description: | - Amazon Linux provides a stable, secure, and high-performance execution environment for applications. --- - -Amazon Linux provides a stable, secure, and high-performance execution environment for applications. - - -{% include library-samples.md %} diff --git a/_samples/library/arangodb.md b/_samples/library/arangodb.md index ab74f09cc4..c34f101292 100644 --- a/_samples/library/arangodb.md +++ b/_samples/library/arangodb.md @@ -1,17 +1,5 @@ --- -title: arangodb -keywords: library, sample, arangodb -repo: arangodb -layout: docs redirect_to: https://hub.docker.com/_/arangodb/ -sitemap: false redirect_from: - /samples/arangodb/ -description: | - ArangoDB - a distributed database with a flexible data model for documents, graphs, and key-values. --- - -ArangoDB - a distributed database with a flexible data model for documents, graphs, and key-values. - - -{% include library-samples.md %} diff --git a/_samples/library/backdrop.md b/_samples/library/backdrop.md index c2fce355a7..d7947beb55 100644 --- a/_samples/library/backdrop.md +++ b/_samples/library/backdrop.md @@ -1,17 +1,5 @@ --- -title: backdrop -keywords: library, sample, backdrop -repo: backdrop -layout: docs redirect_to: https://hub.docker.com/_/backdrop/ -sitemap: false redirect_from: - /samples/backdrop/ -description: | - The comprehensive CMS for small to medium sized businesses and non-profits. --- - -The comprehensive CMS for small to medium sized businesses and non-profits. - - -{% include library-samples.md %} diff --git a/_samples/library/bash.md b/_samples/library/bash.md index 57458f819b..df94532375 100644 --- a/_samples/library/bash.md +++ b/_samples/library/bash.md @@ -1,17 +1,5 @@ --- -title: bash -keywords: library, sample, bash -repo: bash -layout: docs redirect_to: https://hub.docker.com/_/bash/ -sitemap: false redirect_from: - /samples/bash/ -description: | - Bash is the GNU Project's Bourne Again SHell --- - -Bash is the GNU Project's Bourne Again SHell - - -{% include library-samples.md %} diff --git a/_samples/library/bonita.md b/_samples/library/bonita.md index 67ed715e07..dee74bf3b0 100644 --- a/_samples/library/bonita.md +++ b/_samples/library/bonita.md @@ -1,17 +1,5 @@ --- -title: bonita -keywords: library, sample, bonita -repo: bonita -layout: docs redirect_to: https://hub.docker.com/_/bonita/ -sitemap: false redirect_from: - /samples/bonita/ -description: | - Bonita is an open-source business process management and workflow suite --- - -Bonita is an open-source business process management and workflow suite - - -{% include library-samples.md %} diff --git a/_samples/library/buildpack-deps.md b/_samples/library/buildpack-deps.md index c3bd143217..aa7e803d21 100644 --- a/_samples/library/buildpack-deps.md +++ b/_samples/library/buildpack-deps.md @@ -1,17 +1,5 @@ --- -title: buildpack-deps -keywords: library, sample, buildpack-deps -repo: buildpack-deps -layout: docs redirect_to: https://hub.docker.com/_/buildpack-deps/ -sitemap: false redirect_from: - /samples/buildpack-deps/ -description: | - A collection of common build dependencies used for installing various modules, e.g., gems. --- - -A collection of common build dependencies used for installing various modules, e.g., gems. - - -{% include library-samples.md %} diff --git a/_samples/library/busybox.md b/_samples/library/busybox.md index 1a51beff6b..a2bfad3400 100644 --- a/_samples/library/busybox.md +++ b/_samples/library/busybox.md @@ -1,17 +1,5 @@ --- -title: busybox -keywords: library, sample, busybox -repo: busybox -layout: docs redirect_to: https://hub.docker.com/_/busybox/ -sitemap: false redirect_from: - /samples/busybox/ -description: | - Busybox base image. --- - -Busybox base image. - - -{% include library-samples.md %} diff --git a/_samples/library/cassandra.md b/_samples/library/cassandra.md index c9e4b964fa..a0ace44550 100644 --- a/_samples/library/cassandra.md +++ b/_samples/library/cassandra.md @@ -1,17 +1,5 @@ --- -title: cassandra -keywords: library, sample, cassandra -repo: cassandra -layout: docs redirect_to: https://hub.docker.com/_/cassandra/ -sitemap: false redirect_from: - /samples/cassandra/ -description: | - Apache Cassandra is an open-source distributed storage system. --- - -Apache Cassandra is an open-source distributed storage system. - - -{% include library-samples.md %} diff --git a/_samples/library/centos.md b/_samples/library/centos.md index 8eb8118210..26faf4728b 100644 --- a/_samples/library/centos.md +++ b/_samples/library/centos.md @@ -1,17 +1,5 @@ --- -title: centos -keywords: library, sample, centos -repo: centos -layout: docs redirect_to: https://hub.docker.com/_/centos/ -sitemap: false redirect_from: - /samples/centos/ -description: | - The official build of CentOS. --- - -The official build of CentOS. - - -{% include library-samples.md %} diff --git a/_samples/library/chronograf.md b/_samples/library/chronograf.md index 260501c6b5..038269ac1d 100644 --- a/_samples/library/chronograf.md +++ b/_samples/library/chronograf.md @@ -1,17 +1,5 @@ --- -title: chronograf -keywords: library, sample, chronograf -repo: chronograf -layout: docs redirect_to: https://hub.docker.com/_/chronograf/ -sitemap: false redirect_from: - /samples/chronograf/ -description: | - Chronograf is a visualization tool for time series data in InfluxDB. --- - -Chronograf is a visualization tool for time series data in InfluxDB. - - -{% include library-samples.md %} diff --git a/_samples/library/cirros.md b/_samples/library/cirros.md index 999e40fe9b..c5200ccba7 100644 --- a/_samples/library/cirros.md +++ b/_samples/library/cirros.md @@ -1,17 +1,5 @@ --- -title: cirros -keywords: library, sample, cirros -repo: cirros -layout: docs redirect_to: https://hub.docker.com/_/cirros/ -sitemap: false redirect_from: - /samples/cirros/ -description: | - CirrOS is a Tiny OS that specializes in running on a cloud. --- - -CirrOS is a Tiny OS that specializes in running on a cloud. - - -{% include library-samples.md %} diff --git a/_samples/library/clearlinux.md b/_samples/library/clearlinux.md index 0b68036da7..552af5c705 100644 --- a/_samples/library/clearlinux.md +++ b/_samples/library/clearlinux.md @@ -1,17 +1,5 @@ --- -title: clearlinux -keywords: library, sample, clearlinux -repo: clearlinux -layout: docs redirect_to: https://hub.docker.com/_/clearlinux/ -sitemap: false redirect_from: - /samples/clearlinux/ -description: | - Official docker build of Clear Linux OS for Intel Architecture --- - -Official docker build of Clear Linux OS for Intel Architecture - - -{% include library-samples.md %} diff --git a/_samples/library/clefos.md b/_samples/library/clefos.md index bfa4d2a1aa..49ae596a53 100644 --- a/_samples/library/clefos.md +++ b/_samples/library/clefos.md @@ -1,17 +1,5 @@ --- -title: clefos -keywords: library, sample, clefos -repo: clefos -layout: docs redirect_to: https://hub.docker.com/_/clefos/ -sitemap: false redirect_from: - /samples/clefos/ -description: | - The official build of ClefOS. --- - -The official build of ClefOS. - - -{% include library-samples.md %} diff --git a/_samples/library/clojure.md b/_samples/library/clojure.md index 6190b63ab3..1492d0570f 100644 --- a/_samples/library/clojure.md +++ b/_samples/library/clojure.md @@ -1,17 +1,5 @@ --- -title: clojure -keywords: library, sample, clojure -repo: clojure -layout: docs redirect_to: https://hub.docker.com/_/clojure/ -sitemap: false redirect_from: - /samples/clojure/ -description: | - Clojure is a dialect of Lisp that runs on the JVM. --- - -Clojure is a dialect of Lisp that runs on the JVM. - - -{% include library-samples.md %} diff --git a/_samples/library/composer.md b/_samples/library/composer.md index 2a6dce4bda..7cfd71e7f0 100644 --- a/_samples/library/composer.md +++ b/_samples/library/composer.md @@ -1,17 +1,5 @@ --- -title: composer -keywords: library, sample, composer -repo: composer -layout: docs redirect_to: https://hub.docker.com/_/composer/ -sitemap: false redirect_from: - /samples/composer/ -description: | - Composer is a dependency manager written in and for PHP. --- - -Composer is a dependency manager written in and for PHP. - - -{% include library-samples.md %} diff --git a/_samples/library/consul.md b/_samples/library/consul.md index b30796f6dd..e0ba0a61e5 100644 --- a/_samples/library/consul.md +++ b/_samples/library/consul.md @@ -1,17 +1,5 @@ --- -title: consul -keywords: library, sample, consul -repo: consul -layout: docs redirect_to: https://hub.docker.com/_/consul/ -sitemap: false redirect_from: - /samples/consul/ -description: | - Consul is a datacenter runtime that provides service discovery, configuration, and orchestration. --- - -Consul is a datacenter runtime that provides service discovery, configuration, and orchestration. - - -{% include library-samples.md %} diff --git a/_samples/library/convertigo.md b/_samples/library/convertigo.md index 13f91145b1..c620b42f27 100644 --- a/_samples/library/convertigo.md +++ b/_samples/library/convertigo.md @@ -1,17 +1,5 @@ --- -title: convertigo -keywords: library, sample, convertigo -repo: convertigo -layout: docs redirect_to: https://hub.docker.com/_/convertigo/ -sitemap: false redirect_from: - /samples/convertigo/ -description: | - Convertigo is an open source MBaaS/MADP platform for mobile application development and back-end. --- - -Convertigo is an open source MBaaS/MADP platform for mobile application development and back-end. - - -{% include library-samples.md %} diff --git a/_samples/library/couchbase.md b/_samples/library/couchbase.md index 1b4a2fa474..fcbe226db0 100644 --- a/_samples/library/couchbase.md +++ b/_samples/library/couchbase.md @@ -1,17 +1,5 @@ --- -title: couchbase -keywords: library, sample, couchbase -repo: couchbase -layout: docs redirect_to: https://hub.docker.com/_/couchbase/ -sitemap: false redirect_from: - /samples/couchbase/ -description: | - Couchbase Server is a NoSQL document database with a distributed architecture. --- - -Couchbase Server is a NoSQL document database with a distributed architecture. - - -{% include library-samples.md %} diff --git a/_samples/library/couchdb.md b/_samples/library/couchdb.md index 9afd52fa15..092ca83599 100644 --- a/_samples/library/couchdb.md +++ b/_samples/library/couchdb.md @@ -1,17 +1,5 @@ --- -title: couchdb -keywords: library, sample, couchdb -repo: couchdb -layout: docs redirect_to: https://hub.docker.com/_/couchdb/ -sitemap: false redirect_from: - /samples/couchdb/ -description: | - CouchDB is a database that uses JSON for documents, an HTTP API, & JavaScript/declarative indexing. --- - -CouchDB is a database that uses JSON for documents, an HTTP API, & JavaScript/declarative indexing. - - -{% include library-samples.md %} diff --git a/_samples/library/crate.md b/_samples/library/crate.md index c3ec5323e8..5788000155 100644 --- a/_samples/library/crate.md +++ b/_samples/library/crate.md @@ -1,17 +1,5 @@ --- -title: crate -keywords: library, sample, crate -repo: crate -layout: docs redirect_to: https://hub.docker.com/_/crate/ -sitemap: false redirect_from: - /samples/crate/ -description: | - CrateDB is a distributed SQL database handles massive amounts of machine data in real-time. --- - -CrateDB is a distributed SQL database handles massive amounts of machine data in real-time. - - -{% include library-samples.md %} diff --git a/_samples/library/crux.md b/_samples/library/crux.md index 3c3845df34..723cadc9e8 100644 --- a/_samples/library/crux.md +++ b/_samples/library/crux.md @@ -1,17 +1,5 @@ --- -title: crux -keywords: library, sample, crux -repo: crux -layout: docs redirect_to: https://hub.docker.com/_/crux/ -sitemap: false redirect_from: - /samples/crux/ -description: | - CRUX is a lightweight Linux distribution targeted at experienced Linux users --- - -CRUX is a lightweight Linux distribution targeted at experienced Linux users - - -{% include library-samples.md %} diff --git a/_samples/library/debian.md b/_samples/library/debian.md index 3203e2156b..906ee9ac6f 100644 --- a/_samples/library/debian.md +++ b/_samples/library/debian.md @@ -1,17 +1,5 @@ --- -title: debian -keywords: library, sample, debian -repo: debian -layout: docs redirect_to: https://hub.docker.com/_/debian/ -sitemap: false redirect_from: - /samples/debian/ -description: | - Debian is a Linux distribution that's composed entirely of free and open-source software. --- - -Debian is a Linux distribution that's composed entirely of free and open-source software. - - -{% include library-samples.md %} diff --git a/_samples/library/docker.md b/_samples/library/docker.md index 79aa39252a..71f5a7ccf5 100644 --- a/_samples/library/docker.md +++ b/_samples/library/docker.md @@ -1,17 +1,5 @@ --- -title: docker -keywords: library, sample, docker -repo: docker -layout: docs redirect_to: https://hub.docker.com/_/docker/ -sitemap: false redirect_from: - /samples/docker/ -description: | - Docker in Docker! --- - -Docker in Docker! - - -{% include library-samples.md %} diff --git a/_samples/library/drupal.md b/_samples/library/drupal.md index ce3f91a034..a811759964 100644 --- a/_samples/library/drupal.md +++ b/_samples/library/drupal.md @@ -1,17 +1,5 @@ --- -title: drupal -keywords: library, sample, drupal -repo: drupal -layout: docs redirect_to: https://hub.docker.com/_/drupal/ -sitemap: false redirect_from: - /samples/drupal/ -description: | - Drupal is an open source content management platform powering millions of websites and applications. --- - -Drupal is an open source content management platform powering millions of websites and applications. - - -{% include library-samples.md %} diff --git a/_samples/library/eclipse-mosquitto.md b/_samples/library/eclipse-mosquitto.md index 32ca5dde27..b8e09bea6b 100644 --- a/_samples/library/eclipse-mosquitto.md +++ b/_samples/library/eclipse-mosquitto.md @@ -1,17 +1,5 @@ --- -title: eclipse-mosquitto -keywords: library, sample, eclipse-mosquitto -repo: eclipse-mosquitto -layout: docs redirect_to: https://hub.docker.com/_/eclipse-mosquitto/ -sitemap: false redirect_from: - /samples/eclipse-mosquitto/ -description: | - Eclipse Mosquitto is an open source message broker which implements MQTT version 5, 3.1.1 and 3.1 --- - -Eclipse Mosquitto is an open source message broker which implements MQTT version 5, 3.1.1 and 3.1 - - -{% include library-samples.md %} diff --git a/_samples/library/eggdrop.md b/_samples/library/eggdrop.md index a8e942d2f1..467b284128 100644 --- a/_samples/library/eggdrop.md +++ b/_samples/library/eggdrop.md @@ -1,17 +1,5 @@ --- -title: eggdrop -keywords: library, sample, eggdrop -repo: eggdrop -layout: docs redirect_to: https://hub.docker.com/_/eggdrop/ -sitemap: false redirect_from: - /samples/eggdrop/ -description: | - The official Docker image of Eggdrop- IRC's oldest actively-developed bot! --- - -The official Docker image of Eggdrop- IRC's oldest actively-developed bot! - - -{% include library-samples.md %} diff --git a/_samples/library/elasticsearch.md b/_samples/library/elasticsearch.md index 92de56a148..602db86a0a 100644 --- a/_samples/library/elasticsearch.md +++ b/_samples/library/elasticsearch.md @@ -1,17 +1,5 @@ --- -title: elasticsearch -keywords: library, sample, elasticsearch -repo: elasticsearch -layout: docs redirect_to: https://hub.docker.com/_/elasticsearch/ -sitemap: false redirect_from: - /samples/elasticsearch/ -description: | - Elasticsearch is a powerful open source search and analytics engine that makes data easy to explore. --- - -Elasticsearch is a powerful open source search and analytics engine that makes data easy to explore. - - -{% include library-samples.md %} diff --git a/_samples/library/elixir.md b/_samples/library/elixir.md index 648283c75a..30f5c3d6bb 100644 --- a/_samples/library/elixir.md +++ b/_samples/library/elixir.md @@ -1,17 +1,5 @@ --- -title: elixir -keywords: library, sample, elixir -repo: elixir -layout: docs redirect_to: https://hub.docker.com/_/elixir/ -sitemap: false redirect_from: - /samples/elixir/ -description: | - Elixir is a dynamic, functional language for building scalable and maintainable applications. --- - -Elixir is a dynamic, functional language for building scalable and maintainable applications. - - -{% include library-samples.md %} diff --git a/_samples/library/erlang.md b/_samples/library/erlang.md index 679bd38f1c..eb547d7282 100644 --- a/_samples/library/erlang.md +++ b/_samples/library/erlang.md @@ -1,17 +1,5 @@ --- -title: erlang -keywords: library, sample, erlang -repo: erlang -layout: docs redirect_to: https://hub.docker.com/_/erlang/ -sitemap: false redirect_from: - /samples/erlang/ -description: | - Erlang is a programming language used to build massively scalable systems with high availability. --- - -Erlang is a programming language used to build massively scalable systems with high availability. - - -{% include library-samples.md %} diff --git a/_samples/library/euleros.md b/_samples/library/euleros.md index 9f278c1e51..1fd8f1c3b0 100644 --- a/_samples/library/euleros.md +++ b/_samples/library/euleros.md @@ -1,17 +1,5 @@ --- -title: euleros -keywords: library, sample, euleros -repo: euleros -layout: docs redirect_to: https://hub.docker.com/_/euleros/ -sitemap: false redirect_from: - /samples/euleros/ -description: | - The official release of EulerOS. --- - -The official release of EulerOS. - - -{% include library-samples.md %} diff --git a/_samples/library/express-gateway.md b/_samples/library/express-gateway.md index d2fabbec88..ee4535f03c 100644 --- a/_samples/library/express-gateway.md +++ b/_samples/library/express-gateway.md @@ -1,17 +1,5 @@ --- -title: express-gateway -keywords: library, sample, express-gateway -repo: express-gateway -layout: docs redirect_to: https://hub.docker.com/_/express-gateway/ -sitemap: false redirect_from: - /samples/express-gateway/ -description: | - The Official Docker Image of Express Gateway, an API Gateway for APIs and Microservices --- - -The Official Docker Image of Express Gateway, an API Gateway for APIs and Microservices - - -{% include library-samples.md %} diff --git a/_samples/library/fedora.md b/_samples/library/fedora.md index 383d812e19..2e3224e6e0 100644 --- a/_samples/library/fedora.md +++ b/_samples/library/fedora.md @@ -1,17 +1,5 @@ --- -title: fedora -keywords: library, sample, fedora -repo: fedora -layout: docs redirect_to: https://hub.docker.com/_/fedora/ -sitemap: false redirect_from: - /samples/fedora/ -description: | - Official Docker builds of Fedora --- - -Official Docker builds of Fedora - - -{% include library-samples.md %} diff --git a/_samples/library/flink.md b/_samples/library/flink.md index 665649af5a..5e6331f500 100644 --- a/_samples/library/flink.md +++ b/_samples/library/flink.md @@ -1,17 +1,5 @@ --- -title: flink -keywords: library, sample, flink -repo: flink -layout: docs redirect_to: https://hub.docker.com/_/flink/ -sitemap: false redirect_from: - /samples/flink/ -description: | - Apache Flink® is a powerful open-source distributed stream and batch processing framework. --- - -Apache Flink® is a powerful open-source distributed stream and batch processing framework. - - -{% include library-samples.md %} diff --git a/_samples/library/fluentd.md b/_samples/library/fluentd.md index bd48bf9e8b..0bd8eff169 100644 --- a/_samples/library/fluentd.md +++ b/_samples/library/fluentd.md @@ -1,17 +1,5 @@ --- -title: fluentd -keywords: library, sample, fluentd -repo: fluentd -layout: docs redirect_to: https://hub.docker.com/_/fluentd/ -sitemap: false redirect_from: - /samples/fluentd/ -description: | - Fluentd is an open source data collector for unified logging layer --- - -Fluentd is an open source data collector for unified logging layer - - -{% include library-samples.md %} diff --git a/_samples/library/fsharp.md b/_samples/library/fsharp.md index f78bd7c4e4..8fc1174521 100644 --- a/_samples/library/fsharp.md +++ b/_samples/library/fsharp.md @@ -1,17 +1,5 @@ --- -title: fsharp -keywords: library, sample, fsharp -repo: fsharp -layout: docs redirect_to: https://hub.docker.com/_/fsharp/ -sitemap: false redirect_from: - /samples/fsharp/ -description: | - F# is a multi-paradigm language encompassing functional, imperative, and object-oriented styles --- - -F# is a multi-paradigm language encompassing functional, imperative, and object-oriented styles - - -{% include library-samples.md %} diff --git a/_samples/library/gazebo.md b/_samples/library/gazebo.md index db4105dd64..3d59b87330 100644 --- a/_samples/library/gazebo.md +++ b/_samples/library/gazebo.md @@ -1,17 +1,5 @@ --- -title: gazebo -keywords: library, sample, gazebo -repo: gazebo -layout: docs redirect_to: https://hub.docker.com/_/gazebo/ -sitemap: false redirect_from: - /samples/gazebo/ -description: | - Gazebo is an open source project for simulating robots, offering robust physics and rendering. --- - -Gazebo is an open source project for simulating robots, offering robust physics and rendering. - - -{% include library-samples.md %} diff --git a/_samples/library/gcc.md b/_samples/library/gcc.md index 467c96f670..97c4d90fb5 100644 --- a/_samples/library/gcc.md +++ b/_samples/library/gcc.md @@ -1,17 +1,5 @@ --- -title: gcc -keywords: library, sample, gcc -repo: gcc -layout: docs redirect_to: https://hub.docker.com/_/gcc/ -sitemap: false redirect_from: - /samples/gcc/ -description: | - The GNU Compiler Collection is a compiling system that supports several languages. --- - -The GNU Compiler Collection is a compiling system that supports several languages. - - -{% include library-samples.md %} diff --git a/_samples/library/geonetwork.md b/_samples/library/geonetwork.md index bc19aa8f95..af29d85609 100644 --- a/_samples/library/geonetwork.md +++ b/_samples/library/geonetwork.md @@ -1,17 +1,5 @@ --- -title: geonetwork -keywords: library, sample, geonetwork -repo: geonetwork -layout: docs redirect_to: https://hub.docker.com/_/geonetwork/ -sitemap: false redirect_from: - /samples/geonetwork/ -description: | - GeoNetwork is a FOSS catalog for spatially referenced resources. --- - -GeoNetwork is a FOSS catalog for spatially referenced resources. - - -{% include library-samples.md %} diff --git a/_samples/library/ghost.md b/_samples/library/ghost.md index 5087a39d92..4b1f9d6b09 100644 --- a/_samples/library/ghost.md +++ b/_samples/library/ghost.md @@ -1,17 +1,5 @@ --- -title: ghost -keywords: library, sample, ghost -repo: ghost -layout: docs redirect_to: https://hub.docker.com/_/ghost/ -sitemap: false redirect_from: - /samples/ghost/ -description: | - Ghost is a free and open source blogging platform written in JavaScript --- - -Ghost is a free and open source blogging platform written in JavaScript - - -{% include library-samples.md %} diff --git a/_samples/library/golang.md b/_samples/library/golang.md index ea59b42e76..7fd6595fd4 100644 --- a/_samples/library/golang.md +++ b/_samples/library/golang.md @@ -1,17 +1,5 @@ --- -title: golang -keywords: library, sample, golang -repo: golang -layout: docs redirect_to: https://hub.docker.com/_/golang/ -sitemap: false redirect_from: - /samples/golang/ -description: | - Go (golang) is a general purpose, higher-level, imperative programming language. --- - -Go (golang) is a general purpose, higher-level, imperative programming language. - - -{% include library-samples.md %} diff --git a/_samples/library/gradle.md b/_samples/library/gradle.md index 61a3ade0b8..4c34beb580 100644 --- a/_samples/library/gradle.md +++ b/_samples/library/gradle.md @@ -1,17 +1,5 @@ --- -title: gradle -keywords: library, sample, gradle -repo: gradle -layout: docs redirect_to: https://hub.docker.com/_/gradle/ -sitemap: false redirect_from: - /samples/gradle/ -description: | - Gradle is a build tool with a focus on build automation and support for multi-language development. --- - -Gradle is a build tool with a focus on build automation and support for multi-language development. - - -{% include library-samples.md %} diff --git a/_samples/library/groovy.md b/_samples/library/groovy.md index e9b3fd8456..aaad65fad8 100644 --- a/_samples/library/groovy.md +++ b/_samples/library/groovy.md @@ -1,17 +1,5 @@ --- -title: groovy -keywords: library, sample, groovy -repo: groovy -layout: docs redirect_to: https://hub.docker.com/_/groovy/ -sitemap: false redirect_from: - /samples/groovy/ -description: | - Apache Groovy is a multi-faceted language for the Java platform. --- - -Apache Groovy is a multi-faceted language for the Java platform. - - -{% include library-samples.md %} diff --git a/_samples/library/haproxy.md b/_samples/library/haproxy.md index 492fca8f4f..f27021e78e 100644 --- a/_samples/library/haproxy.md +++ b/_samples/library/haproxy.md @@ -1,17 +1,5 @@ --- -title: haproxy -keywords: library, sample, haproxy -repo: haproxy -layout: docs redirect_to: https://hub.docker.com/_/haproxy/ -sitemap: false redirect_from: - /samples/haproxy/ -description: | - HAProxy - The Reliable, High Performance TCP/HTTP Load Balancer --- - -HAProxy - The Reliable, High Performance TCP/HTTP Load Balancer - - -{% include library-samples.md %} diff --git a/_samples/library/haskell.md b/_samples/library/haskell.md index 0a9abd10a4..89dcb098e8 100644 --- a/_samples/library/haskell.md +++ b/_samples/library/haskell.md @@ -1,17 +1,5 @@ --- -title: haskell -keywords: library, sample, haskell -repo: haskell -layout: docs redirect_to: https://hub.docker.com/_/haskell/ -sitemap: false redirect_from: - /samples/haskell/ -description: | - Haskell is an advanced purely-functional programming language. --- - -Haskell is an advanced purely-functional programming language. - - -{% include library-samples.md %} diff --git a/_samples/library/haxe.md b/_samples/library/haxe.md index 269dabe88b..b84a26903d 100644 --- a/_samples/library/haxe.md +++ b/_samples/library/haxe.md @@ -1,17 +1,5 @@ --- -title: haxe -keywords: library, sample, haxe -repo: haxe -layout: docs redirect_to: https://hub.docker.com/_/haxe/ -sitemap: false redirect_from: - /samples/haxe/ -description: | - Haxe is a modern, high level, static typed programming language with multiple compilation targets. --- - -Haxe is a modern, high level, static typed programming language with multiple compilation targets. - - -{% include library-samples.md %} diff --git a/_samples/library/hello-world.md b/_samples/library/hello-world.md index d97954aa49..78602e047e 100644 --- a/_samples/library/hello-world.md +++ b/_samples/library/hello-world.md @@ -1,17 +1,5 @@ --- -title: hello-world -keywords: library, sample, hello-world -repo: hello-world -layout: docs redirect_to: https://hub.docker.com/_/hello-world/ -sitemap: false redirect_from: - /samples/hello-world/ -description: | - Hello World! (an example of minimal Dockerization) --- - -Hello World! (an example of minimal Dockerization) - - -{% include library-samples.md %} diff --git a/_samples/library/httpd.md b/_samples/library/httpd.md index 8a57ee6e03..94b1668c64 100644 --- a/_samples/library/httpd.md +++ b/_samples/library/httpd.md @@ -1,17 +1,5 @@ --- -title: httpd -keywords: library, sample, httpd -repo: httpd -layout: docs redirect_to: https://hub.docker.com/_/httpd/ -sitemap: false redirect_from: - /samples/httpd/ -description: | - The Apache HTTP Server Project --- - -The Apache HTTP Server Project - - -{% include library-samples.md %} diff --git a/_samples/library/hylang.md b/_samples/library/hylang.md index 679d9def79..546b67a8cc 100644 --- a/_samples/library/hylang.md +++ b/_samples/library/hylang.md @@ -1,17 +1,5 @@ --- -title: hylang -keywords: library, sample, hylang -repo: hylang -layout: docs redirect_to: https://hub.docker.com/_/hylang/ -sitemap: false redirect_from: - /samples/hylang/ -description: | - Hy is a Lisp dialect that translates expressions into Python's abstract syntax tree. --- - -Hy is a Lisp dialect that translates expressions into Python's abstract syntax tree. - - -{% include library-samples.md %} diff --git a/_samples/library/ibmjava.md b/_samples/library/ibmjava.md index 6e05f79810..dedbbdee3c 100644 --- a/_samples/library/ibmjava.md +++ b/_samples/library/ibmjava.md @@ -1,17 +1,5 @@ --- -title: ibmjava -keywords: library, sample, ibmjava -repo: ibmjava -layout: docs redirect_to: https://hub.docker.com/_/ibmjava/ -sitemap: false redirect_from: - /samples/ibmjava/ -description: | - Official IBM® SDK, Java™ Technology Edition Docker Image. --- - -Official IBM® SDK, Java™ Technology Edition Docker Image. - - -{% include library-samples.md %} diff --git a/_samples/library/influxdb.md b/_samples/library/influxdb.md index 303a2a86a0..40ce63a1fe 100644 --- a/_samples/library/influxdb.md +++ b/_samples/library/influxdb.md @@ -1,17 +1,5 @@ --- -title: influxdb -keywords: library, sample, influxdb -repo: influxdb -layout: docs redirect_to: https://hub.docker.com/_/influxdb/ -sitemap: false redirect_from: - /samples/influxdb/ -description: | - InfluxDB is an open source time series database for recording metrics, events, and analytics. --- - -InfluxDB is an open source time series database for recording metrics, events, and analytics. - - -{% include library-samples.md %} diff --git a/_samples/library/irssi.md b/_samples/library/irssi.md index 6bce814074..2205151fed 100644 --- a/_samples/library/irssi.md +++ b/_samples/library/irssi.md @@ -1,17 +1,5 @@ --- -title: irssi -keywords: library, sample, irssi -repo: irssi -layout: docs redirect_to: https://hub.docker.com/_/irssi/ -sitemap: false redirect_from: - /samples/irssi/ -description: | - irssi - The IRC client of the future --- - -irssi - The IRC client of the future - - -{% include library-samples.md %} diff --git a/_samples/library/jetty.md b/_samples/library/jetty.md index 5ae1a9cd06..6d821ec161 100644 --- a/_samples/library/jetty.md +++ b/_samples/library/jetty.md @@ -1,17 +1,5 @@ --- -title: jetty -keywords: library, sample, jetty -repo: jetty -layout: docs redirect_to: https://hub.docker.com/_/jetty/ -sitemap: false redirect_from: - /samples/jetty/ -description: | - Jetty provides a Web server and javax.servlet container. ---- - Jetty provides a Web server and javax.servlet container. - - -{% include library-samples.md %} diff --git a/_samples/library/jobber.md b/_samples/library/jobber.md index 16744fef9f..0b7c9f5844 100644 --- a/_samples/library/jobber.md +++ b/_samples/library/jobber.md @@ -1,17 +1,5 @@ --- -title: jobber -keywords: library, sample, jobber -repo: jobber -layout: docs redirect_to: https://hub.docker.com/_/jobber/ -sitemap: false redirect_from: - /samples/jobber/ -description: | - Jobber is an alternative to cron, with sophisticated status-reporting and error-handling. --- - -Jobber is an alternative to cron, with sophisticated status-reporting and error-handling. - - -{% include library-samples.md %} diff --git a/_samples/library/joomla.md b/_samples/library/joomla.md index 38745b61ed..4d0e328d10 100644 --- a/_samples/library/joomla.md +++ b/_samples/library/joomla.md @@ -1,17 +1,5 @@ --- -title: joomla -keywords: library, sample, joomla -repo: joomla -layout: docs redirect_to: https://hub.docker.com/_/joomla/ -sitemap: false redirect_from: - /samples/joomla/ -description: | - Joomla! is an open source content management system. --- - -Joomla! is an open source content management system. - - -{% include library-samples.md %} diff --git a/_samples/library/jruby.md b/_samples/library/jruby.md index f9ce33e54d..4662b917c9 100644 --- a/_samples/library/jruby.md +++ b/_samples/library/jruby.md @@ -1,17 +1,5 @@ --- -title: jruby -keywords: library, sample, jruby -repo: jruby -layout: docs redirect_to: https://hub.docker.com/_/jruby/ -sitemap: false redirect_from: - /samples/jruby/ -description: | - JRuby (https://www.jruby.org) is an implementation of Ruby (https://www.ruby-lang.org/en/) on the JVM. --- - -JRuby (https://www.jruby.org) is an implementation of Ruby (https://www.ruby-lang.org/en/) on the JVM. - - -{% include library-samples.md %} diff --git a/_samples/library/julia.md b/_samples/library/julia.md index b8bfb46f72..66b76c3223 100644 --- a/_samples/library/julia.md +++ b/_samples/library/julia.md @@ -1,17 +1,5 @@ --- -title: julia -keywords: library, sample, julia -repo: julia -layout: docs redirect_to: https://hub.docker.com/_/julia/ -sitemap: false redirect_from: - /samples/julia/ -description: | - Julia is a high-level, high-performance dynamic programming language for technical computing. --- - -Julia is a high-level, high-performance dynamic programming language for technical computing. - - -{% include library-samples.md %} diff --git a/_samples/library/kaazing-gateway.md b/_samples/library/kaazing-gateway.md index bc5ab11159..2a67bf95a9 100644 --- a/_samples/library/kaazing-gateway.md +++ b/_samples/library/kaazing-gateway.md @@ -1,17 +1,5 @@ --- -title: kaazing-gateway -keywords: library, sample, kaazing-gateway -repo: kaazing-gateway -layout: docs redirect_to: https://hub.docker.com/_/kaazing-gateway/ -sitemap: false redirect_from: - /samples/kaazing-gateway/ -description: | - Official build of Kaazing Gateway. --- - -Official build of Kaazing Gateway. - - -{% include library-samples.md %} diff --git a/_samples/library/kapacitor.md b/_samples/library/kapacitor.md index 49c1ddc7e4..1a75f4b022 100644 --- a/_samples/library/kapacitor.md +++ b/_samples/library/kapacitor.md @@ -1,17 +1,5 @@ --- -title: kapacitor -keywords: library, sample, kapacitor -repo: kapacitor -layout: docs redirect_to: https://hub.docker.com/_/kapacitor/ -sitemap: false redirect_from: - /samples/kapacitor/ -description: | - Kapacitor is an open source framework for processing, monitoring, and alerting on time series data. --- - -Kapacitor is an open source framework for processing, monitoring, and alerting on time series data. - - -{% include library-samples.md %} diff --git a/_samples/library/kibana.md b/_samples/library/kibana.md index 78b4d603fb..517035bd9c 100644 --- a/_samples/library/kibana.md +++ b/_samples/library/kibana.md @@ -1,17 +1,5 @@ --- -title: kibana -keywords: library, sample, kibana -repo: kibana -layout: docs redirect_to: https://hub.docker.com/_/kibana/ -sitemap: false redirect_from: - /samples/kibana/ -description: | - Kibana gives shape to any kind of data — structured and unstructured — indexed in Elasticsearch. --- - -Kibana gives shape to any kind of data — structured and unstructured — indexed in Elasticsearch. - - -{% include library-samples.md %} diff --git a/_samples/library/known.md b/_samples/library/known.md index 9a3bbf74ba..fb61b1f66d 100644 --- a/_samples/library/known.md +++ b/_samples/library/known.md @@ -1,17 +1,5 @@ --- -title: known -keywords: library, sample, known -repo: known -layout: docs redirect_to: https://hub.docker.com/_/known/ -sitemap: false redirect_from: - /samples/known/ -description: | - Blogging, meet social. Known is a social publishing platform. --- - -Blogging, meet social. Known is a social publishing platform. - - -{% include library-samples.md %} diff --git a/_samples/library/kong.md b/_samples/library/kong.md index c6c80384c9..42630b03af 100644 --- a/_samples/library/kong.md +++ b/_samples/library/kong.md @@ -1,17 +1,5 @@ --- -title: kong -keywords: library, sample, kong -repo: kong -layout: docs redirect_to: https://hub.docker.com/_/kong/ -sitemap: false redirect_from: - /samples/kong/ -description: | - The Cloud-Native API Gateway & Service Mesh for APIs and Microservices --- - -The Cloud-Native API Gateway & Service Mesh for APIs and Microservices - - -{% include library-samples.md %} diff --git a/_samples/library/lightstreamer.md b/_samples/library/lightstreamer.md index c5bb475fba..a884fefbd5 100644 --- a/_samples/library/lightstreamer.md +++ b/_samples/library/lightstreamer.md @@ -1,17 +1,5 @@ --- -title: lightstreamer -keywords: library, sample, lightstreamer -repo: lightstreamer -layout: docs redirect_to: https://hub.docker.com/_/lightstreamer/ -sitemap: false redirect_from: - /samples/lightstreamer/ -description: | - Lightstreamer is a real-time messaging server optimized for the Internet. --- - -Lightstreamer is a real-time messaging server optimized for the Internet. - - -{% include library-samples.md %} diff --git a/_samples/library/logstash.md b/_samples/library/logstash.md index 863eecd5ef..e0e8616ac2 100644 --- a/_samples/library/logstash.md +++ b/_samples/library/logstash.md @@ -1,17 +1,5 @@ --- -title: logstash -keywords: library, sample, logstash -repo: logstash -layout: docs redirect_to: https://hub.docker.com/_/logstash/ -sitemap: false redirect_from: - /samples/logstash/ -description: | - Logstash is a tool for managing events and logs. --- - -Logstash is a tool for managing events and logs. - - -{% include library-samples.md %} diff --git a/_samples/library/mageia.md b/_samples/library/mageia.md index 9a0ba1b862..d4f0e685cd 100644 --- a/_samples/library/mageia.md +++ b/_samples/library/mageia.md @@ -1,17 +1,5 @@ --- -title: mageia -keywords: library, sample, mageia -repo: mageia -layout: docs redirect_to: https://hub.docker.com/_/mageia/ -sitemap: false redirect_from: - /samples/mageia/ -description: | - Official Mageia base image --- - -Official Mageia base image - - -{% include library-samples.md %} diff --git a/_samples/library/mariadb.md b/_samples/library/mariadb.md index 5e0ad43d18..02204ef168 100644 --- a/_samples/library/mariadb.md +++ b/_samples/library/mariadb.md @@ -1,17 +1,5 @@ --- -title: mariadb -keywords: library, sample, mariadb -repo: mariadb -layout: docs redirect_to: https://hub.docker.com/_/mariadb/ -sitemap: false redirect_from: - /samples/mariadb/ -description: | - MariaDB is a community-developed fork of MySQL intended to remain free under the GNU GPL. --- - -MariaDB is a community-developed fork of MySQL intended to remain free under the GNU GPL. - - -{% include library-samples.md %} diff --git a/_samples/library/matomo.md b/_samples/library/matomo.md index 38c3965e4b..88c6ec573d 100644 --- a/_samples/library/matomo.md +++ b/_samples/library/matomo.md @@ -1,17 +1,5 @@ --- -title: matomo -keywords: library, sample, matomo -repo: matomo -layout: docs redirect_to: https://hub.docker.com/_/matomo/ -sitemap: false redirect_from: - /samples/matomo/ -description: | - Matomo is the leading open-source analytics platform that gives you more than powerful analytics. --- - -Matomo is the leading open-source analytics platform that gives you more than powerful analytics. - - -{% include library-samples.md %} diff --git a/_samples/library/maven.md b/_samples/library/maven.md index 9b31691cc0..a97446fc79 100644 --- a/_samples/library/maven.md +++ b/_samples/library/maven.md @@ -1,17 +1,5 @@ --- -title: maven -keywords: library, sample, maven -repo: maven -layout: docs redirect_to: https://hub.docker.com/_/maven/ -sitemap: false redirect_from: - /samples/maven/ -description: | - Apache Maven is a software project management and comprehension tool. --- - -Apache Maven is a software project management and comprehension tool. - - -{% include library-samples.md %} diff --git a/_samples/library/mediawiki.md b/_samples/library/mediawiki.md index e4ce706b60..97b6f04204 100644 --- a/_samples/library/mediawiki.md +++ b/_samples/library/mediawiki.md @@ -1,17 +1,5 @@ --- -title: mediawiki -keywords: library, sample, mediawiki -repo: mediawiki -layout: docs redirect_to: https://hub.docker.com/_/mediawiki/ -sitemap: false redirect_from: - /samples/mediawiki/ -description: | - MediaWiki is a free software open source wiki package written in PHP. --- - -MediaWiki is a free software open source wiki package written in PHP. - - -{% include library-samples.md %} diff --git a/_samples/library/memcached.md b/_samples/library/memcached.md index 944f503578..959152c04d 100644 --- a/_samples/library/memcached.md +++ b/_samples/library/memcached.md @@ -1,17 +1,5 @@ --- -title: memcached -keywords: library, sample, memcached -repo: memcached -layout: docs redirect_to: https://hub.docker.com/_/memcached/ -sitemap: false redirect_from: - /samples/memcached/ -description: | - Free & open source, high-performance, distributed memory object caching system. --- - -Free & open source, high-performance, distributed memory object caching system. - - -{% include library-samples.md %} diff --git a/_samples/library/mongo-express.md b/_samples/library/mongo-express.md index 1949141a9b..2c0f510a5e 100644 --- a/_samples/library/mongo-express.md +++ b/_samples/library/mongo-express.md @@ -1,17 +1,5 @@ --- -title: mongo-express -keywords: library, sample, mongo-express -repo: mongo-express -layout: docs redirect_to: https://hub.docker.com/_/mongo-express/ -sitemap: false redirect_from: - /samples/mongo-express/ -description: | - Web-based MongoDB admin interface, written with Node.js and express --- - -Web-based MongoDB admin interface, written with Node.js and express - - -{% include library-samples.md %} diff --git a/_samples/library/mongo.md b/_samples/library/mongo.md index 33c6066ff3..4200d5ab0b 100644 --- a/_samples/library/mongo.md +++ b/_samples/library/mongo.md @@ -1,17 +1,5 @@ --- -title: mongo -keywords: library, sample, mongo -repo: mongo -layout: docs redirect_to: https://hub.docker.com/_/mongo/ -sitemap: false redirect_from: - /samples/mongo/ -description: | - MongoDB document databases provide high availability and easy scalability. --- - -MongoDB document databases provide high availability and easy scalability. - - -{% include library-samples.md %} diff --git a/_samples/library/mono.md b/_samples/library/mono.md index fce4ce03fa..7c829bac61 100644 --- a/_samples/library/mono.md +++ b/_samples/library/mono.md @@ -1,17 +1,5 @@ --- -title: mono -keywords: library, sample, mono -repo: mono -layout: docs redirect_to: https://hub.docker.com/_/mono/ -sitemap: false redirect_from: - /samples/mono/ -description: | - Mono is an open source implementation of Microsoft's .NET Framework --- - -Mono is an open source implementation of Microsoft's .NET Framework - - -{% include library-samples.md %} diff --git a/_samples/library/mysql.md b/_samples/library/mysql.md index bff8acb69a..f867d6c3ff 100644 --- a/_samples/library/mysql.md +++ b/_samples/library/mysql.md @@ -1,17 +1,5 @@ --- -title: mysql -keywords: library, sample, mysql -repo: mysql -layout: docs redirect_to: https://hub.docker.com/_/mysql/ -sitemap: false redirect_from: - /samples/mysql/ -description: | - MySQL is a widely used, open-source relational database management system (RDBMS). --- - -MySQL is a widely used, open-source relational database management system (RDBMS). - - -{% include library-samples.md %} diff --git a/_samples/library/nats-streaming.md b/_samples/library/nats-streaming.md index 5c0f85e9c3..4b95e17f02 100644 --- a/_samples/library/nats-streaming.md +++ b/_samples/library/nats-streaming.md @@ -1,17 +1,5 @@ --- -title: nats-streaming -keywords: library, sample, nats-streaming -repo: nats-streaming -layout: docs redirect_to: https://hub.docker.com/_/nats-streaming/ -sitemap: false redirect_from: - /samples/nats-streaming/ -description: | - NATS Streaming is an open-source, high-performance, cloud native messaging streaming system. --- - -NATS Streaming is an open-source, high-performance, cloud native messaging streaming system. - - -{% include library-samples.md %} diff --git a/_samples/library/nats.md b/_samples/library/nats.md index c23830619c..14a4b0a7aa 100644 --- a/_samples/library/nats.md +++ b/_samples/library/nats.md @@ -1,17 +1,5 @@ --- -title: nats -keywords: library, sample, nats -repo: nats -layout: docs redirect_to: https://hub.docker.com/_/nats/ -sitemap: false redirect_from: - /samples/nats/ -description: | - NATS is an open-source, high-performance, cloud native messaging system. --- - -NATS is an open-source, high-performance, cloud native messaging system. - - -{% include library-samples.md %} diff --git a/_samples/library/neo4j.md b/_samples/library/neo4j.md index 6ed635b2f5..5bcb1ce434 100644 --- a/_samples/library/neo4j.md +++ b/_samples/library/neo4j.md @@ -1,17 +1,5 @@ --- -title: neo4j -keywords: library, sample, neo4j -repo: neo4j -layout: docs redirect_to: https://hub.docker.com/_/neo4j/ -sitemap: false redirect_from: - /samples/neo4j/ -description: | - Neo4j is a highly scalable, robust native graph database. --- - -Neo4j is a highly scalable, robust native graph database. - - -{% include library-samples.md %} diff --git a/_samples/library/neurodebian.md b/_samples/library/neurodebian.md index d045f3bd34..8fda2c28fc 100644 --- a/_samples/library/neurodebian.md +++ b/_samples/library/neurodebian.md @@ -1,17 +1,5 @@ --- -title: neurodebian -keywords: library, sample, neurodebian -repo: neurodebian -layout: docs redirect_to: https://hub.docker.com/_/neurodebian/ -sitemap: false redirect_from: - /samples/neurodebian/ -description: | - NeuroDebian provides neuroscience research software for Debian, Ubuntu, and other derivatives. --- - -NeuroDebian provides neuroscience research software for Debian, Ubuntu, and other derivatives. - - -{% include library-samples.md %} diff --git a/_samples/library/nextcloud.md b/_samples/library/nextcloud.md index 39149b146a..b3b2cfb9e8 100644 --- a/_samples/library/nextcloud.md +++ b/_samples/library/nextcloud.md @@ -1,17 +1,5 @@ --- -title: nextcloud -keywords: library, sample, nextcloud -repo: nextcloud -layout: docs redirect_to: https://hub.docker.com/_/nextcloud/ -sitemap: false redirect_from: - /samples/nextcloud/ -description: | - A safe home for all your data --- - -A safe home for all your data - - -{% include library-samples.md %} diff --git a/_samples/library/nginx.md b/_samples/library/nginx.md index 1515e21637..6788a81d67 100644 --- a/_samples/library/nginx.md +++ b/_samples/library/nginx.md @@ -1,17 +1,5 @@ --- -title: nginx -keywords: library, sample, nginx -repo: nginx -layout: docs redirect_to: https://hub.docker.com/_/nginx/ -sitemap: false redirect_from: - /samples/nginx/ -description: | - Official build of Nginx. --- - -Official build of Nginx. - - -{% include library-samples.md %} diff --git a/_samples/library/node.md b/_samples/library/node.md index 223b3eeff6..d7d405f031 100644 --- a/_samples/library/node.md +++ b/_samples/library/node.md @@ -1,17 +1,5 @@ --- -title: node -keywords: library, sample, node -repo: node -layout: docs redirect_to: https://hub.docker.com/_/node/ -sitemap: false redirect_from: - /samples/node/ -description: | - Node.js is a JavaScript-based platform for server-side and networking applications. --- - -Node.js is a JavaScript-based platform for server-side and networking applications. - - -{% include library-samples.md %} diff --git a/_samples/library/notary.md b/_samples/library/notary.md index 23a1a66b95..bbe8bb4097 100644 --- a/_samples/library/notary.md +++ b/_samples/library/notary.md @@ -1,17 +1,5 @@ --- -title: notary -keywords: library, sample, notary -repo: notary -layout: docs redirect_to: https://hub.docker.com/_/notary/ -sitemap: false redirect_from: - /samples/notary/ -description: | - Notary server and signer cooperatively handle signing and distribution of notary repositories. --- - -Notary server and signer cooperatively handle signing and distribution of notary repositories. - - -{% include library-samples.md %} diff --git a/_samples/library/nuxeo.md b/_samples/library/nuxeo.md index 48c5f8abd4..a6ff2275c5 100644 --- a/_samples/library/nuxeo.md +++ b/_samples/library/nuxeo.md @@ -1,17 +1,5 @@ --- -title: nuxeo -keywords: library, sample, nuxeo -repo: nuxeo -layout: docs redirect_to: https://hub.docker.com/_/nuxeo/ -sitemap: false redirect_from: - /samples/nuxeo/ -description: | - Nuxeo is an open source Content Management Platform that is completely customizable. --- - -Nuxeo is an open source Content Management Platform that is completely customizable. - - -{% include library-samples.md %} diff --git a/_samples/library/odoo.md b/_samples/library/odoo.md index bc6b933954..06e23b4f27 100644 --- a/_samples/library/odoo.md +++ b/_samples/library/odoo.md @@ -1,17 +1,5 @@ --- -title: odoo -keywords: library, sample, odoo -repo: odoo -layout: docs redirect_to: https://hub.docker.com/_/odoo/ -sitemap: false redirect_from: - /samples/odoo/ -description: | - Odoo (formerly known as OpenERP) is a suite of open-source business apps. --- - -Odoo (formerly known as OpenERP) is a suite of open-source business apps. - - -{% include library-samples.md %} diff --git a/_samples/library/open-liberty.md b/_samples/library/open-liberty.md index fd20b834d6..e658b53fc7 100644 --- a/_samples/library/open-liberty.md +++ b/_samples/library/open-liberty.md @@ -1,17 +1,5 @@ --- -title: open-liberty -keywords: library, sample, open-liberty -repo: open-liberty -layout: docs redirect_to: https://hub.docker.com/_/open-liberty/ -sitemap: false redirect_from: - /samples/open-liberty/ -description: | - Official Open Liberty image. --- - -Official Open Liberty image. - - -{% include library-samples.md %} diff --git a/_samples/library/openjdk.md b/_samples/library/openjdk.md index f4403c1be9..db79cb108d 100644 --- a/_samples/library/openjdk.md +++ b/_samples/library/openjdk.md @@ -1,17 +1,5 @@ --- -title: openjdk -keywords: library, sample, openjdk -repo: openjdk -layout: docs redirect_to: https://hub.docker.com/_/openjdk/ -sitemap: false redirect_from: - /samples/openjdk/ -description: | - OpenJDK is an open-source implementation of the Java Platform, Standard Edition --- - -OpenJDK is an open-source implementation of the Java Platform, Standard Edition - - -{% include library-samples.md %} diff --git a/_samples/library/opensuse.md b/_samples/library/opensuse.md index 8e559e53e5..4324b72a52 100644 --- a/_samples/library/opensuse.md +++ b/_samples/library/opensuse.md @@ -1,17 +1,5 @@ --- -title: opensuse -keywords: library, sample, opensuse -repo: opensuse -layout: docs redirect_to: https://hub.docker.com/_/opensuse/ -sitemap: false redirect_from: - /samples/opensuse/ -description: | - DEPRECATED - for current images by the openSUSE Project see opensuse/leap and opensuse/tumbleweed. --- - -DEPRECATED - for current images by the openSUSE Project see opensuse/leap and opensuse/tumbleweed. - - -{% include library-samples.md %} diff --git a/_samples/library/oraclelinux.md b/_samples/library/oraclelinux.md index 46bb57d077..37f0c1f1f9 100644 --- a/_samples/library/oraclelinux.md +++ b/_samples/library/oraclelinux.md @@ -1,17 +1,5 @@ --- -title: oraclelinux -keywords: library, sample, oraclelinux -repo: oraclelinux -layout: docs redirect_to: https://hub.docker.com/_/oraclelinux/ -sitemap: false redirect_from: - /samples/oraclelinux/ -description: | - Official Docker builds of Oracle Linux. --- - -Official Docker builds of Oracle Linux. - - -{% include library-samples.md %} diff --git a/_samples/library/orientdb.md b/_samples/library/orientdb.md index cfd2cbd539..7089877459 100644 --- a/_samples/library/orientdb.md +++ b/_samples/library/orientdb.md @@ -1,17 +1,5 @@ --- -title: orientdb -keywords: library, sample, orientdb -repo: orientdb -layout: docs redirect_to: https://hub.docker.com/_/orientdb/ -sitemap: false redirect_from: - /samples/orientdb/ -description: | - OrientDB a Multi-Model Open Source NoSQL DBMS that combines graphs and documents. --- - -OrientDB a Multi-Model Open Source NoSQL DBMS that combines graphs and documents. - - -{% include library-samples.md %} diff --git a/_samples/library/percona.md b/_samples/library/percona.md index 9dc65be06d..1e67aafa92 100644 --- a/_samples/library/percona.md +++ b/_samples/library/percona.md @@ -1,17 +1,5 @@ --- -title: percona -keywords: library, sample, percona -repo: percona -layout: docs redirect_to: https://hub.docker.com/_/percona/ -sitemap: false redirect_from: - /samples/percona/ -description: | - Percona Server is a fork of the MySQL relational database management system created by Percona. --- - -Percona Server is a fork of the MySQL relational database management system created by Percona. - - -{% include library-samples.md %} diff --git a/_samples/library/perl.md b/_samples/library/perl.md index 07fd695ac4..8ba07abfa3 100644 --- a/_samples/library/perl.md +++ b/_samples/library/perl.md @@ -1,17 +1,5 @@ --- -title: perl -keywords: library, sample, perl -repo: perl -layout: docs redirect_to: https://hub.docker.com/_/perl/ -sitemap: false redirect_from: - /samples/perl/ -description: | - Perl is a high-level, general-purpose, interpreted, dynamic programming language. --- - -Perl is a high-level, general-purpose, interpreted, dynamic programming language. - - -{% include library-samples.md %} diff --git a/_samples/library/photon.md b/_samples/library/photon.md index f2f7a72e63..8604ab376d 100644 --- a/_samples/library/photon.md +++ b/_samples/library/photon.md @@ -1,17 +1,5 @@ --- -title: photon -keywords: library, sample, photon -repo: photon -layout: docs redirect_to: https://hub.docker.com/_/photon/ -sitemap: false redirect_from: - /samples/photon/ -description: | - Photon OS is an open source minimal Linux container host. --- - -Photon OS is an open source minimal Linux container host. - - -{% include library-samples.md %} diff --git a/_samples/library/php-zendserver.md b/_samples/library/php-zendserver.md index 9e841854d4..7a575c1c6f 100644 --- a/_samples/library/php-zendserver.md +++ b/_samples/library/php-zendserver.md @@ -1,17 +1,5 @@ --- -title: php-zendserver -keywords: library, sample, php-zendserver -repo: php-zendserver -layout: docs redirect_to: https://hub.docker.com/_/php-zendserver/ -sitemap: false redirect_from: - /samples/php-zendserver/ -description: | - Zend Server - the integrated PHP application platform for mobile and web apps. --- - -Zend Server - the integrated PHP application platform for mobile and web apps. - - -{% include library-samples.md %} diff --git a/_samples/library/php.md b/_samples/library/php.md index b2edcc186d..cecab497d4 100644 --- a/_samples/library/php.md +++ b/_samples/library/php.md @@ -1,17 +1,5 @@ --- -title: php -keywords: library, sample, php -repo: php -layout: docs redirect_to: https://hub.docker.com/_/php/ -sitemap: false redirect_from: - /samples/php/ -description: | - While designed for web development, the PHP scripting language also provides general-purpose use. --- - -While designed for web development, the PHP scripting language also provides general-purpose use. - - -{% include library-samples.md %} diff --git a/_samples/library/plone.md b/_samples/library/plone.md index 6c98ff17c6..74350e25b2 100644 --- a/_samples/library/plone.md +++ b/_samples/library/plone.md @@ -1,17 +1,5 @@ --- -title: plone -keywords: library, sample, plone -repo: plone -layout: docs redirect_to: https://hub.docker.com/_/plone/ -sitemap: false redirect_from: - /samples/plone/ -description: | - Plone is a free and open source content management system built on top of Zope. --- - -Plone is a free and open source content management system built on top of Zope. - - -{% include library-samples.md %} diff --git a/_samples/library/postfixadmin.md b/_samples/library/postfixadmin.md index 75bb872e4c..5a4d80bb7b 100644 --- a/_samples/library/postfixadmin.md +++ b/_samples/library/postfixadmin.md @@ -1,17 +1,5 @@ --- -title: postfixadmin -keywords: library, sample, postfixadmin -repo: postfixadmin -layout: docs redirect_to: https://hub.docker.com/_/postfixadmin/ -sitemap: false redirect_from: - /samples/postfixadmin/ -description: | - Postfix Admin - web based administration interface for Postfix mail servers. --- - -Postfix Admin - web based administration interface for Postfix mail servers. - - -{% include library-samples.md %} diff --git a/_samples/library/postgres.md b/_samples/library/postgres.md index 7fe73fc29c..ca4e0f987c 100644 --- a/_samples/library/postgres.md +++ b/_samples/library/postgres.md @@ -1,17 +1,5 @@ --- -title: postgres -keywords: library, sample, postgres -repo: postgres -layout: docs redirect_to: https://hub.docker.com/_/postgres/ -sitemap: false redirect_from: - /samples/postgres/ -description: | - The PostgreSQL object-relational database system provides reliability and data integrity. --- - -The PostgreSQL object-relational database system provides reliability and data integrity. - - -{% include library-samples.md %} diff --git a/_samples/library/pypy.md b/_samples/library/pypy.md index b2b6640b40..8e42ace999 100644 --- a/_samples/library/pypy.md +++ b/_samples/library/pypy.md @@ -1,17 +1,5 @@ --- -title: pypy -keywords: library, sample, pypy -repo: pypy -layout: docs redirect_to: https://hub.docker.com/_/pypy/ -sitemap: false redirect_from: - /samples/pypy/ -description: | - PyPy is a fast, compliant alternative implementation of the Python language. --- - -PyPy is a fast, compliant alternative implementation of the Python language. - - -{% include library-samples.md %} diff --git a/_samples/library/python.md b/_samples/library/python.md index 98f6c81e88..19ac114ef3 100644 --- a/_samples/library/python.md +++ b/_samples/library/python.md @@ -1,17 +1,5 @@ --- -title: python -keywords: library, sample, python -repo: python -layout: docs redirect_to: https://hub.docker.com/_/python/ -sitemap: false redirect_from: - /samples/python/ -description: | - Python is an interpreted, interactive, object-oriented, open-source programming language. --- - -Python is an interpreted, interactive, object-oriented, open-source programming language. - - -{% include library-samples.md %} diff --git a/_samples/library/r-base.md b/_samples/library/r-base.md index 240a23bbff..ed4e6ab595 100644 --- a/_samples/library/r-base.md +++ b/_samples/library/r-base.md @@ -1,17 +1,5 @@ --- -title: r-base -keywords: library, sample, r-base -repo: r-base -layout: docs redirect_to: https://hub.docker.com/_/r-base/ -sitemap: false redirect_from: - /samples/r-base/ -description: | - R is a system for statistical computation and graphics. --- - -R is a system for statistical computation and graphics. - - -{% include library-samples.md %} diff --git a/_samples/library/rabbitmq.md b/_samples/library/rabbitmq.md index 62786eb29d..47e53e994d 100644 --- a/_samples/library/rabbitmq.md +++ b/_samples/library/rabbitmq.md @@ -1,17 +1,5 @@ --- -title: rabbitmq -keywords: library, sample, rabbitmq -repo: rabbitmq -layout: docs redirect_to: https://hub.docker.com/_/rabbitmq/ -sitemap: false redirect_from: - /samples/rabbitmq/ -description: | - RabbitMQ is an open source multi-protocol messaging broker. --- - -RabbitMQ is an open source multi-protocol messaging broker. - - -{% include library-samples.md %} diff --git a/_samples/library/rakudo-star.md b/_samples/library/rakudo-star.md index de3733868f..a83264ab04 100644 --- a/_samples/library/rakudo-star.md +++ b/_samples/library/rakudo-star.md @@ -1,17 +1,5 @@ --- -title: rakudo-star -keywords: library, sample, rakudo-star -repo: rakudo-star -layout: docs redirect_to: https://hub.docker.com/_/rakudo-star/ -sitemap: false redirect_from: - /samples/rakudo-star/ -description: | - Rakudo Perl 6, or simply Rakudo, is a compiler for the Perl 6 programming language. --- - -Rakudo Perl 6, or simply Rakudo, is a compiler for the Perl 6 programming language. - - -{% include library-samples.md %} diff --git a/_samples/library/rapidoid.md b/_samples/library/rapidoid.md index 15e0cc9d85..f2858dbc32 100644 --- a/_samples/library/rapidoid.md +++ b/_samples/library/rapidoid.md @@ -1,17 +1,5 @@ --- -title: rapidoid -keywords: library, sample, rapidoid -repo: rapidoid -layout: docs redirect_to: https://hub.docker.com/_/rapidoid/ -sitemap: false redirect_from: - /samples/rapidoid/ -description: | - Rapidoid is a high-performance HTTP server and modern Java web framework / application container. --- - -Rapidoid is a high-performance HTTP server and modern Java web framework / application container. - - -{% include library-samples.md %} diff --git a/_samples/library/redis.md b/_samples/library/redis.md index 5cf2edf69c..ca1c138728 100644 --- a/_samples/library/redis.md +++ b/_samples/library/redis.md @@ -1,17 +1,5 @@ --- -title: redis -keywords: library, sample, redis -repo: redis -layout: docs redirect_to: https://hub.docker.com/_/redis/ -sitemap: false redirect_from: - /samples/redis/ -description: | - Redis is an open source key-value store that functions as a data structure server. --- - -Redis is an open source key-value store that functions as a data structure server. - - -{% include library-samples.md %} diff --git a/_samples/library/redmine.md b/_samples/library/redmine.md index 489349c5e3..f608e03e22 100644 --- a/_samples/library/redmine.md +++ b/_samples/library/redmine.md @@ -1,17 +1,5 @@ --- -title: redmine -keywords: library, sample, redmine -repo: redmine -layout: docs redirect_to: https://hub.docker.com/_/redmine/ -sitemap: false redirect_from: - /samples/redmine/ -description: | - Redmine is a flexible project management web application written using Ruby on Rails framework --- - -Redmine is a flexible project management web application written using Ruby on Rails framework - - -{% include library-samples.md %} diff --git a/_samples/library/registry.md b/_samples/library/registry.md index 71c0474170..d92d23abd2 100644 --- a/_samples/library/registry.md +++ b/_samples/library/registry.md @@ -1,17 +1,5 @@ --- -title: registry -keywords: library, sample, registry -repo: registry -layout: docs redirect_to: https://hub.docker.com/_/registry/ -sitemap: false redirect_from: - /samples/registry/ -description: | - The Docker Registry 2.0 implementation for storing and distributing Docker images --- - -The Docker Registry 2.0 implementation for storing and distributing Docker images - - -{% include library-samples.md %} diff --git a/_samples/library/rethinkdb.md b/_samples/library/rethinkdb.md index ee4f035290..ca53a37a93 100644 --- a/_samples/library/rethinkdb.md +++ b/_samples/library/rethinkdb.md @@ -1,17 +1,5 @@ --- -title: rethinkdb -keywords: library, sample, rethinkdb -repo: rethinkdb -layout: docs redirect_to: https://hub.docker.com/_/rethinkdb/ -sitemap: false redirect_from: - /samples/rethinkdb/ -description: | - RethinkDB is an open-source, document database that makes it easy to build and scale realtime apps. --- - -RethinkDB is an open-source, document database that makes it easy to build and scale realtime apps. - - -{% include library-samples.md %} diff --git a/_samples/library/rocket.chat.md b/_samples/library/rocket.chat.md index 86596fad9f..abccf42d81 100644 --- a/_samples/library/rocket.chat.md +++ b/_samples/library/rocket.chat.md @@ -1,17 +1,5 @@ --- -title: rocket.chat -keywords: library, sample, rocket.chat -repo: rocket.chat -layout: docs redirect_to: https://hub.docker.com/_/rocket.chat/ -sitemap: false redirect_from: - /samples/rocket.chat/ -description: | - The Complete Open Source Chat Solution --- - -The Complete Open Source Chat Solution - - -{% include library-samples.md %} diff --git a/_samples/library/ros.md b/_samples/library/ros.md index 74394a5c56..4c3993eed6 100644 --- a/_samples/library/ros.md +++ b/_samples/library/ros.md @@ -1,17 +1,5 @@ --- -title: ros -keywords: library, sample, ros -repo: ros -layout: docs redirect_to: https://hub.docker.com/_/ros/ -sitemap: false redirect_from: - /samples/ros/ -description: | - The Robot Operating System (ROS) is an open source project for building robot applications. --- - -The Robot Operating System (ROS) is an open source project for building robot applications. - - -{% include library-samples.md %} diff --git a/_samples/library/ruby.md b/_samples/library/ruby.md index 0946fb28a6..855563b725 100644 --- a/_samples/library/ruby.md +++ b/_samples/library/ruby.md @@ -1,17 +1,5 @@ --- -title: ruby -keywords: library, sample, ruby -repo: ruby -layout: docs redirect_to: https://hub.docker.com/_/ruby/ -sitemap: false redirect_from: - /samples/ruby/ -description: | - Ruby is a dynamic, reflective, object-oriented, general-purpose, open-source programming language. --- - -Ruby is a dynamic, reflective, object-oriented, general-purpose, open-source programming language. - - -{% include library-samples.md %} diff --git a/_samples/library/rust.md b/_samples/library/rust.md index 04e63763fd..879e5b7933 100644 --- a/_samples/library/rust.md +++ b/_samples/library/rust.md @@ -1,17 +1,5 @@ --- -title: rust -keywords: library, sample, rust -repo: rust -layout: docs redirect_to: https://hub.docker.com/_/rust/ -sitemap: false redirect_from: - /samples/rust/ -description: | - Rust is a systems programming language focused on safety, speed, and concurrency. --- - -Rust is a systems programming language focused on safety, speed, and concurrency. - - -{% include library-samples.md %} diff --git a/_samples/library/sapmachine.md b/_samples/library/sapmachine.md index 612470ce4f..bfdd76156a 100644 --- a/_samples/library/sapmachine.md +++ b/_samples/library/sapmachine.md @@ -1,17 +1,5 @@ --- -title: sapmachine -keywords: library, sample, sapmachine -repo: sapmachine -layout: docs redirect_to: https://hub.docker.com/_/sapmachine/ -sitemap: false redirect_from: - /samples/sapmachine/ -description: | - Official SapMachine Docker Image. --- - -Official SapMachine Docker Image. - - -{% include library-samples.md %} diff --git a/_samples/library/scratch.md b/_samples/library/scratch.md index 444e99182a..7e4ab9d1b0 100644 --- a/_samples/library/scratch.md +++ b/_samples/library/scratch.md @@ -1,16 +1,5 @@ --- -title: scratch -keywords: library, sample, scratch -repo: scratch -layout: docs redirect_to: https://hub.docker.com/_/scratch/ -sitemap: false redirect_from: - /samples/scratch/ -description: | - an explicitly empty image, especially for building images "FROM scratch" --- - -an explicitly empty image, especially for building images "FROM scratch" - -{% include library-samples.md %} diff --git a/_samples/library/sentry.md b/_samples/library/sentry.md index 0bc81119db..fb37f7e180 100644 --- a/_samples/library/sentry.md +++ b/_samples/library/sentry.md @@ -1,17 +1,5 @@ --- -title: sentry -keywords: library, sample, sentry -repo: sentry -layout: docs redirect_to: https://hub.docker.com/_/sentry/ -sitemap: false redirect_from: - /samples/sentry/ -description: | - Sentry is a realtime, platform-agnostic error logging and aggregation platform --- - -Sentry is a realtime, platform-agnostic error logging and aggregation platform - - -{% include library-samples.md %} diff --git a/_samples/library/silverpeas.md b/_samples/library/silverpeas.md index 796a0727ac..cd3fac8fd8 100644 --- a/_samples/library/silverpeas.md +++ b/_samples/library/silverpeas.md @@ -1,17 +1,5 @@ --- -title: silverpeas -keywords: library, sample, silverpeas -repo: silverpeas -layout: docs redirect_to: https://hub.docker.com/_/silverpeas/ -sitemap: false redirect_from: - /samples/silverpeas/ -description: | - Silverpeas is a turnkey and open-source Collaborative and Social-Networking Portal. --- - -Silverpeas is a turnkey and open-source Collaborative and Social-Networking Portal. - - -{% include library-samples.md %} diff --git a/_samples/library/sl.md b/_samples/library/sl.md index 7aa6ecae07..b81e73181f 100644 --- a/_samples/library/sl.md +++ b/_samples/library/sl.md @@ -1,17 +1,5 @@ --- -title: sl -keywords: library, sample, sl -repo: sl -layout: docs redirect_to: https://hub.docker.com/_/sl/ -sitemap: false redirect_from: - /samples/sl/ -description: | - Official containers for Scientific Linux(SL) --- - -Official containers for Scientific Linux(SL) - - -{% include library-samples.md %} diff --git a/_samples/library/solr.md b/_samples/library/solr.md index cf0933d516..9972157214 100644 --- a/_samples/library/solr.md +++ b/_samples/library/solr.md @@ -1,17 +1,5 @@ --- -title: solr -keywords: library, sample, solr -repo: solr -layout: docs redirect_to: https://hub.docker.com/_/solr/ -sitemap: false redirect_from: - /samples/solr/ -description: | - Solr is the popular, blazing-fast, open source enterprise search platform built on Apache Lucene™. --- - -Solr is the popular, blazing-fast, open source enterprise search platform built on Apache Lucene™. - - -{% include library-samples.md %} diff --git a/_samples/library/sonarqube.md b/_samples/library/sonarqube.md index 71edc03374..f7be09dbab 100644 --- a/_samples/library/sonarqube.md +++ b/_samples/library/sonarqube.md @@ -1,17 +1,5 @@ --- -title: sonarqube -keywords: library, sample, sonarqube -repo: sonarqube -layout: docs redirect_to: https://hub.docker.com/_/sonarqube/ -sitemap: false redirect_from: - /samples/sonarqube/ -description: | - SonarQube is an open source platform for continuous inspection of code quality. --- - -SonarQube is an open source platform for continuous inspection of code quality. - - -{% include library-samples.md %} diff --git a/_samples/library/sourcemage.md b/_samples/library/sourcemage.md index a3ac9f220f..b807697b22 100644 --- a/_samples/library/sourcemage.md +++ b/_samples/library/sourcemage.md @@ -1,17 +1,5 @@ --- -title: sourcemage -keywords: library, sample, sourcemage -repo: sourcemage -layout: docs redirect_to: https://hub.docker.com/_/sourcemage/ -sitemap: false redirect_from: - /samples/sourcemage/ -description: | - Source Mage is a source-based GNU/Linux distribution with maximum flexibility in customization. --- - -Source Mage is a source-based GNU/Linux distribution with maximum flexibility in customization. - - -{% include library-samples.md %} diff --git a/_samples/library/spiped.md b/_samples/library/spiped.md index f58b1ccd2c..69813ff3e1 100644 --- a/_samples/library/spiped.md +++ b/_samples/library/spiped.md @@ -1,17 +1,5 @@ --- -title: spiped -keywords: library, sample, spiped -repo: spiped -layout: docs redirect_to: https://hub.docker.com/_/spiped/ -sitemap: false redirect_from: - /samples/spiped/ -description: | - Spiped is a utility for creating symmetrically encrypted and authenticated pipes between sockets. --- - -Spiped is a utility for creating symmetrically encrypted and authenticated pipes between sockets. - - -{% include library-samples.md %} diff --git a/_samples/library/storm.md b/_samples/library/storm.md index 2a5d177ad3..70a9044fea 100644 --- a/_samples/library/storm.md +++ b/_samples/library/storm.md @@ -1,17 +1,5 @@ --- -title: storm -keywords: library, sample, storm -repo: storm -layout: docs redirect_to: https://hub.docker.com/_/storm/ -sitemap: false redirect_from: - /samples/storm/ -description: | - Apache Storm is a free and open source distributed realtime computation system. --- - -Apache Storm is a free and open source distributed realtime computation system. - - -{% include library-samples.md %} diff --git a/_samples/library/swarm.md b/_samples/library/swarm.md index 41b4d4f5d3..c2c1f5086e 100644 --- a/_samples/library/swarm.md +++ b/_samples/library/swarm.md @@ -1,17 +1,5 @@ --- -title: swarm -keywords: library, sample, swarm -repo: swarm -layout: docs redirect_to: https://hub.docker.com/_/swarm/ -sitemap: false redirect_from: - /samples/swarm/ -description: | - Swarm: a Docker-native clustering system. --- - -Swarm: a Docker-native clustering system. - - -{% include library-samples.md %} diff --git a/_samples/library/swift.md b/_samples/library/swift.md index 007cd5701e..5bd68c6557 100644 --- a/_samples/library/swift.md +++ b/_samples/library/swift.md @@ -1,17 +1,5 @@ --- -title: swift -keywords: library, sample, swift -repo: swift -layout: docs redirect_to: https://hub.docker.com/_/swift/ -sitemap: false redirect_from: - /samples/swift/ -description: | - Swift is a high-performance system programming language, to learn more about Swift visit swift.org. --- - -Swift is a high-performance system programming language, to learn more about Swift visit swift.org. - - -{% include library-samples.md %} diff --git a/_samples/library/swipl.md b/_samples/library/swipl.md index e8f24b90f6..6a02b02031 100644 --- a/_samples/library/swipl.md +++ b/_samples/library/swipl.md @@ -1,17 +1,5 @@ --- -title: swipl -keywords: library, sample, swipl -repo: swipl -layout: docs redirect_to: https://hub.docker.com/_/swipl/ -sitemap: false redirect_from: - /samples/swipl/ -description: | - SWI-Prolog offers a comprehensive free Prolog environment. --- - -SWI-Prolog offers a comprehensive free Prolog environment. - - -{% include library-samples.md %} diff --git a/_samples/library/teamspeak.md b/_samples/library/teamspeak.md index 8c2e243aa1..8ce55728d7 100644 --- a/_samples/library/teamspeak.md +++ b/_samples/library/teamspeak.md @@ -1,17 +1,5 @@ --- -title: teamspeak -keywords: library, sample, teamspeak -repo: teamspeak -layout: docs redirect_to: https://hub.docker.com/_/teamspeak/ -sitemap: false redirect_from: - /samples/teamspeak/ -description: | - TeamSpeak is software for quality voice communication via the Internet. --- - -TeamSpeak is software for quality voice communication via the Internet. - - -{% include library-samples.md %} diff --git a/_samples/library/telegraf.md b/_samples/library/telegraf.md index 29443444ec..c14318e1f3 100644 --- a/_samples/library/telegraf.md +++ b/_samples/library/telegraf.md @@ -1,17 +1,5 @@ --- -title: telegraf -keywords: library, sample, telegraf -repo: telegraf -layout: docs redirect_to: https://hub.docker.com/_/telegraf/ -sitemap: false redirect_from: - /samples/telegraf/ -description: | - Telegraf is an agent for collecting metrics and writing them to InfluxDB or other outputs. --- - -Telegraf is an agent for collecting metrics and writing them to InfluxDB or other outputs. - - -{% include library-samples.md %} diff --git a/_samples/library/thrift.md b/_samples/library/thrift.md index 488ab12a98..0017e6910e 100644 --- a/_samples/library/thrift.md +++ b/_samples/library/thrift.md @@ -1,17 +1,5 @@ --- -title: thrift -keywords: library, sample, thrift -repo: thrift -layout: docs redirect_to: https://hub.docker.com/_/thrift/ -sitemap: false redirect_from: - /samples/thrift/ -description: | - Thrift is a framework for generating client and services from an IDL. --- - -Thrift is a framework for generating client and services from an IDL. - - -{% include library-samples.md %} diff --git a/_samples/library/tomcat.md b/_samples/library/tomcat.md index 7daf092fdd..cfecdc32be 100644 --- a/_samples/library/tomcat.md +++ b/_samples/library/tomcat.md @@ -1,17 +1,5 @@ --- -title: tomcat -keywords: library, sample, tomcat -repo: tomcat -layout: docs redirect_to: https://hub.docker.com/_/tomcat/ -sitemap: false redirect_from: - /samples/tomcat/ -description: | - Apache Tomcat is an open source implementation of the Java Servlet and JavaServer Pages technologies --- - -Apache Tomcat is an open source implementation of the Java Servlet and JavaServer Pages technologies - - -{% include library-samples.md %} diff --git a/_samples/library/tomee.md b/_samples/library/tomee.md index 58843eed00..8651d44086 100644 --- a/_samples/library/tomee.md +++ b/_samples/library/tomee.md @@ -1,17 +1,5 @@ --- -title: tomee -keywords: library, sample, tomee -repo: tomee -layout: docs redirect_to: https://hub.docker.com/_/tomee/ -sitemap: false redirect_from: - /samples/tomee/ -description: | - Apache TomEE is an all-Apache Java EE certified stack where Apache Tomcat is top dog. --- - -Apache TomEE is an all-Apache Java EE certified stack where Apache Tomcat is top dog. - - -{% include library-samples.md %} diff --git a/_samples/library/traefik.md b/_samples/library/traefik.md index 34d2f87bdb..ec43ca4063 100644 --- a/_samples/library/traefik.md +++ b/_samples/library/traefik.md @@ -1,17 +1,5 @@ --- -title: traefik -keywords: library, sample, traefik -repo: traefik -layout: docs redirect_to: https://hub.docker.com/_/traefik/ -sitemap: false redirect_from: - /samples/traefik/ -description: | - Traefik, The Cloud Native Edge Router --- - -Traefik, The Cloud Native Edge Router - - -{% include library-samples.md %} diff --git a/_samples/library/ubuntu.md b/_samples/library/ubuntu.md index 1930e524b5..fff919139e 100644 --- a/_samples/library/ubuntu.md +++ b/_samples/library/ubuntu.md @@ -1,17 +1,5 @@ --- -title: ubuntu -keywords: library, sample, ubuntu -repo: ubuntu -layout: docs redirect_to: https://hub.docker.com/_/ubuntu/ -sitemap: false redirect_from: - /samples/ubuntu/ -description: | - Ubuntu is a Debian-based Linux operating system based on free software. --- - -Ubuntu is a Debian-based Linux operating system based on free software. - - -{% include library-samples.md %} diff --git a/_samples/library/varnish.md b/_samples/library/varnish.md index eb62d2be2c..a48f581838 100644 --- a/_samples/library/varnish.md +++ b/_samples/library/varnish.md @@ -1,17 +1,5 @@ --- -title: varnish -keywords: library, sample, varnish -repo: varnish -layout: docs redirect_to: https://hub.docker.com/_/varnish/ -sitemap: false redirect_from: - /samples/varnish/ -description: | - Varnish is an HTTP accelerator designed for content-heavy dynamic web sites as well as APIs. --- - -Varnish is an HTTP accelerator designed for content-heavy dynamic web sites as well as APIs. - - -{% include library-samples.md %} diff --git a/_samples/library/vault.md b/_samples/library/vault.md index c17b53f67a..c892566d84 100644 --- a/_samples/library/vault.md +++ b/_samples/library/vault.md @@ -1,17 +1,5 @@ --- -title: vault -keywords: library, sample, vault -repo: vault -layout: docs redirect_to: https://hub.docker.com/_/vault/ -sitemap: false redirect_from: - /samples/vault/ -description: | - Vault is a tool for securely accessing secrets via a unified interface and tight access control. --- - -Vault is a tool for securely accessing secrets via a unified interface and tight access control. - - -{% include library-samples.md %} diff --git a/_samples/library/websphere-liberty.md b/_samples/library/websphere-liberty.md index 1bee1a74ba..ff82db96bb 100644 --- a/_samples/library/websphere-liberty.md +++ b/_samples/library/websphere-liberty.md @@ -1,17 +1,5 @@ --- -title: websphere-liberty -keywords: library, sample, websphere-liberty -repo: websphere-liberty -layout: docs redirect_to: https://hub.docker.com/_/websphere-liberty/ -sitemap: false redirect_from: - /samples/websphere-liberty/ -description: | - Official IBM WebSphere Application Server for Developers Liberty image. --- - -Official IBM WebSphere Application Server for Developers Liberty image. - - -{% include library-samples.md %} diff --git a/_samples/library/wordpress.md b/_samples/library/wordpress.md index 1048e174b9..fb8588dab3 100644 --- a/_samples/library/wordpress.md +++ b/_samples/library/wordpress.md @@ -1,17 +1,5 @@ --- -title: wordpress -keywords: library, sample, wordpress -repo: wordpress -layout: docs redirect_to: https://hub.docker.com/_/wordpress/ -sitemap: false redirect_from: - /samples/wordpress/ -description: | - The WordPress rich content management system can utilize plugins, widgets, and themes. --- - -The WordPress rich content management system can utilize plugins, widgets, and themes. - - -{% include library-samples.md %} diff --git a/_samples/library/xwiki.md b/_samples/library/xwiki.md index 8e184a1324..c831ea230e 100644 --- a/_samples/library/xwiki.md +++ b/_samples/library/xwiki.md @@ -1,17 +1,5 @@ --- -title: xwiki -keywords: library, sample, xwiki -repo: xwiki -layout: docs redirect_to: https://hub.docker.com/_/xwiki/ -sitemap: false redirect_from: - /samples/xwiki/ -description: | - XWiki: The Advanced Open Source Enterprise Wiki. --- - -XWiki: The Advanced Open Source Enterprise Wiki. - - -{% include library-samples.md %} diff --git a/_samples/library/yourls.md b/_samples/library/yourls.md index 5ca0838131..1e666d3db5 100644 --- a/_samples/library/yourls.md +++ b/_samples/library/yourls.md @@ -1,17 +1,5 @@ --- -title: yourls -keywords: library, sample, yourls -repo: yourls -layout: docs redirect_to: https://hub.docker.com/_/yourls/ -sitemap: false redirect_from: - /samples/yourls/ -description: | - YOURLS is a set of PHP scripts that will allow you to run Your Own URL Shortener. --- - -YOURLS is a set of PHP scripts that will allow you to run Your Own URL Shortener. - - -{% include library-samples.md %} diff --git a/_samples/library/znc.md b/_samples/library/znc.md index 8d86c157e3..7b9598d7c6 100644 --- a/_samples/library/znc.md +++ b/_samples/library/znc.md @@ -1,17 +1,5 @@ --- -title: znc -keywords: library, sample, znc -repo: znc -layout: docs redirect_to: https://hub.docker.com/_/znc/ -sitemap: false redirect_from: - /samples/znc/ -description: | - ZNC - An advanced IRC bouncer --- - -ZNC - An advanced IRC bouncer - - -{% include library-samples.md %} diff --git a/_samples/library/zookeeper.md b/_samples/library/zookeeper.md index 842cdd0a36..880984be9f 100644 --- a/_samples/library/zookeeper.md +++ b/_samples/library/zookeeper.md @@ -1,17 +1,5 @@ --- -title: zookeeper -keywords: library, sample, zookeeper -repo: zookeeper -layout: docs redirect_to: https://hub.docker.com/_/zookeeper/ -sitemap: false redirect_from: - /samples/zookeeper/ -description: | - Apache ZooKeeper is an open-source server which enables highly reliable distributed coordination. --- - -Apache ZooKeeper is an open-source server which enables highly reliable distributed coordination. - - -{% include library-samples.md %} From 26926972ea4e08e9b42c1fb99b28bedb60c3c350 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 21 Oct 2020 15:32:17 +0200 Subject: [PATCH 5/8] machine: handle indexing through config Signed-off-by: Sebastiaan van Stijn --- _config.yml | 4 ++++ _config_authoring.yml | 4 ++++ machine/AVAILABLE_DRIVER_PLUGINS.md | 1 - machine/drivers/aws.md | 1 - machine/drivers/azure.md | 1 - machine/drivers/digital-ocean.md | 1 - machine/drivers/exoscale.md | 1 - machine/drivers/gce.md | 1 - machine/drivers/generic.md | 1 - machine/drivers/hyper-v.md | 1 - machine/drivers/index.md | 1 - machine/drivers/linode.md | 1 - machine/drivers/openstack.md | 1 - machine/drivers/os-base.md | 1 - machine/drivers/rackspace.md | 1 - machine/drivers/soft-layer.md | 1 - machine/drivers/virtualbox.md | 1 - machine/drivers/vm-cloud.md | 1 - machine/drivers/vm-fusion.md | 1 - machine/drivers/vsphere.md | 1 - machine/examples/aws.md | 1 - machine/examples/index.md | 1 - machine/examples/ocean.md | 1 - machine/get-started-cloud.md | 1 - machine/get-started.md | 1 - machine/index.md | 1 - machine/install-machine.md | 1 - machine/migrate-to-machine.md | 1 - machine/overview.md | 1 - machine/reference/active.md | 1 - machine/reference/config.md | 1 - machine/reference/env.md | 1 - machine/reference/help.md | 1 - machine/reference/index.md | 1 - machine/reference/inspect.md | 1 - machine/reference/ip.md | 1 - machine/reference/kill.md | 1 - machine/reference/ls.md | 1 - machine/reference/mount.md | 1 - machine/reference/provision.md | 1 - machine/reference/regenerate-certs.md | 1 - machine/reference/restart.md | 1 - machine/reference/rm.md | 1 - machine/reference/scp.md | 1 - machine/reference/ssh.md | 1 - machine/reference/start.md | 1 - machine/reference/status.md | 1 - machine/reference/stop.md | 1 - machine/reference/upgrade.md | 1 - machine/reference/url.md | 1 - 50 files changed, 8 insertions(+), 48 deletions(-) diff --git a/_config.yml b/_config.yml index d02d694e87..b8de24e4ee 100644 --- a/_config.yml +++ b/_config.yml @@ -104,6 +104,10 @@ defaults: values: sitemap: false title: Docker Enterprise moved to Mirantis + - scope: + path: "machine" + values: + sitemap: false - scope: path: "samples/library" values: diff --git a/_config_authoring.yml b/_config_authoring.yml index 74d952dd47..7e50e433a9 100644 --- a/_config_authoring.yml +++ b/_config_authoring.yml @@ -101,6 +101,10 @@ defaults: values: sitemap: false title: Docker Enterprise moved to Mirantis + - scope: + path: "machine" + values: + sitemap: false - scope: path: "samples/library" values: diff --git a/machine/AVAILABLE_DRIVER_PLUGINS.md b/machine/AVAILABLE_DRIVER_PLUGINS.md index 826ff780d4..c6119c067b 100644 --- a/machine/AVAILABLE_DRIVER_PLUGINS.md +++ b/machine/AVAILABLE_DRIVER_PLUGINS.md @@ -3,7 +3,6 @@ published: false title: "Machine plugins" description: "Machine plugins" keywords: ["Docker, documentation, manual, guide, reference, api"] -sitemap: false --- diff --git a/machine/drivers/aws.md b/machine/drivers/aws.md index 0690ab85ef..34cf295f75 100644 --- a/machine/drivers/aws.md +++ b/machine/drivers/aws.md @@ -2,7 +2,6 @@ description: Amazon Web Services driver for machine keywords: machine, Amazon Web Services, driver title: Amazon Web Services -sitemap: false --- Create machines on [Amazon Web Services](https://aws.amazon.com). diff --git a/machine/drivers/azure.md b/machine/drivers/azure.md index 9034be06a4..6777a4f2fc 100644 --- a/machine/drivers/azure.md +++ b/machine/drivers/azure.md @@ -2,7 +2,6 @@ description: Microsoft Azure driver for machine keywords: machine, Microsoft Azure, driver title: Microsoft Azure -sitemap: false --- You need an Azure Subscription to use this Docker Machine driver. diff --git a/machine/drivers/digital-ocean.md b/machine/drivers/digital-ocean.md index ea590ac5ee..20dd2b1a69 100644 --- a/machine/drivers/digital-ocean.md +++ b/machine/drivers/digital-ocean.md @@ -2,7 +2,6 @@ description: DigitalOcean driver for machine keywords: machine, digitalocean, driver title: DigitalOcean -sitemap: false --- Create Docker machines on [DigitalOcean](https://www.digitalocean.com/). diff --git a/machine/drivers/exoscale.md b/machine/drivers/exoscale.md index b57c2b7768..1d2932fee3 100644 --- a/machine/drivers/exoscale.md +++ b/machine/drivers/exoscale.md @@ -2,7 +2,6 @@ description: Exoscale driver for machine keywords: machine, exoscale, driver title: Exoscale -sitemap: false --- Create machines on [Exoscale](https://www.exoscale.com/). diff --git a/machine/drivers/gce.md b/machine/drivers/gce.md index 609843403d..6ca7196be1 100644 --- a/machine/drivers/gce.md +++ b/machine/drivers/gce.md @@ -2,7 +2,6 @@ description: Google Compute Engine driver for machine keywords: machine, Google Compute Engine, driver title: Google Compute Engine -sitemap: false --- Create machines on [Google Compute Engine](https://cloud.google.com/compute/). diff --git a/machine/drivers/generic.md b/machine/drivers/generic.md index c7fe4a83be..4ed49b3611 100644 --- a/machine/drivers/generic.md +++ b/machine/drivers/generic.md @@ -2,7 +2,6 @@ description: Generic driver for machine keywords: machine, Generic, driver title: Generic -sitemap: false --- Create machines using an existing VM/Host with SSH. diff --git a/machine/drivers/hyper-v.md b/machine/drivers/hyper-v.md index 15eca1e497..36f62a66cd 100644 --- a/machine/drivers/hyper-v.md +++ b/machine/drivers/hyper-v.md @@ -3,7 +3,6 @@ description: Microsoft Hyper-V driver for machine keywords: machine, Microsoft Hyper-V, driver title: Microsoft Hyper-V toc_max: 4 -sitemap: false --- Creates a Boot2Docker virtual machine locally on your Windows machine diff --git a/machine/drivers/index.md b/machine/drivers/index.md index 57982eaf0f..2294f2375c 100644 --- a/machine/drivers/index.md +++ b/machine/drivers/index.md @@ -2,7 +2,6 @@ description: Reference for drivers Docker Machine supports keywords: machine, drivers, supports title: Machine drivers -sitemap: false --- - [Amazon Web Services](aws.md) diff --git a/machine/drivers/linode.md b/machine/drivers/linode.md index 60021aafbe..146e879d87 100644 --- a/machine/drivers/linode.md +++ b/machine/drivers/linode.md @@ -2,7 +2,6 @@ description: Linode driver for machine keywords: machine, Linode, driver title: Linode -sitemap: false --- Create machines on [Linode](https://www.linode.com). diff --git a/machine/drivers/openstack.md b/machine/drivers/openstack.md index b174537113..927f9b3620 100644 --- a/machine/drivers/openstack.md +++ b/machine/drivers/openstack.md @@ -2,7 +2,6 @@ description: OpenStack driver for machine keywords: machine, OpenStack, driver title: OpenStack -sitemap: false --- Create machines on [OpenStack](https://www.openstack.org/software/) diff --git a/machine/drivers/os-base.md b/machine/drivers/os-base.md index 71c87d7af5..6bab20fe8b 100644 --- a/machine/drivers/os-base.md +++ b/machine/drivers/os-base.md @@ -2,7 +2,6 @@ description: Identify active machines keywords: machine, driver, base, operating system title: Driver options and operating system defaults -sitemap: false --- When Docker Machine provisions containers on local network provider or with a diff --git a/machine/drivers/rackspace.md b/machine/drivers/rackspace.md index 0ad26535f0..69bee1ec3f 100644 --- a/machine/drivers/rackspace.md +++ b/machine/drivers/rackspace.md @@ -2,7 +2,6 @@ description: Rackspace driver for machine keywords: machine, Rackspace, driver title: Rackspace -sitemap: false --- Create machines on [Rackspace cloud](https://www.rackspace.com/cloud) diff --git a/machine/drivers/soft-layer.md b/machine/drivers/soft-layer.md index 77200efd21..a4ad5a76b3 100644 --- a/machine/drivers/soft-layer.md +++ b/machine/drivers/soft-layer.md @@ -2,7 +2,6 @@ description: IBM Softlayer driver for machine keywords: machine, IBM Softlayer, driver title: IBM Softlayer -sitemap: false --- Create machines on [Softlayer](http://softlayer.com). diff --git a/machine/drivers/virtualbox.md b/machine/drivers/virtualbox.md index 25008e997a..4a31f21e58 100644 --- a/machine/drivers/virtualbox.md +++ b/machine/drivers/virtualbox.md @@ -2,7 +2,6 @@ description: Oracle VirtualBox driver for machine keywords: machine, Oracle VirtualBox, driver title: Oracle VirtualBox -sitemap: false --- Create machines locally using [VirtualBox](https://www.virtualbox.org/). diff --git a/machine/drivers/vm-cloud.md b/machine/drivers/vm-cloud.md index e61f25587a..e03651b13c 100644 --- a/machine/drivers/vm-cloud.md +++ b/machine/drivers/vm-cloud.md @@ -2,7 +2,6 @@ description: VMware vCloud Air driver for machine keywords: machine, VMware vCloud Air, driver title: VMware vCloud Air -sitemap: false --- Creates machines on [vCloud Air](https://cloudsolutions.vmware.com) subscription service. diff --git a/machine/drivers/vm-fusion.md b/machine/drivers/vm-fusion.md index 107b7822d3..ccff29cc1e 100644 --- a/machine/drivers/vm-fusion.md +++ b/machine/drivers/vm-fusion.md @@ -2,7 +2,6 @@ description: VMware Fusion driver for machine keywords: machine, VMware Fusion, driver title: VMware Fusion -sitemap: false --- Creates machines locally on [VMware Fusion](https://www.vmware.com/products/fusion.html). Requires VMware Fusion to be installed. diff --git a/machine/drivers/vsphere.md b/machine/drivers/vsphere.md index 1b8d143e58..0236bc92b1 100644 --- a/machine/drivers/vsphere.md +++ b/machine/drivers/vsphere.md @@ -2,7 +2,6 @@ description: VMware vSphere driver for machine keywords: machine, VMware vSphere, driver title: VMware vSphere -sitemap: false --- Creates machines on a [VMware vSphere](https://www.vmware.com/products/vsphere.html) diff --git a/machine/examples/aws.md b/machine/examples/aws.md index 500159e91b..02917e46e7 100644 --- a/machine/examples/aws.md +++ b/machine/examples/aws.md @@ -2,7 +2,6 @@ description: Using Docker Machine to provision hosts on AWS keywords: docker, machine, cloud, aws title: Amazon Web Services (AWS) EC2 example -sitemap: false --- Follow along with this example to create a Dockerized [Amazon Web Services (AWS)](https://aws.amazon.com/) EC2 instance. diff --git a/machine/examples/index.md b/machine/examples/index.md index 598f3d0ecb..b5ec8af70f 100644 --- a/machine/examples/index.md +++ b/machine/examples/index.md @@ -2,7 +2,6 @@ description: Examples of cloud installs keywords: docker, machine, amazonec2, azure, digitalocean, google, openstack, rackspace, softlayer, virtualbox, vmwarefusion, vmwarevcloudair, vmwarevsphere, exoscale title: Learn by example -sitemap: false --- - [DigitalOcean Example](ocean.md) - [AWS Example](aws.md) diff --git a/machine/examples/ocean.md b/machine/examples/ocean.md index 183dc324ad..60a1b74086 100644 --- a/machine/examples/ocean.md +++ b/machine/examples/ocean.md @@ -2,7 +2,6 @@ description: Using Docker Machine to provision hosts on DigitalOcean keywords: docker, machine, cloud, digitalocean title: DigitalOcean example -sitemap: false --- Follow along with this example to create a Dockerized [DigitalOcean](https://digitalocean.com) Droplet (cloud host). diff --git a/machine/get-started-cloud.md b/machine/get-started-cloud.md index 4a9cc43925..a80de6b669 100644 --- a/machine/get-started-cloud.md +++ b/machine/get-started-cloud.md @@ -2,7 +2,6 @@ description: Using Docker Machine to provision hosts on cloud providers keywords: docker, machine, amazonec2, azure, digitalocean, google, openstack, rackspace, softlayer, virtualbox, vmwarefusion, vmwarevcloudair, vmwarevsphere, exoscale title: Use Docker Machine to provision hosts on cloud providers -sitemap: false --- Docker Machine driver plugins are available for many cloud platforms, so you can diff --git a/machine/get-started.md b/machine/get-started.md index 3a437e4ce8..25c4e1f5ea 100644 --- a/machine/get-started.md +++ b/machine/get-started.md @@ -2,7 +2,6 @@ description: Get started with Docker Machine and a local VM keywords: machine, virtualbox title: Get started with Docker Machine and a local VM -sitemap: false --- Let's take a look at using `docker-machine` to create, use, and manage a diff --git a/machine/index.md b/machine/index.md index 9c8453cdd4..a850137f44 100644 --- a/machine/index.md +++ b/machine/index.md @@ -2,7 +2,6 @@ description: Introduction and Overview of Machine keywords: docker, machine, amazonec2, azure, digitalocean, google, openstack, rackspace, softlayer, virtualbox, vmwarefusion, vmwarevcloudair, vmwarevsphere, exoscale title: Docker Machine -sitemap: false --- - [Docker Machine overview](overview.md) diff --git a/machine/install-machine.md b/machine/install-machine.md index 255031002a..95793347ff 100644 --- a/machine/install-machine.md +++ b/machine/install-machine.md @@ -2,7 +2,6 @@ description: How to install Docker Machine keywords: machine, orchestration, install, installation, docker, documentation, uninstall Docker Machine, uninstall title: Install Docker Machine -sitemap: false --- Install Docker Machine binaries by following the instructions in the following section. You can find the latest diff --git a/machine/migrate-to-machine.md b/machine/migrate-to-machine.md index 2b9cf19fdb..c6793d3544 100644 --- a/machine/migrate-to-machine.md +++ b/machine/migrate-to-machine.md @@ -2,7 +2,6 @@ description: Migrate from Boot2Docker to Docker Machine keywords: machine, commands, boot2docker, migrate, docker title: Migrate from Boot2Docker to Machine -sitemap: false --- If you were using Boot2Docker previously, you have a pre-existing Docker diff --git a/machine/overview.md b/machine/overview.md index aa812c046b..b6041be065 100644 --- a/machine/overview.md +++ b/machine/overview.md @@ -2,7 +2,6 @@ description: Introduction and Overview of Machine keywords: docker, machine, amazonec2, azure, digitalocean, google, openstack, rackspace, softlayer, virtualbox, vmwarefusion, vmwarevcloudair, vmwarevsphere, exoscale title: Docker Machine overview -sitemap: false --- You can use Docker Machine to: diff --git a/machine/reference/active.md b/machine/reference/active.md index 64c7479d27..9d3f1a5ace 100644 --- a/machine/reference/active.md +++ b/machine/reference/active.md @@ -2,7 +2,6 @@ description: Identify active machines keywords: machine, active, subcommand title: docker-machine active -sitemap: false --- See which machine is "active" (a machine is considered active if the diff --git a/machine/reference/config.md b/machine/reference/config.md index 5adec6243f..10c29bdb28 100644 --- a/machine/reference/config.md +++ b/machine/reference/config.md @@ -2,7 +2,6 @@ description: Show client configuration keywords: machine, config, subcommand title: docker-machine config -sitemap: false --- ```none diff --git a/machine/reference/env.md b/machine/reference/env.md index f66fb0879d..a7e6aa77ad 100644 --- a/machine/reference/env.md +++ b/machine/reference/env.md @@ -2,7 +2,6 @@ description: Set environment variables on a machine keywords: machine, env, subcommand title: docker-machine env -sitemap: false --- Set environment variables to dictate that `docker` should run a command against diff --git a/machine/reference/help.md b/machine/reference/help.md index d38867f83c..a521cde0a5 100644 --- a/machine/reference/help.md +++ b/machine/reference/help.md @@ -2,7 +2,6 @@ description: Show command help keywords: machine, help, subcommand title: docker-machine help -sitemap: false --- ```none diff --git a/machine/reference/index.md b/machine/reference/index.md index 783b019ed2..dffc083d91 100644 --- a/machine/reference/index.md +++ b/machine/reference/index.md @@ -2,7 +2,6 @@ description: Docker Machine Commands Overview keywords: machine, commands title: Docker Machine command-line reference -sitemap: false --- - [active](active.md) diff --git a/machine/reference/inspect.md b/machine/reference/inspect.md index 8b8444f566..6012f485cd 100644 --- a/machine/reference/inspect.md +++ b/machine/reference/inspect.md @@ -2,7 +2,6 @@ description: Inspect information about a machine keywords: machine, inspect, subcommand title: docker-machine inspect -sitemap: false --- ```none diff --git a/machine/reference/ip.md b/machine/reference/ip.md index 9b1bd8a339..31c1ed4237 100644 --- a/machine/reference/ip.md +++ b/machine/reference/ip.md @@ -2,7 +2,6 @@ description: Show client configuration keywords: machine, ip, subcommand title: docker-machine ip -sitemap: false --- Get the IP address of one or more machines. diff --git a/machine/reference/kill.md b/machine/reference/kill.md index 9e48717c69..ed511f837c 100644 --- a/machine/reference/kill.md +++ b/machine/reference/kill.md @@ -2,7 +2,6 @@ description: Kill (abruptly force stop) a machine. keywords: machine, kill, subcommand title: docker-machine kill -sitemap: false --- ```none diff --git a/machine/reference/ls.md b/machine/reference/ls.md index 7169ee4f1a..90e5fb5fa8 100644 --- a/machine/reference/ls.md +++ b/machine/reference/ls.md @@ -2,7 +2,6 @@ description: List machines keywords: machine, ls, subcommand title: docker-machine ls -sitemap: false --- ```none diff --git a/machine/reference/mount.md b/machine/reference/mount.md index 62b16cc2da..73647668bc 100644 --- a/machine/reference/mount.md +++ b/machine/reference/mount.md @@ -2,7 +2,6 @@ description: Mount directory from machine keywords: machine, mount, subcommand title: docker-machine mount -sitemap: false --- Mount directories from a machine to your local host, using `sshfs`. diff --git a/machine/reference/provision.md b/machine/reference/provision.md index 8e70ccae92..987c501293 100644 --- a/machine/reference/provision.md +++ b/machine/reference/provision.md @@ -2,7 +2,6 @@ description: Re-run provisioning on a created machine. keywords: machine, provision, subcommand title: docker-machine provision -sitemap: false --- Re-run provisioning on a created machine. diff --git a/machine/reference/regenerate-certs.md b/machine/reference/regenerate-certs.md index fe6639ec37..712876fd5c 100644 --- a/machine/reference/regenerate-certs.md +++ b/machine/reference/regenerate-certs.md @@ -2,7 +2,6 @@ description: Regenerate and update TLS certificates keywords: machine, regenerate-certs, subcommand title: docker-machine regenerate-certs -sitemap: false --- ```none diff --git a/machine/reference/restart.md b/machine/reference/restart.md index 286335078e..f939b11c0c 100644 --- a/machine/reference/restart.md +++ b/machine/reference/restart.md @@ -2,7 +2,6 @@ description: Restart a machine keywords: machine, restart, subcommand title: docker-machine restart -sitemap: false --- ```none diff --git a/machine/reference/rm.md b/machine/reference/rm.md index 99cc505809..0b7c11ea8a 100644 --- a/machine/reference/rm.md +++ b/machine/reference/rm.md @@ -2,7 +2,6 @@ description: Remove a machine. keywords: machine, rm, subcommand title: docker-machine rm -sitemap: false --- Remove a machine. This removes the local reference and deletes it diff --git a/machine/reference/scp.md b/machine/reference/scp.md index 4395ef53d4..852c4743d9 100644 --- a/machine/reference/scp.md +++ b/machine/reference/scp.md @@ -2,7 +2,6 @@ description: Copy files among machines keywords: machine, scp, subcommand title: docker-machine scp -sitemap: false --- Copy files from your local host to a machine, from machine to machine, or from a diff --git a/machine/reference/ssh.md b/machine/reference/ssh.md index cd5d5037c6..f710c29bf7 100644 --- a/machine/reference/ssh.md +++ b/machine/reference/ssh.md @@ -2,7 +2,6 @@ description: Log into or run a command on a machine using SSH. keywords: machine, ssh, subcommand title: docker-machine ssh -sitemap: false --- Log into or run a command on a machine using SSH. diff --git a/machine/reference/start.md b/machine/reference/start.md index dc27e6f9a8..5e96266fa7 100644 --- a/machine/reference/start.md +++ b/machine/reference/start.md @@ -2,7 +2,6 @@ description: Start a machine keywords: machine, start, subcommand title: docker-machine start -sitemap: false --- ```none diff --git a/machine/reference/status.md b/machine/reference/status.md index 78c962ec8e..9a61b2c47d 100644 --- a/machine/reference/status.md +++ b/machine/reference/status.md @@ -2,7 +2,6 @@ description: Get the status of a machine keywords: machine, status, subcommand title: docker-machine status -sitemap: false --- ```none diff --git a/machine/reference/stop.md b/machine/reference/stop.md index 0cdb826f1d..4f34f22f55 100644 --- a/machine/reference/stop.md +++ b/machine/reference/stop.md @@ -2,7 +2,6 @@ description: Gracefully stop a machine keywords: machine, stop, subcommand title: docker-machine stop -sitemap: false --- ```none diff --git a/machine/reference/upgrade.md b/machine/reference/upgrade.md index 858fef12ab..e2d6e40e4c 100644 --- a/machine/reference/upgrade.md +++ b/machine/reference/upgrade.md @@ -2,7 +2,6 @@ description: Upgrade Docker on a machine keywords: machine, upgrade, subcommand title: docker-machine upgrade -sitemap: false --- Upgrade a machine to the latest version of Docker. How this upgrade happens diff --git a/machine/reference/url.md b/machine/reference/url.md index b48e5a5ea4..21d22b2eae 100644 --- a/machine/reference/url.md +++ b/machine/reference/url.md @@ -2,7 +2,6 @@ description: Get the URL of a host keywords: machine, url, subcommand title: docker-machine url -sitemap: false --- Get the URL of a host From ce451cba540862c6e3ceff03010d28399bf9aa12 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 21 Oct 2020 15:34:06 +0200 Subject: [PATCH 6/8] remove machine/index.md (to be replaced) Signed-off-by: Sebastiaan van Stijn --- machine/index.md | 16 ---------------- machine/overview.md | 2 ++ 2 files changed, 2 insertions(+), 16 deletions(-) delete mode 100644 machine/index.md diff --git a/machine/index.md b/machine/index.md deleted file mode 100644 index a850137f44..0000000000 --- a/machine/index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -description: Introduction and Overview of Machine -keywords: docker, machine, amazonec2, azure, digitalocean, google, openstack, rackspace, softlayer, virtualbox, vmwarefusion, vmwarevcloudair, vmwarevsphere, exoscale -title: Docker Machine ---- - -- [Docker Machine overview](overview.md) -- [Install Docker Machine](install-machine.md) -- [Install a machine on your local system using VirtualBox](get-started.md) -- [Install multiple machines on your cloud provider](get-started-cloud.md) -- [DigitalOcean Example](examples/ocean.md) -- [AWS Example](examples/aws.md) -- [Machine concepts and help](concepts.md) -- [Migrate from Boot2Docker to Docker Machine](migrate-to-machine.md) -- [Docker Machine driver reference](drivers/index.md) -- [Docker Machine subcommand reference](reference/index.md) diff --git a/machine/overview.md b/machine/overview.md index b6041be065..fcc4ad596a 100644 --- a/machine/overview.md +++ b/machine/overview.md @@ -2,6 +2,8 @@ description: Introduction and Overview of Machine keywords: docker, machine, amazonec2, azure, digitalocean, google, openstack, rackspace, softlayer, virtualbox, vmwarefusion, vmwarevcloudair, vmwarevsphere, exoscale title: Docker Machine overview +redirect_from: +- /machine/ --- You can use Docker Machine to: From e3ef5c50859ecbd4cc42258033715a9e6919eb39 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 21 Oct 2020 15:44:05 +0200 Subject: [PATCH 7/8] machine: move overview page to /machine/ Signed-off-by: Sebastiaan van Stijn --- _data/toc.yaml | 2 +- compose/django.md | 4 +--- compose/index.md | 4 +--- compose/production.md | 5 +---- compose/rails.md | 4 ---- docker-for-windows/troubleshoot.md | 2 +- engine/swarm/swarm-tutorial/index.md | 9 +-------- machine/{overview.md => index.md} | 2 +- machine/install-machine.md | 2 +- 9 files changed, 8 insertions(+), 26 deletions(-) rename machine/{overview.md => index.md} (99%) diff --git a/_data/toc.yaml b/_data/toc.yaml index fb3b1511d0..0ef65c8c2c 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -1340,7 +1340,7 @@ manuals: section: - sectiontitle: Docker Machine section: - - path: /machine/overview/ + - path: /machine/ title: Machine overview - path: /machine/install-machine/ title: Install Machine diff --git a/compose/django.md b/compose/django.md index 15db7f0a1d..372d55d63e 100644 --- a/compose/django.md +++ b/compose/django.md @@ -210,9 +210,7 @@ In this section, you set up the database connection for Django. At this point, your Django app should be running at port `8000` on your Docker host. On Docker Desktop for Mac and Docker Desktop for Windows, go to `http://localhost:8000` on a web browser to see the Django - welcome page. If you are using [Docker Machine](../machine/overview.md), - then `docker-machine ip MACHINE_VM` returns the Docker host IP - address, to which you can append the port (`:8000`). + welcome page. ![Django example](images/django-it-worked.png) diff --git a/compose/index.md b/compose/index.md index 30e967c028..b361f8627e 100644 --- a/compose/index.md +++ b/compose/index.md @@ -162,9 +162,7 @@ $ docker-compose down ### Single host deployments Compose has traditionally been focused on development and testing workflows, -but with each release we're making progress on more production-oriented features. You can use Compose to deploy to a remote Docker Engine. The Docker Engine may be a single instance provisioned with -[Docker Machine](../machine/overview.md) or an entire -[Docker Swarm](../engine/swarm/index.md) cluster. +but with each release we're making progress on more production-oriented features. For details on using production-oriented features, see [compose in production](production.md) in this documentation. diff --git a/compose/production.md b/compose/production.md index c864daeac4..4ba082dab2 100644 --- a/compose/production.md +++ b/compose/production.md @@ -56,10 +56,7 @@ recreating any services which `web` depends on. You can use Compose to deploy an app to a remote Docker host by setting the `DOCKER_HOST`, `DOCKER_TLS_VERIFY`, and `DOCKER_CERT_PATH` environment variables -appropriately. For tasks like this, -[Docker Machine](../machine/overview.md) makes managing local and -remote Docker hosts very easy, and is recommended even if you're not deploying -remotely. +appropriately. Once you've set up your environment variables, all the normal `docker-compose` commands work with no further configuration. diff --git a/compose/rails.md b/compose/rails.md index b58359c590..c58df64fbb 100644 --- a/compose/rails.md +++ b/compose/rails.md @@ -212,10 +212,6 @@ That's it. Your app should now be running on port 3000 on your Docker daemon. On Docker Desktop for Mac and Docker Desktop for Windows, go to `http://localhost:3000` on a web browser to see the Rails Welcome. -If you are using [Docker Machine](../machine/overview.md), then `docker-machine ip -MACHINE_VM` returns the Docker host IP address, to which you can append the port -(`:3000`). - ![Rails example](images/rails-welcome.png) ### Stop the application diff --git a/docker-for-windows/troubleshoot.md b/docker-for-windows/troubleshoot.md index 49e3adccb2..1a9b7167a9 100644 --- a/docker-for-windows/troubleshoot.md +++ b/docker-for-windows/troubleshoot.md @@ -239,7 +239,7 @@ Here are some steps to take if you experience similar problems: ![Hyper-V manager](images/hyperv-manager.png) 4. Set up an external network switch. If you plan at any point to use - [Docker Machine](../machine/overview.md) to set up multiple local VMs, you + [Docker Machine](../machine/index.md) to set up multiple local VMs, you need this anyway, as described in the topic on the [Hyper-V driver for Docker Machine](../machine/drivers/hyper-v.md#example). You can replace `DockerNAT` with this switch. diff --git a/engine/swarm/swarm-tutorial/index.md b/engine/swarm/swarm-tutorial/index.md index 6e286a3023..3fa739170c 100644 --- a/engine/swarm/swarm-tutorial/index.md +++ b/engine/swarm/swarm-tutorial/index.md @@ -80,14 +80,7 @@ serve as the single swarm node.

* Currently, you cannot use Docker Desktop for Mac or Docker Desktop for Windows alone to test a -_multi-node_ swarm. However, you can use the included version of -[Docker Machine](../../../machine/overview.md) to create the swarm nodes (see -[Get started with Docker Machine and a local VM](../../../machine/get-started.md)), then -follow the tutorial for all multi-node features. For this scenario, you run -commands from a Docker Desktop for Mac or Docker Desktop for Windows host, but that Docker host itself is -_not_ participating in the swarm. After you create the nodes, you can run all -swarm commands as shown from the Mac terminal or Windows PowerShell with -Docker Desktop for Mac or Docker Desktop for Windows running. +_multi-node_ swarm, but many examples are applicable to a single-node Swarm setup. ### The IP address of the manager machine diff --git a/machine/overview.md b/machine/index.md similarity index 99% rename from machine/overview.md rename to machine/index.md index fcc4ad596a..f1f6c235f6 100644 --- a/machine/overview.md +++ b/machine/index.md @@ -3,7 +3,7 @@ description: Introduction and Overview of Machine keywords: docker, machine, amazonec2, azure, digitalocean, google, openstack, rackspace, softlayer, virtualbox, vmwarefusion, vmwarevcloudair, vmwarevsphere, exoscale title: Docker Machine overview redirect_from: -- /machine/ +- /machine/overview/ --- You can use Docker Machine to: diff --git a/machine/install-machine.md b/machine/install-machine.md index 95793347ff..084b50bb20 100644 --- a/machine/install-machine.md +++ b/machine/install-machine.md @@ -121,7 +121,7 @@ servers. ## Where to go next -- [Docker Machine overview](overview.md) +- [Docker Machine overview](index.md) - Create and run a Docker host on your [local system using virtualization](get-started.md) - Provision multiple Docker hosts [on your cloud provider](get-started-cloud.md) - [Docker Machine driver reference](drivers/index.md) From b4f5167074211267a34f62b3bb67e9c86986a6ff Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 21 Oct 2020 15:46:56 +0200 Subject: [PATCH 8/8] DDE: disable indexing Signed-off-by: Sebastiaan van Stijn --- _config.yml | 4 ++++ _config_authoring.yml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/_config.yml b/_config.yml index b8de24e4ee..35335d7a0b 100644 --- a/_config.yml +++ b/_config.yml @@ -99,6 +99,10 @@ defaults: values: sitemap: false title: Docker Enterprise moved to Mirantis + - scope: + path: "desktop/enterprise" + values: + sitemap: false - scope: path: "ee" values: diff --git a/_config_authoring.yml b/_config_authoring.yml index 7e50e433a9..96b000f15c 100644 --- a/_config_authoring.yml +++ b/_config_authoring.yml @@ -96,6 +96,10 @@ defaults: values: sitemap: false title: Docker Enterprise moved to Mirantis + - scope: + path: "desktop/enterprise" + values: + sitemap: false - scope: path: "ee" values: