mirror of https://github.com/docker/docs.git
_config.yml: remove temporary URL parameters
These URLs are now all final, so remove the paramters and move them inline. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
bf98fa37d0
commit
e7da31dbd6
14
_config.yml
14
_config.yml
|
@ -28,20 +28,6 @@ compose_file_v2: "2.4"
|
||||||
machine_version: "0.16.0"
|
machine_version: "0.16.0"
|
||||||
distribution_version: "2.7"
|
distribution_version: "2.7"
|
||||||
|
|
||||||
# URLs for license and conditions
|
|
||||||
# TODO move these inline once these are stable / final
|
|
||||||
# TODO add final link to DSST
|
|
||||||
dsst_url: "https://www.docker.com/legal/docker-subscription-service-agreement" # Docker Subscription Service Agreement
|
|
||||||
|
|
||||||
# Link to Docker Subscription Service Agreement announcement blog-post
|
|
||||||
dsst_announcement_url: "https://www.docker.com/blog/updating-product-subscriptions/"
|
|
||||||
|
|
||||||
# Link to Docker Subscription Service Agreement FAQs
|
|
||||||
dsst_faqs_url: "https://www.docker.com/pricing/faq"
|
|
||||||
|
|
||||||
# Link to Docker Terms of Service
|
|
||||||
tos_url: "https://www.docker.com/legal/docker-terms-service"
|
|
||||||
|
|
||||||
# List of plugins to enable for local development builds. Mostly the same as
|
# List of plugins to enable for local development builds. Mostly the same as
|
||||||
# for production, but without the "jekyll-sitemap" plugin, which is not needed
|
# for production, but without the "jekyll-sitemap" plugin, which is not needed
|
||||||
# for previewing, and excluding saves some time to build
|
# for previewing, and excluding saves some time to build
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
<!-- This text will be included in topics containing Docker Desktop download URLs -->
|
<!-- This text will be included in topics containing Docker Desktop download URLs -->
|
||||||
<span class="no-js">We've updated the [Docker Subscription Service Agreement]({{ site.dsst_url }}){: target="_blank" rel="noopener" class="_" id="dkr_docs_relnotes_btl"}.
|
<span class="no-js">We've updated the [Docker Subscription Service Agreement](https://www.docker.com/legal/docker-subscription-service-agreement){: target="_blank" rel="noopener" class="_" id="dkr_docs_relnotes_btl"}.
|
||||||
Please [read the announcement]({{ site.dsst_announcement_url }}){: target="_blank" rel="noopener" class="_" id="dkr_docs_relnotes_btl"}
|
Please [read the announcement](https://www.docker.com/blog/updating-product-subscriptions/){: target="_blank" rel="noopener" class="_" id="dkr_docs_relnotes_btl"}
|
||||||
and [FAQs]({{ site.dsst_faqs_url }}){: target="_blank" rel="noopener" class="_" id="dkr_docs_relnotes_btl"}
|
and [FAQs](https://www.docker.com/pricing/faq){: target="_blank" rel="noopener" class="_" id="dkr_docs_relnotes_btl"}
|
||||||
to learn how companies using Docker Desktop may be affected.
|
to learn how companies using Docker Desktop may be affected.
|
||||||
By downloading Docker Desktop, you agree to these updated [terms]({{ site.dsst_url }}){: target="_blank" rel="noopener" class="_"},
|
By downloading Docker Desktop, you agree to these updated [terms](https://www.docker.com/legal/docker-subscription-service-agreement){: target="_blank" rel="noopener" class="_"},
|
||||||
the [Docker Data Processing Agreement](https://www.docker.com/legal/data-processing-agreement){: target="_blank" rel="noopener" class="_" id="dkr_docs_relnotes_btl"},
|
the [Docker Data Processing Agreement](https://www.docker.com/legal/data-processing-agreement){: target="_blank" rel="noopener" class="_" id="dkr_docs_relnotes_btl"},
|
||||||
and the [Data Privacy Policy](https://www.docker.com/legal/docker-privacy-policy){: target="_blank" rel="noopener" class="_" id="dkr_docs_relnotes_btl"}.</span>
|
and the [Data Privacy Policy](https://www.docker.com/legal/docker-privacy-policy){: target="_blank" rel="noopener" class="_" id="dkr_docs_relnotes_btl"}.</span>
|
||||||
|
|
Loading…
Reference in New Issue