fix: add research-scope keyword to docs categorization
Ensures LLM integration feasibility research document appears in Research & Evidence category on docs.html. Document slug: research-scope-feasibility-of-llm-integrated-tractatus-framework
This commit is contained in:
parent
9092e2d309
commit
8480aede68
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ const CATEGORIES = {
|
|||
'research': {
|
||||
label: '🔬 Research & Evidence',
|
||||
icon: '🔬',
|
||||
keywords: ['case-studies', 'research-foundations', 'tractatus-based-llm-architecture-for-ai-safety', 'research-topic'],
|
||||
keywords: ['case-studies', 'research-foundations', 'tractatus-based-llm-architecture-for-ai-safety', 'research-topic', 'research-scope'],
|
||||
order: 3,
|
||||
color: 'indigo',
|
||||
bgColor: 'bg-indigo-50',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue