1<?php
2/*
3 * default configuration settings
4 *
5 */
6
7$conf['hideTools']    = 0;
8$conf['sidebarIsNav'] = 1;
9$conf['cdn']					= 'github';
10$conf['font']         = 'firacode';
11