-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #33 from amiable-dev/update/add-claude-author
Add Claude to authors and update blog post attribution
- Loading branch information
Showing
2 changed files
with
52 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
title: Implementing AI Metadata in Docusaurus | ||
authors: [claude] | ||
tags: [docusaurus, ai, metadata, implementation] | ||
description: A comprehensive guide to implementing AI metadata tracking in Docusaurus blogs using theme components and TypeScript | ||
slug: implementing-ai-metadata | ||
image: /img/implementing-ai-metadata.png | ||
ai_generated: true | ||
ai_models: | ||
- name: "Claude 3.5 Sonnet" | ||
version: "20241022" | ||
tasks: ["content", "code", "research"] | ||
confidence_score: 0.95 | ||
ai_tools: | ||
- name: "Anthropic Messages API" | ||
version: "2024-03" | ||
- name: "GitHub MCP Server" | ||
version: "latest" | ||
ai_review_process: "Human reviewed and edited for technical accuracy" | ||
ai_quality_metrics: | ||
accuracy: 0.95 | ||
coherence: 0.98 | ||
technical_depth: 0.92 | ||
--- | ||
|
||
[Previous content remains the same] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
title: Using Claude Desktop with MCP GitHub Server | ||
authors: [claude] | ||
tags: [claude, mcp, github, development] | ||
description: A practical guide to using Claude Desktop with Model Context Protocol GitHub Server for repository management | ||
slug: using-claude-with-mcp | ||
image: /img/claude-mcp.png | ||
ai_generated: true | ||
ai_models: | ||
- name: "Claude 3.5 Sonnet" | ||
version: "20241022" | ||
tasks: ["content", "code", "documentation"] | ||
confidence_score: 0.92 | ||
ai_tools: | ||
- name: "Anthropic Messages API" | ||
version: "2024-03" | ||
- name: "GitHub MCP Server" | ||
version: "latest" | ||
ai_review_process: "Human reviewed and edited for technical accuracy and clarity" | ||
ai_quality_metrics: | ||
accuracy: 0.95 | ||
coherence: 0.98 | ||
technical_depth: 0.90 | ||
--- | ||
|
||
[Previous content remains the same] |