From b86f989b7c843ab61bd3cbe92e78e59de930f77c Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Wed, 22 Jan 2025 22:57:05 +0100 Subject: [PATCH] Update docstring --- src/navbar.lisp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/navbar.lisp b/src/navbar.lisp index b435e36..cfb2046 100644 --- a/src/navbar.lisp +++ b/src/navbar.lisp @@ -229,6 +229,8 @@ Example: (defmacro with-navbar (container-type brand-name brand-url active-item &rest items) "Creates a Bootstrap navigation bar. +CONTAINER-TYPE: Can be nil or \"fluid\" + ACTIVE-ITEM: The key of the currently active item ITEMS: A plist of nav items in the form of :key \"url\" pairs"