Commit aef702a6 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

Merge pull request #305 from mitchellh/website-deep-links

website: generate toc data for linking into headers
parents c5823be2 83ba1a2c
......@@ -45,7 +45,9 @@ set :images_dir, 'images'
# Use the RedCarpet Markdown engine
set :markdown_engine, :redcarpet
set :markdown, :fenced_code_blocks => true
set :markdown,
:fenced_code_blocks => true,
:with_toc_data => true
# Build-specific configuration
configure :build do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment