Update docstring
This commit is contained in:
parent
7cc6b8b1bc
commit
b86f989b7c
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue