Merge branch 'main' of ssh://code.metalisp.dev:2222/marcuskammer/dev.metalisp.sbt
This commit is contained in:
commit
e79ca43a58
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)
|
(defmacro with-navbar (container-type brand-name brand-url active-item &rest items)
|
||||||
"Creates a Bootstrap navigation bar.
|
"Creates a Bootstrap navigation bar.
|
||||||
|
|
||||||
|
CONTAINER-TYPE: Can be nil or \"fluid\"
|
||||||
|
|
||||||
ACTIVE-ITEM: The key of the currently active item
|
ACTIVE-ITEM: The key of the currently active item
|
||||||
|
|
||||||
ITEMS: A plist of nav items in the form of :key \"url\" pairs"
|
ITEMS: A plist of nav items in the form of :key \"url\" pairs"
|
||||||
|
|
Loading…
Add table
Reference in a new issue