refactor: remove unused collections and documentation files

- Deleted the 'index' and 'mcp' collections from content.config.ts.
- Removed the 'docs.md' file containing ArtMCP documentation.
- Deleted the 'index.md' file which served as a welcome page for ArtAPI.
This commit is contained in:
2025-12-16 17:12:35 +01:00
parent c3fca59143
commit 3f4a581e51
6 changed files with 352 additions and 345 deletions

View File

@@ -104,13 +104,5 @@ export default defineContentConfig({
type: 'data',
source: 'profile.md'
}),
index: defineCollection({
type: 'page',
source: 'index.md'
}),
mcp: defineCollection({
type: 'page',
source: 'mcp.md'
})
}
})