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

@@ -50,7 +50,7 @@
<strong>Why this matters:</strong> You can now give your AI assistant exactly what it needs - whether that's quick API lookups, help designing solutions, or seeing practical implementations. No more information overload, just focused, relevant context.
</p>
<p class="learn-more">
<a href="/blog/articles/llm-context-revolution" class="learn-more-link">📖 Read the full story behind this approach →</a>
<a href="/blog/articles/llm-context-revolution" class="learn-more-link" target="_parent">📖 Read the full story behind this approach →</a>
</p>
</div>
</section>

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',