Skip to content

Commit 88cf0af

Browse files
authored
Merge pull request #767 from aws-powertools/maintenance/sitemap
chore: Add sitemap to documentation website
2 parents 9ad0e13 + 435cf8c commit 88cf0af

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

apidocs/docfx.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@
4848
"noLangKeyword": false,
4949
"keepFileLink": false,
5050
"cleanupCacheHistory": false,
51-
"disableGitFeatures": false
51+
"disableGitFeatures": false,
52+
"sitemap": {
53+
"baseUrl": "https://docs.powertools.aws.dev/lambda/dotnet/api/api"
54+
}
5255
}
5356
}

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ site_description: Powertools for AWS Lambda (.NET)
33
site_author: Amazon Web Services
44
repo_url: https://github.com/aws-powertools/powertools-lambda-dotnet
55
edit_uri: edit/develop/docs
6+
site_url: https://docs.powertools.aws.dev/lambda/dotnet/
67

78
nav:
89
- Homepage: index.md

0 commit comments

Comments
 (0)