Skip to content

Commit 08f6143

Browse files
committed
(GH-1932) Add config.wyam
To control the inclusion of 2nd level headers in the "Edit Content" section of the docs pages.
1 parent 11df510 commit 08f6143

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,3 +124,8 @@ src/GitVersionRubyGem/bin/LibGit2Sharp.dll.config
124124

125125
!**/*.cake
126126
.DS_Store
127+
128+
# Wyam
129+
config.wyam.dll
130+
config.wyam.hash
131+
config.wyam.packages.xml

config.wyam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Pipelines["RenderPages"].Replace("WriteMetadata", new Headings(2));

0 commit comments

Comments
 (0)