Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/lume/plugins/nav.ts>NavJSON

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

Properties

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