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 0976f4ed0087975557c39661bac9f91ae27ca927 Author: Shad Storhaug <[email protected]> AuthorDate: Wed Oct 30 00:45:53 2024 +0700 websites/apidocs/docfx.global.json: Restored _gitContribute section --- websites/apidocs/docfx.global.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/websites/apidocs/docfx.global.json b/websites/apidocs/docfx.global.json index d27732fda..1c28c0fca 100644 --- a/websites/apidocs/docfx.global.json +++ b/websites/apidocs/docfx.global.json @@ -1,4 +1,4 @@ -{ +{ "_appTitle": "Apache Lucene.NET 4.8.0-ci Documentation", "_disableContribution": false, "_appFaviconPath": "logo/favicon.ico", @@ -6,5 +6,10 @@ "_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/" + "_luceneNetRel": "http://localhost:8080/", + "_gitContribute": { + "repo": "https://github.com/apache/lucenenet", + "branch": "docs/4.8.0-ci", + "apiSpecFolder": "websites/apidocs/apiSpec" + } }
