index: shinstrap
description: Root, local knowledge base articles for the shinstrap
#{ ToDo
}
#{ References
- jsdoc
- docstrap
- sunlight : This is the module used to colorize the code excerpts rendered by jsdoc/markdown in the context of the docstrap template
}
Knowledge Base
What do I know?
Bootstrap
Bootstrap is a "css framework" basically describing a methodology and thought process for how to think about using css to layout pages (and a whoooolllleee bunch of css following that methodology, at least in theory). Bootstrap is used by docstrap, and hense why it is here.
Collapse
Bootstrap has its own methodology on how to do collapsibles, which I haven't looked at. Bootstrap's documentation on Collapsible.
Glyhpicons-Halflings
Bootstrap uses its own glyphicons font, similar to font-awesome (only not as awesome). They are also not free, but have a special use permission for bootstrap. Go figure. Like font-awesome, they have their own css
settings. In this case, they include content
property references for various icons which is helpful. Check down around lines 2650+. Or search for font-family: 'Glyph
.
If this doesn't work for you, there is this stackoverflow discussion referencing glyphicons in css which includes a bunch in shorthand. See also the glyphicon documentation on using glyphicons because, you know, authority and stuff. This page also has a handy display of all available icons.