Skip to content

Commit a8e86f7

Browse files
committed
Fix documentation build issues in cross-language blog post
- Add missing tags to tags.yml (cross-language, symbol-resolution, polyglot, dependency-analysis) - Fix broken link from non-existent incremental-indexing post to existing graph-based-analysis post - Resolves Docusaurus build failure due to broken links and undefined tags
1 parent 5dad8c9 commit a8e86f7

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

codeprism-docs/blog/2025-06-22-cross-language-symbol-resolution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -790,4 +790,4 @@ The future of code intelligence isn't about better Python analysis or smarter Ja
790790

791791
*Ready to trace dependencies across your entire polyglot codebase? Try CodePrism and discover connections you never knew existed.*
792792

793-
**Continue reading our series**: [Real-Time Code Intelligence: Building Incremental Indexing for Live Development](./incremental-indexing-live-development)
793+
**Continue reading our series**: [Building a Graph-Based Code Analysis Engine: Architecture Deep Dive](./graph-based-code-analysis-engine)

codeprism-docs/blog/tags.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,3 +142,23 @@ technical-deep-dive:
142142
label: Technical Deep Dive
143143
permalink: /technical-deep-dive
144144
description: In-depth technical posts
145+
146+
cross-language:
147+
label: Cross-Language
148+
permalink: /cross-language
149+
description: Posts about cross-language code analysis and integration
150+
151+
symbol-resolution:
152+
label: Symbol Resolution
153+
permalink: /symbol-resolution
154+
description: Posts about symbol resolution and code linking
155+
156+
polyglot:
157+
label: Polyglot
158+
permalink: /polyglot
159+
description: Posts about polyglot programming and multi-language codebases
160+
161+
dependency-analysis:
162+
label: Dependency Analysis
163+
permalink: /dependency-analysis
164+
description: Posts about analyzing code dependencies and relationships

0 commit comments

Comments
 (0)