docnav

package
v0.0.20 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 18, 2025 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

templ: version: v0.3.943

Index

Constants

This section is empty.

Variables

View Source
var CSS []byte

Functions

func DocNav

func DocNav(p DocNavProps) templ.Component

func DocNavDesktop

func DocNavDesktop(p DocNavProps) templ.Component

func DocNavMobile

func DocNavMobile(p DocNavProps) templ.Component

Types

type DocNavProps

type DocNavProps struct {
	Sections    []NavSection
	CurrentPath string
}
type NavLink struct {
	Title    string
	URL      templ.SafeURL
	Children []NavLink
}
type NavSection struct {
	Heading string
	Links   []NavLink
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL