mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Merge pull request #13444 from thaJeztah/remove_temporary_params
_config.yml: remove temporary URL parameters
This commit is contained in:
14
_config.yml
14
_config.yml
@@ -28,20 +28,6 @@ compose_file_v2: "2.4"
|
||||
machine_version: "0.16.0"
|
||||
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
|
||||
# for production, but without the "jekyll-sitemap" plugin, which is not needed
|
||||
# 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 -->
|
||||
<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"}.
|
||||
Please [read the announcement]({{ site.dsst_announcement_url }}){: 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"}
|
||||
<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](https://www.docker.com/blog/updating-product-subscriptions/){: 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.
|
||||
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"},
|
||||
and the [Data Privacy Policy](https://www.docker.com/legal/docker-privacy-policy){: target="_blank" rel="noopener" class="_" id="dkr_docs_relnotes_btl"}.</span>
|
||||
|
||||
Reference in New Issue
Block a user