forked from vmware-archive/pgadmin4-style-guide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
25 lines (19 loc) · 844 Bytes
/
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
# Hologram config
# The directory containing the source files to parse
source: ./styles
# The directory that hologram will build to
destination: ./styleguide-dist
# The assets needed to build the docs (includes header.html, footer.html, etc)
documentation_assets: ./styleguide-theme
# This is a custom markdown renderer (see Redcarpet documentation for
# how to do this)
# custom_markdown: trulia_markdown_renderer.rb
# Any other asset folders that need to be copied to the destination folder
# This where you should include your full stylesheets, component javascript,
# libraries and any other dependencies your style guide will have
dependencies:
- ./built-styles
# To additionally output navigation for top level sections, set the value to
# 'section'. To output navigation for sub-sections,
# set the value to `all`
nav_level: all