Skip to content

Commit 4f6133d

Browse files
committed
docs: update AI Mind Maps links to agent_evolved version
- Add agent_evolved HTML files to .gitignore whitelist - Update README.md AI Mind Maps link → agent_evolved_en.html - Update README_zh-TW.md AI 心智圖 link → agent_evolved_zh-TW.html
1 parent 1beb0f6 commit 4f6133d

File tree

5 files changed

+1124
-2
lines changed

5 files changed

+1124
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ site/
5454
docs/pages/**
5555
!docs/pages/mindmaps/
5656
!docs/pages/mindmaps/neetcode_ontology_ai_*.html
57+
!docs/pages/mindmaps/neetcode_ontology_agent_evolved_*.html
5758

5859
# Ignore generated Markdown mindmaps
5960
docs/mindmaps/*.md

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ AEO/GEO: A scalable Python framework with knowledge graph-driven learning, AI-po
2323

2424
**A scalable Python framework that transforms LeetCode-style algorithm practice into a knowledge-graph-driven, data-driven, testable, and high-performance workflow — with AI-powered mind maps, industrial-strength testing, and pattern-based learning to help developers grow faster and understand algorithms more deeply.**
2525

26-
[📚 Docs](https://lufftw.github.io/neetcode/)[🤖 AI Mind Maps](https://lufftw.github.io/neetcode/pages/mindmaps/neetcode_ontology_ai_en.html)[🧠 Interactive Mind Maps](https://lufftw.github.io/neetcode/mindmaps/)[🚀 Quick Start](#-quick-start)[📐 Patterns](docs/patterns/)
26+
[📚 Docs](https://lufftw.github.io/neetcode/)[🤖 AI Mind Maps](https://lufftw.github.io/neetcode/pages/mindmaps/neetcode_ontology_agent_evolved_en.html)[🧠 Interactive Mind Maps](https://lufftw.github.io/neetcode/mindmaps/)[🚀 Quick Start](#-quick-start)[📐 Patterns](docs/patterns/)
2727

2828
[English](https://lufftw.github.io/neetcode/) | [繁體中文](https://lufftw.github.io/neetcode/index_zh-TW/)
2929

README_zh-TW.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ AEO/GEO: 可擴展的 Python 框架,結合知識圖譜驅動學習、AI 心智
2222

2323
**一個可擴展的 Python 框架,將 LeetCode 風格的演算法練習轉化為知識圖譜驅動、資料驅動、可測試且高效能的工作流程 — 搭配 AI 心智圖、工業級測試與模式學習,幫助開發者更快成長、更深入理解演算法。**
2424

25-
[📚 文件](https://lufftw.github.io/neetcode/)[🤖 AI 心智圖](https://lufftw.github.io/neetcode/pages/mindmaps/neetcode_ontology_ai_en.html)[🧠 互動式心智圖](https://lufftw.github.io/neetcode/mindmaps/)[🚀 快速開始](#-快速開始)[📐 模式](docs/patterns/)
25+
[📚 文件](https://lufftw.github.io/neetcode/)[🤖 AI 心智圖](https://lufftw.github.io/neetcode/pages/mindmaps/neetcode_ontology_agent_evolved_zh-TW.html)[🧠 互動式心智圖](https://lufftw.github.io/neetcode/mindmaps/)[🚀 快速開始](#-快速開始)[📐 模式](docs/patterns/)
2626

2727
[English](https://lufftw.github.io/neetcode/) | [繁體中文](https://lufftw.github.io/neetcode/index_zh-TW/)
2828

0 commit comments

Comments
 (0)