sb_create_sidebar: Create sidebar
Description
Create sidebar
Usage
sb_create_sidebar(config, data_global, display_page = function(x) {
TRUE })Arguments
config
Dashboard configuration read from _site.yml
data_global
Global data passed to the sidebar.
display_page
A function that returns a boolean indicating if a page
should be displayed in the sidebar.