Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/AsyncFuncAI/deepwiki-open
/ WikiSection
Interface
WikiSection
src/components/WikiTreeView.tsx:19–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
}
18
19
interface WikiSection {
20
id: string;
21
title: string;
22
pages: string[];
23
subsections?: string[];
24
}
25
26
interface WikiStructure {
27
id: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected