-
-
Notifications
You must be signed in to change notification settings - Fork 352
/
.sassdocrc
46 lines (42 loc) · 1.06 KB
/
.sassdocrc
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
43
44
45
46
theme: herman
dest: docs/
display:
access: public
package: ./package.json
shortcutIcon: ./favicon.ico
verbose: true
groups:
Public Grid API:
config: 'Grid Configuration'
api: 'Grid Functions'
Extras:
plugin-utils: 'Extending Susy'
su-math: 'Su: Core Math Engine'
plugin_svg-grid: 'Plugin: SVG Grid Image'
Internal Functions (Private):
_normal: 'Susy Normalization'
_parser: 'Susy Syntax Parser'
_validation: 'Su Input Validation'
_version: 'Versioning'
herman:
extraDocs:
- name: 'Philosophy'
path: PHILOSOPHY.md
- name: 'Changelog'
path: CHANGELOG.md
- name: 'Contributing'
path: CONTRIBUTING.md
extraLinks:
- name: 'Susy Website'
url: http://oddbird.net/susy/
- name: 'Twitter @SassSusy'
url: http://twitter.com/sasssusy/
- name: 'Intro to Susy3'
url: http://oddbird.net/2017/06/28/susy3
- name: 'Susy2 Documentation'
url: http://susy.readthedocs.io
- name: 'OddBird'
url: http://oddbird.net/
sass:
includepaths: ['sass']
includes: ['susy']