Skip to content

Commit 3fdd1c3

Browse files
committed
fix: update Docusaurus configuration and dependencies; fix link formatting in Terraform introduction
1 parent bc52e22 commit 3fdd1c3

File tree

4 files changed

+3297
-3455
lines changed

4 files changed

+3297
-3455
lines changed

docs/terraform/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,7 @@ After installing we have to configure the AWS CLI with the access key and secret
926926

927927
![AWS CLI](https://github.com/user-attachments/assets/75a4aa54-eb7e-4768-8f52-3b835b4a3496)
928928

929-
All the commands can be found [here](./commands.md#AWS-Commands).
929+
All the commands can be found [here](./commands.md#aws-commands).
930930

931931
### AWS S3 (Simple Storage Service)
932932

docusaurus.config.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ const config = {
1616
organizationName: 'Pradumnasaraf',
1717
projectName: 'DevOps',
1818
onBrokenLinks: 'throw',
19-
onBrokenMarkdownLinks: 'warn',
19+
markdown: {
20+
hooks: {
21+
onBrokenMarkdownLinks: 'warn',
22+
},
23+
},
2024
i18n: {
2125
defaultLocale: 'en',
2226
locales: ['en'],

0 commit comments

Comments
 (0)