Remove AI tool nodes from mindmap

This commit is contained in:
user
2026-05-11 15:18:33 +09:00
parent e7a62b38b0
commit 0d6ef1543c

View File

@@ -9,7 +9,7 @@ const nodes = [
focus: "웹 개발이 프론트엔드, 백엔드, 통신, 데이터 흐름으로 나뉘는 큰 그림을 봅니다.",
x: 1020,
y: 700,
children: ["structure", "frontend", "network", "backend", "workflow", "ai"],
children: ["structure", "frontend", "network", "backend", "workflow"],
},
{
id: "structure",
@@ -71,18 +71,6 @@ const nodes = [
y: 900,
children: ["next", "next-structure"],
},
{
id: "ai",
type: "category",
title: "AI 도구",
subtitle: "Agent 활용",
image: "imgs/hermes.png",
category: "AI 도구",
focus: "AI Agent가 개발 보조 도구로 어떤 역할을 하는지 큰 그림을 봅니다.",
x: 660,
y: 560,
children: ["hermes"],
},
{
id: "browser",
parent: "structure",
@@ -287,18 +275,6 @@ const nodes = [
x: 420,
y: 1080,
},
{
id: "hermes",
parent: "ai",
type: "term",
title: "Hermes Agent",
subtitle: "AI 도구",
image: "imgs/hermes.png",
category: "AI 도구",
focus: "개발 보조 에이전트가 도구, 메모리, 작업 흐름을 활용하는 방식을 봅니다.",
x: 390,
y: 520,
},
];
const viewport = document.querySelector("#viewport");