From 16716f4c79e952f9ce1e16ad2363eb0a7e72aec5 Mon Sep 17 00:00:00 2001 From: Reza Rezvani Date: Wed, 11 Mar 2026 10:35:12 +0100 Subject: [PATCH] fix(docs): add trailing slash to site_url for Google Search Console sitemap discovery Co-Authored-By: Claude Opus 4.6 --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index f3d8f78..5ed35ab 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,5 +1,5 @@ site_name: Claude Code Skills & Plugins -site_url: https://alirezarezvani.github.io/claude-skills +site_url: https://alirezarezvani.github.io/claude-skills/ site_description: "173 production-ready skills, 15 agents, and 15 commands for Claude Code, OpenAI Codex, Gemini CLI, and OpenClaw. Reusable expertise for engineering, product, marketing, compliance, and more." site_author: Alireza Rezvani repo_url: https://github.com/alirezarezvani/claude-skills