@@ -17,11 +17,9 @@ Task("Preview-Documentation")
17
17
Preview = true ,
18
18
Watch = true ,
19
19
ConfigurationFile = MakeAbsolute ( ( FilePath ) "config.wyam" ) ,
20
- PreviewVirtualDirectory = "GitVersion" ,
21
20
Settings = new Dictionary < string , object >
22
21
{
23
22
{ "Host" , "gittools.github.io" } ,
24
- { "LinkRoot" , "GitVersion" } ,
25
23
{ "BaseEditUrl" , "https://github.com/gittools/GitVersion/tree/master/docs/input/" } ,
26
24
{ "SourceFiles" , MakeAbsolute ( parameters . Paths . Directories . Source ) + "/**/{!bin,!obj,!packages,!*.Tests,}/**/*.cs" } ,
27
25
{ "Title" , "GitVersion" } ,
@@ -42,11 +40,8 @@ Task("Force-Publish-Documentation")
42
40
OutputPath = MakeAbsolute ( Directory ( "artifacts/Documentation" ) ) ,
43
41
RootPath = MakeAbsolute ( Directory ( "docs" ) ) ,
44
42
ConfigurationFile = MakeAbsolute ( ( FilePath ) "config.wyam" ) ,
45
- PreviewVirtualDirectory = "GitVersion" ,
46
43
Settings = new Dictionary < string , object >
47
44
{
48
- { "Host" , "gittools.github.io" } ,
49
- { "LinkRoot" , "GitVersion" } ,
50
45
{ "BaseEditUrl" , "https://github.com/gittools/GitVersion/tree/master/docs/input/" } ,
51
46
{ "SourceFiles" , MakeAbsolute ( parameters . Paths . Directories . Source ) + "/**/{!bin,!obj,!packages,!*.Tests,}/**/*.cs" } ,
52
47
{ "Title" , "GitVersion" } ,
@@ -98,11 +93,8 @@ Task("Publish-Documentation")
98
93
OutputPath = MakeAbsolute ( Directory ( "artifacts/Documentation" ) ) ,
99
94
RootPath = MakeAbsolute ( Directory ( "docs" ) ) ,
100
95
ConfigurationFile = MakeAbsolute ( ( FilePath ) "config.wyam" ) ,
101
- PreviewVirtualDirectory = "GitVersion" ,
102
96
Settings = new Dictionary < string , object >
103
97
{
104
- { "Host" , "gittools.github.io" } ,
105
- { "LinkRoot" , "GitVersion" } ,
106
98
{ "BaseEditUrl" , "https://github.com/gittools/GitVersion/tree/master/docs/input/" } ,
107
99
{ "SourceFiles" , MakeAbsolute ( parameters . Paths . Directories . Source ) + "/**/{!bin,!obj,!packages,!*.Tests,}/**/*.cs" } ,
108
100
{ "Title" , "GitVersion" } ,
0 commit comments