-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.php
42 lines (31 loc) · 1006 Bytes
/
config.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?php
/**
* Gravity Department - Design Docs
* https://github.com/gravitydepartment/design-docs
*
* @author Brendan Falkowski
* @copyright Gravity Department. All rights reserved.
*/
// ==============================================
// Config
// ==============================================
$config = array(
// 'companyName' => 'Company Name',
// 'containerClass' => 'container',
// 'css' => array(
// '<link rel="stylesheet" href="/path/to/styles.css">',
// '<link rel="stylesheet" href="/path/to/more-styles.css">',
// ),
// 'debug' => false,
// 'docsName' => 'Design Docs',
// 'docsUrl' => '/design/',
// 'jsBodyEnd' => array(
// '<script src="/path/to/scripts.js"></script>',
// '<script src="/path/to/more-scripts.js"></script>',
// ),
// 'jsHead' => array(
// '<script src="/path/to/scripts.js"></script>',
// '<script src="/path/to/more-scripts.js"></script>',
// ),
// 'siteUrl' => '#',
);