-
Notifications
You must be signed in to change notification settings - Fork 0
/
.hologramrc
39 lines (30 loc) · 1.22 KB
/
.hologramrc
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
# Hologram will run from same directory where this config file resides
# All paths should be relative to there
# Title
title: Ikebana
# The directory containing the source files to parse recursively
source: lib/components
# The directory that hologram will build to
destination: dist/doc
# 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: bower_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:
# - ./build
# List all css to include for the styleguide render examples (path from styleguide directory)
css_include:
- 'dist/ikebana.css'
# List all js to include for the styleguide render examples (path from styleguide directory)
js_include:
# - '../dist/ikebana.js'
- ''
# 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: readme
# String who is used to split the category name and create category wrapper
namescope: ' - '