This is an automated email from the ASF dual-hosted git repository. nightowl888 pushed a commit to branch docs/4.8.0-beta00017 in repository https://gitbox.apache.org/repos/asf/lucenenet.git
commit f2a4d1b83023c2d1383d2716375b7f6c1a3ff00e Author: Shad Storhaug <[email protected]> AuthorDate: Wed Oct 30 00:26:01 2024 +0700 websites/apidocs/docs.ps1: Restored script to update _gitContribute.branch --- websites/apidocs/docs.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/websites/apidocs/docs.ps1 b/websites/apidocs/docs.ps1 index 9a3d09436..7e7492266 100644 --- a/websites/apidocs/docs.ps1 +++ b/websites/apidocs/docs.ps1 @@ -107,6 +107,7 @@ $DocFxJsonContent = Get-Content $DocFxGlobalJson | ConvertFrom-Json $DocFxJsonContent._appFooter = "Copyright © $((Get-Date).Year) The Apache Software Foundation, Licensed under the <a href='http://www.apache.org/licenses/LICENSE-2.0' target='_blank'>Apache License, Version 2.0</a><br/> <small>Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation. <br/>All other marks mentioned may be trademarks or registered trademarks of their respective owners.</small>" $DocFxJsonContent._appTitle = "Apache Lucene.NET $LuceneNetVersion Documentation" $DocFxJsonContent._luceneNetRel = $BaseUrl + "/" +$DocFxJsonContent._gitContribute.branch = "docs/$LuceneNetVersion" $DocFxJsonContent | ConvertTo-Json -depth 100 | Set-Content $DocFxGlobalJson # NOTE: The order of these depends on if one of the projects requries the xref map of another, normally all require the core xref map
