From ac59b8c72e0eabc8c0f632c4f4bfd7ced9a2d54a Mon Sep 17 00:00:00 2001 From: jffarge Date: Mon, 11 Apr 2022 22:19:19 +0200 Subject: [PATCH 1/2] website: Increase broken links checking this will throw an error if docusaurus find any broken links Signed-off-by: jffarge --- website/docusaurus.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 6720b455..d4091498 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -7,7 +7,6 @@ module.exports = { tagline: "Dagger is a programmable deployment system", url: "https://docs.dagger.io", baseUrl: "/", - onBrokenLinks: "warn", onBrokenMarkdownLinks: "warn", favicon: "img/favicon.png", organizationName: "Dagger", From dd9a9bab1d42712b254df92e428bda502ae5226a Mon Sep 17 00:00:00 2001 From: jffarge Date: Tue, 12 Apr 2022 14:12:14 +0200 Subject: [PATCH 2/2] docs: remove dead links. References doesn't exist anymore Signed-off-by: jffarge --- docs/learn/1008-aws-cloudformation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/learn/1008-aws-cloudformation.md b/docs/learn/1008-aws-cloudformation.md index b6106b7f..f93523bd 100644 --- a/docs/learn/1008-aws-cloudformation.md +++ b/docs/learn/1008-aws-cloudformation.md @@ -18,7 +18,7 @@ The provisioning strategy detailed below follows S3 best practices. However, to #### Relays -The first thing to consider when developing a plan based on relays is to read their universe reference: it summarizes the expected inputs and their corresponding formats. [Here](../reference/aws/cloudformation.md) is the Cloudformation one. +The first thing to consider when developing a plan based on relays is to read their universe reference: it summarizes the expected inputs and their corresponding formats. ## Initialize a Dagger Project and Environment @@ -64,7 +64,7 @@ Create a file named `template.cue` and add the following configuration to it. ##### 2. Cloudformation relay -As our plan relies on [Cloudformation's relay](../reference/aws/cloudformation.md), let's dissect the expected inputs by gradually incorporating them into our plan. +As our plan relies on Cloudformation's relay, let's dissect the expected inputs by gradually incorporating them into our plan. ```shell dagger doc alpha.dagger.io/aws/cloudformation