Skip to content

Commit

Permalink
docfx.global.json, docs.ps1: Removed _gitContribute section
Browse files Browse the repository at this point in the history
  • Loading branch information
NightOwl888 committed Oct 29, 2024
1 parent d01b463 commit 8c015e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions websites/apidocs/docfx.global.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,5 @@
"_appLogoPath": "logo/lucene-net-color.png",
"_appFooter": "Copyright &copy; 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/"
}
2 changes: 1 addition & 1 deletion websites/apidocs/docs.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ $DocFxJsonContent = Get-Content $DocFxGlobalJson | ConvertFrom-Json
$DocFxJsonContent._appFooter = "Copyright &copy; $((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
Expand Down

0 comments on commit 8c015e0

Please sign in to comment.