Module

x/lume/plugins/nav.ts>NavJSON

🔥 Static site generator for Deno 🦕
Very Popular
Latest
interface NavJSON
import { type NavJSON } from "https://dotland.deno.dev/x/lume@v2.4.2/plugins/nav.ts";

Properties

slug: string
data: { title?: string; url?: string; basename: string; }
optional
children: NavJSON[]