Merge pull request #305 from mitchellh/website-deep-links
website: generate toc data for linking into headers
This commit is contained in:
commit
aef702a693
|
@ -45,7 +45,9 @@ set :images_dir, 'images'
|
||||||
|
|
||||||
# Use the RedCarpet Markdown engine
|
# Use the RedCarpet Markdown engine
|
||||||
set :markdown_engine, :redcarpet
|
set :markdown_engine, :redcarpet
|
||||||
set :markdown, :fenced_code_blocks => true
|
set :markdown,
|
||||||
|
:fenced_code_blocks => true,
|
||||||
|
:with_toc_data => true
|
||||||
|
|
||||||
# Build-specific configuration
|
# Build-specific configuration
|
||||||
configure :build do
|
configure :build do
|
||||||
|
|
Loading…
Reference in New Issue