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 e9e3baa47d6277e4fc6f6e6b8e37097f22aefdaa Author: Shannon <[email protected]> AuthorDate: Thu Mar 28 15:26:46 2019 +1100 Changes the "Improve this doc" button to always point to the lucenenet github repo --- websites/site/docfx.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/websites/site/docfx.json b/websites/site/docfx.json index 4cc1832..d6002dd 100644 --- a/websites/site/docfx.json +++ b/websites/site/docfx.json @@ -35,7 +35,11 @@ "_appFaviconPath": "logo/favicon.ico", "_enableSearch": false, "_appLogoPath": "logo/lucene-net-color.png", - "_appFooter": "Copyright © 2019 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>" + "_appFooter": "Copyright © 2019 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": "master" + } }, "dest": "_site", "globalMetadataFiles": [],
