Add LLMContext article and updte JS to not show all components.

This commit is contained in:
UncleCode
2025-05-24 20:46:24 +08:00
parent a06710ff03
commit 7665a6832f
3 changed files with 224 additions and 1 deletions

View File

@@ -2,6 +2,12 @@
// Component definitions
const components = [
{
id: 'all',
name: 'All Components',
description: 'All components with all context types',
special: true
},
{
id: 'core',
name: 'Core Functionality',