Separate infos in docstrings
This commit is contained in:
parent
1d6484084e
commit
734280f716
1 changed files with 2 additions and 0 deletions
|
@ -8,7 +8,9 @@
|
||||||
|
|
||||||
(defmacro with-breadcrumb (&rest items)
|
(defmacro with-breadcrumb (&rest items)
|
||||||
"Creates a Bootstrap breadcrumb navigation.
|
"Creates a Bootstrap breadcrumb navigation.
|
||||||
|
|
||||||
ITEMS: A list of \"label\" \"url\" pairs. The last item is automatically set as active.
|
ITEMS: A list of \"label\" \"url\" pairs. The last item is automatically set as active.
|
||||||
|
|
||||||
Example usage:
|
Example usage:
|
||||||
(with-breadcrumb
|
(with-breadcrumb
|
||||||
\"Home\" \"/\"
|
\"Home\" \"/\"
|
||||||
|
|
Loading…
Add table
Reference in a new issue