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 8c015e06216afa9dc81c10e03aebd6f06607d9b0 Author: Shad Storhaug <[email protected]> AuthorDate: Wed Oct 30 02:20:36 2024 +0700 docfx.global.json, docs.ps1: Removed _gitContribute section --- websites/apidocs/docfx.global.json | 7 +------ websites/apidocs/docs.ps1 | 2 +- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/websites/apidocs/docfx.global.json b/websites/apidocs/docfx.global.json index 515c27303..534ebd340 100644 --- a/websites/apidocs/docfx.global.json +++ b/websites/apidocs/docfx.global.json @@ -6,10 +6,5 @@ "_appLogoPath": "logo/lucene-net-color.png", "_appFooter": "Copyright © 2024 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>", "_gitSource": "https://github.com/apache/lucenenet.git", - "_luceneNetRel": "http://localhost:8080/", - "_gitContribute": { - "repo": "https://github.com/apache/lucenenet", - "branch": "docs/4.8.0-ci", - "apiSpecFolder": "websites/apidocs/apiSpec" - } + "_luceneNetRel": "http://localhost:8080/" } diff --git a/websites/apidocs/docs.ps1 b/websites/apidocs/docs.ps1 index 7e7492266..7c3fecd18 100644 --- a/websites/apidocs/docs.ps1 +++ b/websites/apidocs/docs.ps1 @@ -107,7 +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._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
