forked from guardian/frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hologram_config.yml
26 lines (21 loc) · 937 Bytes
/
hologram_config.yml
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
# Hologram will run from same directory where this config file resides
# All paths should be relative to there
# The directory containing the source files to parse recursively
source:
- ./common/app/assets/stylesheets/module
- ./common/app/assets/stylesheets/base
# The directory that hologram will build to
destination: ./docs/styleguide
# The assets needed to build the docs (includes header.html,
# footer.html, etc)
# You may put doc related assets here too: images, css, etc.
documentation_assets: ./docs/styleguide_templates
# Any other asset folders that need to be copied to the destination
# folder. Typically this will include the css that you are trying to
# document. May also include additional folders as needed.
# dependencies:
# - ./build
# Mark which category should be the index page
# Alternatively, you may have an index.md in the documentation assets
# folder instead of specifying this config.
index: charts