Update docstring

This commit is contained in:
Marcus Kammer 2025-01-22 22:57:05 +01:00
parent 7cc6b8b1bc
commit b86f989b7c
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -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"