0.2.0 • Published 10 years ago

sassdoc-theme-vulcan v0.2.0

Weekly downloads
21
License
-
Repository
github
Last release
10 years ago

SassDoc Theme for Vulcan packages

Install

npm install sassdoc-theme-vulcan --save

Config

{
    "display": {
        "access": [
            "public",
            "private"
        ],
        "alias": false,
        "watermark": true
    },
    "groups": {
        "undefined": "General"
    },
    "url": "https://github.com/vulcan-framework",
    "repo": "https://github.com/vulcan-framework/core",
    "packageName": "vulcan-core",
    "packageVersion": "1.0.0",
    "googleAnalytics": "UA-55436603-2"
}