We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9ad0e13 + 435cf8c commit 88cf0afCopy full SHA for 88cf0af
apidocs/docfx.json
@@ -48,6 +48,9 @@
48
"noLangKeyword": false,
49
"keepFileLink": false,
50
"cleanupCacheHistory": false,
51
- "disableGitFeatures": false
+ "disableGitFeatures": false,
52
+ "sitemap": {
53
+ "baseUrl": "https://docs.powertools.aws.dev/lambda/dotnet/api/api"
54
+ }
55
}
56
mkdocs.yml
@@ -3,6 +3,7 @@ site_description: Powertools for AWS Lambda (.NET)
3
site_author: Amazon Web Services
4
repo_url: https://github.com/aws-powertools/powertools-lambda-dotnet
5
edit_uri: edit/develop/docs
6
+site_url: https://docs.powertools.aws.dev/lambda/dotnet/
7
8
nav:
9
- Homepage: index.md
0 commit comments