This is an automated email from the ASF dual-hosted git repository. nightowl888 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/lucenenet.git
commit e992ebe3b8705ca944e4e0c71301709b5472fc6a Author: Shad Storhaug <[email protected]> AuthorDate: Thu Nov 19 16:46:54 2020 +0700 websites/apidocs: Updated footer to match main site --- websites/apidocs/docfx.global.json | 24 ++++++++++++------------ websites/apidocs/docfx.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/websites/apidocs/docfx.global.json b/websites/apidocs/docfx.global.json index 51fcec1..894ff4f 100644 --- a/websites/apidocs/docfx.global.json +++ b/websites/apidocs/docfx.global.json @@ -1,14 +1,14 @@ { - "_appTitle": "Apache Lucene.NET 4.8.0-beta00012 Documentation", - "_disableContribution": false, - "_appFaviconPath": "logo/favicon.ico", - "_enableSearch": true, - "_appLogoPath": "logo/lucene-net-color.png", - "_appFooter": "Copyright © 2020 Licensed to the Apache Software Foundation (ASF)", - "_gitContribute": { - "repo": "https://github.com/apache/lucenenet", - "branch": "docs/4.8.0-beta00012", - "apiSpecFolder": "websites/apidocs/apiSpec" - }, - "_gitSource": "https://github.com/apache/lucenenet.git" + "_appTitle": "Apache Lucene.NET 4.8.0-beta00012 Documentation", + "_disableContribution": false, + "_appFaviconPath": "logo/favicon.ico", + "_enableSearch": true, + "_appLogoPath": "logo/lucene-net-color.png", + "_appFooter": "Copyright © 2020 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>", + "_gitContribute": { + "repo": "https://github.com/apache/lucenenet", + "branch": "docs/4.8.0-beta00012", + "apiSpecFolder": "websites/apidocs/apiSpec" + }, + "_gitSource": "https://github.com/apache/lucenenet.git" } diff --git a/websites/apidocs/docfx.json b/websites/apidocs/docfx.json index 84d26ef..7b046e6 100644 --- a/websites/apidocs/docfx.json +++ b/websites/apidocs/docfx.json @@ -580,7 +580,7 @@ "_appFaviconPath": "logo/favicon.ico", "_enableSearch": true, "_appLogoPath": "logo/lucene-net-color.png", - "_appFooter": "Copyright © 2020 Licensed to the Apache Software Foundation (ASF)", + "_appFooter": "Copyright © 2020 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>", "_gitContribute": { "repo": "https://github.com/apache/lucenenet", "branch": "docs/4.8.0-beta00008",
