diff --git a/websites/apidocs/docfx.global.json b/websites/apidocs/docfx.global.json index d27732fdab..1c28c0fca6 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 Apache License, Version 2.0
Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
All other marks mentioned may be trademarks or registered trademarks of their respective owners.
", "_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" + } }