diff --git a/apidocs/docfx.json b/apidocs/docfx.json index 4576b299..ce2eafad 100644 --- a/apidocs/docfx.json +++ b/apidocs/docfx.json @@ -48,6 +48,9 @@ "noLangKeyword": false, "keepFileLink": false, "cleanupCacheHistory": false, - "disableGitFeatures": false + "disableGitFeatures": false, + "sitemap": { + "baseUrl": "https://docs.powertools.aws.dev/lambda/dotnet/api/api" + } } } diff --git a/mkdocs.yml b/mkdocs.yml index c804a353..4c6617c3 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -3,6 +3,7 @@ site_description: Powertools for AWS Lambda (.NET) site_author: Amazon Web Services repo_url: https://github.com/aws-powertools/powertools-lambda-dotnet edit_uri: edit/develop/docs +site_url: https://docs.powertools.aws.dev/lambda/dotnet/ nav: - Homepage: index.md