Skip to content

d13/d13-sassdoc-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ab3fd1f · Apr 29, 2022

History

15 Commits
Apr 11, 2022
Apr 8, 2022
Apr 17, 2022
Apr 11, 2022
Apr 11, 2022
Apr 17, 2022
Apr 29, 2022
Apr 8, 2022
Apr 11, 2022
Apr 15, 2022
Apr 11, 2022
Apr 8, 2022
Apr 11, 2022
Apr 11, 2022
Apr 17, 2022
Apr 13, 2022
Apr 17, 2022
Apr 17, 2022

Repository files navigation

D13 SassDoc Theme

This is my attempt to build my own vision of the SassDoc theme.

Changing the SassDoc Theme

When you set the --theme option of the CLI interface, or the config.theme option, the path must be compatible with the require() function.

SassDoc Configuration

There's two sources of configuration options, the standard set from the core of sassdoc and the additional options provided by the theme.

Core Options

See SassDoc's configuration page: http://sassdoc.com/configuration/

Theme Options

For now, these options mimic SassDoc's default theme.

Option Type Default
display.access Array ["public", "private"]
display.alias Boolean false
display.watermark Boolean true
basePath String -
shortcutIcon String -
sort Array -
description String (Markdown) -
descriptionPath String (parsed as Markdown) -

Future options:

Option Type Default
googleAnalytics String -
trackingCode String -
privatePrefix Regex ^[_-]

Annotations

Core Annotations

See SassDoc's annotations: http://sassdoc.com/annotations/

Theme Annotations

Coming soon

Annotation Description Aliases
@groupInstall Package install command for groups -
@groupImport Import statement for groups -

Customizing the Theme or Contributing

See the CONTRIBUTING.md for local setup and commands.

Releases

No releases published

Packages

No packages published