File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
src/CodeGeneration/DocGenerator Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ public override void Visit(Document document)
7676
7777 if ( document . Attributes . All ( a => a . Name != "ref_current" ) )
7878 {
79- _newDocument . Attributes . Add ( new AttributeEntry ( "ref_current" , $ "https://www.elastic.co/guide/en/elasticsearch/reference/{ LitUp . DocumentationVersion } ") ) ;
79+ _newDocument . Attributes . Add ( new AttributeEntry ( "ref_current" , $ "https://www.elastic.co/guide/en/elasticsearch/reference/{ Program . DocVersion } ") ) ;
8080 }
8181
8282 if ( document . Attributes . All ( a => a . Name != "xpack_current" ) )
Original file line number Diff line number Diff line change @@ -15,8 +15,6 @@ namespace DocGenerator
1515{
1616 public static class LitUp
1717 {
18- public const string DocumentationVersion = "5.6" ;
19-
2018 private static readonly string [ ] SkipFolders = { "Debug" , "Release" } ;
2119
2220 private static string GetProjectDir ( string projectName ) => Path . Combine ( Program . InputDirPath , projectName ) ;
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ static Program()
6161
6262 public static string BranchName { get ; }
6363
64- public static string DocVersion => "6.1 " ;
64+ public static string DocVersion => "5.6 " ;
6565
6666 static int Main ( string [ ] args )
6767 {
You can’t perform that action at this time.
0 commit comments