Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/yorukot/superfile
/ NavLeaf
Interface
NavLeaf
website/src/lib/navigation.ts:1–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
export
interface
NavLeaf {
2
label: string;
3
slug: string;
4
zhLabel?: string;
5
}
6
7
export
interface
NavGroup {
8
label: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected