Semibox
Semibox menu configuration
You can change the Semibox layout very easily by
                                            adding the below attribute to the body tag in the
                                            src/html/partials/main.html file.
                                        
data-layout="semibox"
How to add new menu items/change menu items?
To add, change or remove menu items from the
                                            left side
                                            navigation, simply edit in file
                                            src/html/partials/sidebar.html. The
                                            change would reflect in all the HTML files automatically. We are using gulp
                                            which would take care of including the
                                            src/html/partials/sidebar.html file
                                            content in all HTML pages.
                                        
How to use pre-built layouts?
 Please do the below change in the html element at
                                    src/html/partials/main.html file. ex:
                                    <html data-layout="semibox">
                                
                                            data-layout="semibox"
                                        Sidebar Visibility
                                            data-sidebar-visibility="show"
                                        
                                            data-sidebar-visibility="hidden"