This is an automated email from the ASF dual-hosted git repository. nightowl888 pushed a commit to branch docs/4.8.0-beta00014 in repository https://gitbox.apache.org/repos/asf/lucenenet.git
commit 0042f57b7292b313ec92dea41f407c0a1dd4bcdf Author: Shad Storhaug <[email protected]> AuthorDate: Mon Mar 29 00:35:40 2021 +0700 docs: Built for 4.8.0-beta00014 release --- src/dotnet/tools/lucene-cli/docs/index.md | 2 +- websites/apidocs/docfx.global.json | 24 ++++++++++++------------ websites/apidocs/toc.yml | 5 +++-- 3 files changed, 16 insertions(+), 15 deletions(-) diff --git a/src/dotnet/tools/lucene-cli/docs/index.md b/src/dotnet/tools/lucene-cli/docs/index.md index 06031d5..fad693d 100644 --- a/src/dotnet/tools/lucene-cli/docs/index.md +++ b/src/dotnet/tools/lucene-cli/docs/index.md @@ -11,7 +11,7 @@ The Lucene.NET command line interface (CLI) is a new cross-platform toolchain wi Perform a one-time install of the lucene-cli tool using the following dotnet CLI command: ``` -dotnet tool install lucene-cli -g --version 4.8.0-beta00013 +dotnet tool install lucene-cli -g --version 4.8.0-beta00014 ``` > NOTE: The version of the CLI you install should match the version of > Lucene.NET you use. diff --git a/websites/apidocs/docfx.global.json b/websites/apidocs/docfx.global.json index 1bb5afc..4b7c184 100644 --- a/websites/apidocs/docfx.global.json +++ b/websites/apidocs/docfx.global.json @@ -1,14 +1,14 @@ { - "_appTitle": "Apache Lucene.NET 4.8.0-beta00013 Documentation", - "_disableContribution": false, - "_appFaviconPath": "logo/favicon.ico", - "_enableSearch": true, - "_appLogoPath": "logo/lucene-net-color.png", - "_appFooter": "Copyright © 2021 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-beta00013", - "apiSpecFolder": "websites/apidocs/apiSpec" - }, - "_gitSource": "https://github.com/apache/lucenenet.git" + "_appTitle": "Apache Lucene.NET 4.8.0-beta00014 Documentation", + "_disableContribution": false, + "_appFaviconPath": "logo/favicon.ico", + "_enableSearch": true, + "_appLogoPath": "logo/lucene-net-color.png", + "_appFooter": "Copyright \u0026copy; 2021 The Apache Software Foundation, Licensed under the \u003ca href=\u0027http://www.apache.org/licenses/LICENSE-2.0\u0027 target=\u0027_blank\u0027\u003eApache License, Version 2.0\u003c/a\u003e\u003cbr/\u003e \u003csmall\u003eApache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation. \u003cbr/\u003eAll other marks mentioned may be trademarks or regist [...] + "_gitContribute": { + "repo": "https://github.com/apache/lucenenet", + "branch": "docs/4.8.0-beta00014", + "apiSpecFolder": "websites/apidocs/apiSpec" + }, + "_gitSource": "https://github.com/apache/lucenenet.git" } diff --git a/websites/apidocs/toc.yml b/websites/apidocs/toc.yml index f07b8f7..7a6636e 100644 --- a/websites/apidocs/toc.yml +++ b/websites/apidocs/toc.yml @@ -1,7 +1,8 @@ - name: Lucene.Net API - topicHref: https://lucenenet.apache.org/docs/4.8.0-beta00009/ + topicHref: https://lucenenet.apache.org/docs/4.8.0-beta00014/ - name: Lucene.Net CLI href: ../../src/dotnet/tools/lucene-cli/docs/ topicHref: ../../src/dotnet/tools/lucene-cli/docs/index.md - name: Lucene.Net Website - href: https://lucenenet.apache.org/ \ No newline at end of file + href: https://lucenenet.apache.org/ +
