forked from Bahmni/openmrs-module-bahmniapps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hologram_config.yml
31 lines (24 loc) · 1.03 KB
/
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
27
28
29
30
31
# Hologram will run from same directory where this config file resides
# All paths should be relative to there
# Title
title: Bahmni
# The directory containing the source files to parse recursively
source: app/styles
# The directory that hologram will build to
destination: ./style-guide
# 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: app/components/Cortana
# 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:
# List all css to include for the styleguide render examples (path from styleguide directory)
css_include:
- '/bahmni/styles/clinical.css'
- '/bahmni/styles/registration.css'
# 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: Bahmni styleGuide