From a5de4d89236c2d1f81d15a10520f5bed206b712a Mon Sep 17 00:00:00 2001 From: Henrique Graca <999396+hjgraca@users.noreply.github.com> Date: Fri, 14 Feb 2025 10:56:14 +0000 Subject: [PATCH 1/3] Update mkdocs.yml Signed-off-by: Henrique Graca <999396+hjgraca@users.noreply.github.com> --- mkdocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/mkdocs.yml b/mkdocs.yml index c804a353..36e67f3b 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 From 01fbf034c1021771459a6f6fc5c4bd0ddb806c4d Mon Sep 17 00:00:00 2001 From: Henrique Graca <999396+hjgraca@users.noreply.github.com> Date: Fri, 14 Feb 2025 11:23:31 +0000 Subject: [PATCH 2/3] Update mkdocs.yml Co-authored-by: Andrea Amorosi Signed-off-by: Henrique Graca <999396+hjgraca@users.noreply.github.com> --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 36e67f3b..4c6617c3 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -3,7 +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/ +site_url: https://docs.powertools.aws.dev/lambda/dotnet/ nav: - Homepage: index.md From ee40f4bb6e0e01d91bef27c1e820315bc3e2edd8 Mon Sep 17 00:00:00 2001 From: Henrique Graca <999396+hjgraca@users.noreply.github.com> Date: Fri, 14 Feb 2025 11:32:42 +0000 Subject: [PATCH 3/3] api docs sitemap Signed-off-by: Henrique Graca <999396+hjgraca@users.noreply.github.com> --- apidocs/docfx.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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" + } } }