feat: mise à jour des URL de redirection et ajout de la documentation pour l'API

This commit is contained in:
2025-12-16 17:47:35 +01:00
parent 569b130e03
commit 03072cfc6f
4 changed files with 7 additions and 7 deletions

View File

@@ -71,7 +71,7 @@ const resources = [
<div class="flex flex-col sm:flex-row gap-4 justify-center mb-12">
<UButton
to="/mcp"
to="/docs"
size="xl"
icon="i-heroicons-book-open"
class="shadow-lg"
@@ -218,7 +218,7 @@ const resources = [
{
"mcpServers": {
"artmcp": {
"url": "https://api.arthurdanjou.fr/mcp/mcp"
"url": "https://api.arthurdanjou.fr/mcp"
}
}
}</code>
@@ -258,7 +258,7 @@ curl https://api.arthurdanjou.fr/api/skills</code>
</p>
<div class="flex flex-col sm:flex-row gap-4 justify-center">
<UButton
to="/mcp"
to="/docs"
size="xl"
icon="i-heroicons-arrow-right"
trailing