mirror of
https://github.com/ArthurDanjou/artmcp.git
synced 2026-01-14 16:54:22 +01:00
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:
@@ -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'
|
||||
})
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user