Skip to content

Commit 5fdf104

Browse files
authored
chore: remove redundant dot slash from typedocOptions (#2820)
1 parent 732a838 commit 5fdf104

File tree

284 files changed

+568
-568
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

284 files changed

+568
-568
lines changed

clients/client-accessanalyzer/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"ignoreCompilerErrors": true,
2323
"includeDeclarations": true,
2424
"stripInternal": true,
25-
"readme": "./README.md",
25+
"readme": "README.md",
2626
"mode": "file",
27-
"out": "./docs",
27+
"out": "docs",
2828
"theme": "minimal",
2929
"plugin": ["@aws-sdk/client-documentation-generator"]
3030
}

clients/client-acm-pca/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"ignoreCompilerErrors": true,
2323
"includeDeclarations": true,
2424
"stripInternal": true,
25-
"readme": "./README.md",
25+
"readme": "README.md",
2626
"mode": "file",
27-
"out": "./docs",
27+
"out": "docs",
2828
"theme": "minimal",
2929
"plugin": ["@aws-sdk/client-documentation-generator"]
3030
}

clients/client-acm/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"ignoreCompilerErrors": true,
2323
"includeDeclarations": true,
2424
"stripInternal": true,
25-
"readme": "./README.md",
25+
"readme": "README.md",
2626
"mode": "file",
27-
"out": "./docs",
27+
"out": "docs",
2828
"theme": "minimal",
2929
"plugin": ["@aws-sdk/client-documentation-generator"]
3030
}

clients/client-alexa-for-business/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"ignoreCompilerErrors": true,
2323
"includeDeclarations": true,
2424
"stripInternal": true,
25-
"readme": "./README.md",
25+
"readme": "README.md",
2626
"mode": "file",
27-
"out": "./docs",
27+
"out": "docs",
2828
"theme": "minimal",
2929
"plugin": ["@aws-sdk/client-documentation-generator"]
3030
}

clients/client-amp/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"ignoreCompilerErrors": true,
2323
"includeDeclarations": true,
2424
"stripInternal": true,
25-
"readme": "./README.md",
25+
"readme": "README.md",
2626
"mode": "file",
27-
"out": "./docs",
27+
"out": "docs",
2828
"theme": "minimal",
2929
"plugin": ["@aws-sdk/client-documentation-generator"]
3030
}

clients/client-amplify/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"ignoreCompilerErrors": true,
2323
"includeDeclarations": true,
2424
"stripInternal": true,
25-
"readme": "./README.md",
25+
"readme": "README.md",
2626
"mode": "file",
27-
"out": "./docs",
27+
"out": "docs",
2828
"theme": "minimal",
2929
"plugin": ["@aws-sdk/client-documentation-generator"]
3030
}

clients/client-amplifybackend/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"ignoreCompilerErrors": true,
2323
"includeDeclarations": true,
2424
"stripInternal": true,
25-
"readme": "./README.md",
25+
"readme": "README.md",
2626
"mode": "file",
27-
"out": "./docs",
27+
"out": "docs",
2828
"theme": "minimal",
2929
"plugin": ["@aws-sdk/client-documentation-generator"]
3030
}

clients/client-api-gateway/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"ignoreCompilerErrors": true,
2323
"includeDeclarations": true,
2424
"stripInternal": true,
25-
"readme": "./README.md",
25+
"readme": "README.md",
2626
"mode": "file",
27-
"out": "./docs",
27+
"out": "docs",
2828
"theme": "minimal",
2929
"plugin": ["@aws-sdk/client-documentation-generator"]
3030
}

clients/client-apigatewaymanagementapi/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"ignoreCompilerErrors": true,
2323
"includeDeclarations": true,
2424
"stripInternal": true,
25-
"readme": "./README.md",
25+
"readme": "README.md",
2626
"mode": "file",
27-
"out": "./docs",
27+
"out": "docs",
2828
"theme": "minimal",
2929
"plugin": ["@aws-sdk/client-documentation-generator"]
3030
}

clients/client-apigatewayv2/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"ignoreCompilerErrors": true,
2323
"includeDeclarations": true,
2424
"stripInternal": true,
25-
"readme": "./README.md",
25+
"readme": "README.md",
2626
"mode": "file",
27-
"out": "./docs",
27+
"out": "docs",
2828
"theme": "minimal",
2929
"plugin": ["@aws-sdk/client-documentation-generator"]
3030
}

0 commit comments

Comments
 (0)