Skip to content

Commit fd5d501

Browse files
authored
chore: update documentation (#85)
1 parent 53f5b89 commit fd5d501

9 files changed

+317
-318
lines changed

docs/resources/aws.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14877,6 +14877,7 @@ class aws_resource {
1487714877
class aws_s3_bucket {
1487814878
**bucket_acl**: aws_s3_bucket_acl
1487914879
**bucket_encryption_rules**: aws_s3_server_side_encryption_rule[]
14880+
**bucket_location**: string
1488014881
**bucket_logging**: aws_s3_logging
1488114882
**bucket_mfa_delete**: boolean
1488214883
**bucket_policy**: dictionary[string, any]
@@ -21374,10 +21375,10 @@ class aws_waf_request_inspection_acfp {
2137421375
**username_field**: string
2137521376
}
2137621377
class aws_waf_response_inspection {
21377-
**body_contains**: aws_waf_response_inspection
21378-
**header**: aws_waf_response_inspection
21379-
**json**: aws_waf_response_inspection
21380-
**status_code**: aws_waf_response_inspection
21378+
**failure_values**: string[]
21379+
**identifier**: string
21380+
**name**: string
21381+
**success_values**: string[]
2138121382
}
2138221383
class aws_waf_rule {
2138321384
**action**: aws_waf_rule_action
@@ -21527,7 +21528,6 @@ aws_waf_regex_match_statement --> aws_waf_field_to_match
2152721528
aws_waf_regex_match_statement --> aws_waf_text_transformation
2152821529
aws_waf_regex_pattern_set_reference_statement --> aws_waf_field_to_match
2152921530
aws_waf_regex_pattern_set_reference_statement --> aws_waf_text_transformation
21530-
aws_waf_response_inspection --> aws_waf_response_inspection
2153121531
aws_waf_rule --> aws_waf_captcha_config
2153221532
aws_waf_rule --> aws_waf_challenge_config
2153321533
aws_waf_rule --> aws_waf_override_action

iam/aws/FixCollect.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@
151151
"route53:ListTagsForResource",
152152
"s3:GetAccountPublicAccessBlock",
153153
"s3:GetBucketAcl",
154+
"s3:GetBucketLocation",
154155
"s3:GetBucketLogging",
155156
"s3:GetBucketPolicy",
156157
"s3:GetBucketTagging",

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"format:check": "prettier --check --cache .",
1818
"lint": "eslint \"./**/*.{ts,tsx}\"",
1919
"optimize": "svgo -rf .",
20-
"prepare": "husky install",
2120
"serve": "docusaurus serve",
2221
"start": "docusaurus start",
2322
"swizzle": "docusaurus swizzle",
@@ -41,10 +40,10 @@
4140
"lodash": "4.17.21",
4241
"netlify-plugin-cache": "1.0.3",
4342
"node-fetch": "3.3.2",
44-
"posthog-js": "1.130.0",
43+
"posthog-js": "1.130.1",
4544
"prism-react-renderer": "2.3.1",
4645
"react": "18.3.1",
47-
"react-dom": "18.2.0",
46+
"react-dom": "18.3.1",
4847
"react-modal": "3.16.1",
4948
"react-zoom-pan-pinch": "3.4.4",
5049
"remark-kroki-plugin": "0.1.1",
@@ -57,8 +56,8 @@
5756
"@docusaurus/tsconfig": "3.2.1",
5857
"@docusaurus/types": "3.2.1",
5958
"@types/js-cookie": "3.0.6",
60-
"@typescript-eslint/eslint-plugin": "7.7.1",
61-
"@typescript-eslint/parser": "7.7.1",
59+
"@typescript-eslint/eslint-plugin": "7.8.0",
60+
"@typescript-eslint/parser": "7.8.0",
6261
"commitizen": "4.3.0",
6362
"eslint": "8.57.0",
6463
"eslint-config-prettier": "9.1.0",

src/css/navbar.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
.navbar .navbar__inner {
2+
margin: 0 auto;
3+
max-width: calc(var(--doc-sidebar-width) + var(--ifm-container-width-xxl));
4+
}
5+
16
.navbar__brand:hover {
27
color: var(--ifm-color-primary-darkest);
38
}

src/css/styles.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,4 +147,10 @@ button:disabled {
147147
.container {
148148
max-width: var(--ifm-container-width-xxl);
149149
}
150+
151+
.main-wrapper {
152+
align-self: center;
153+
max-width: calc(var(--doc-sidebar-width) + var(--ifm-container-width-xxl));
154+
width: 100%;
155+
}
150156
}

static/img/kroki/099f8bac02b572522105f5b4de06ab06.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

static/img/kroki/9b270e16f6198ab62dcb8793579e941f.svg

Lines changed: 1 addition & 0 deletions
Loading

static/img/kroki/612f548312c9934635842aefbd647958.svg renamed to static/img/kroki/e7635733c6ce4cbf32b4761d2a14b56b.svg

Lines changed: 1 addition & 1 deletion
Loading

yarn.lock

Lines changed: 294 additions & 306 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)