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 f5792a0d828141f744ba83a631a45355e4175125 Author: Shad Storhaug <[email protected]> AuthorDate: Sat Oct 30 17:29:30 2021 +0700 docs: Updated version-specific files to 4.8.0-beta00015 --- src/dotnet/tools/lucene-cli/docs/index.md | 4 +--- websites/apidocs/docfx.global.json | 24 ++++++++++++------------ websites/apidocs/docfx.global.subsite.json | 3 ++- websites/apidocs/toc.yml | 3 ++- websites/apidocs/toc/toc.yml | 8 ++++---- 5 files changed, 21 insertions(+), 21 deletions(-) diff --git a/src/dotnet/tools/lucene-cli/docs/index.md b/src/dotnet/tools/lucene-cli/docs/index.md index 55aedf9..5058b17 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: ```console -dotnet tool install lucene-cli -g --version 4.8.0-beta00014 +dotnet tool install lucene-cli -g --version 4.8.0-beta00015 ``` > [!NOTE] @@ -36,5 +36,3 @@ CLI command structure consists of the driver ("lucene"), the command, and possib lucene index check C:\my-index --verbose lucene index fix C:\my-index ``` - - diff --git a/websites/apidocs/docfx.global.json b/websites/apidocs/docfx.global.json index d042649..8e0f4fc 100644 --- a/websites/apidocs/docfx.global.json +++ b/websites/apidocs/docfx.global.json @@ -1,14 +1,14 @@ { - "_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 © 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-beta00014", - "apiSpecFolder": "websites/apidocs/apiSpec" - }, - "_gitSource": "https://github.com/apache/lucenenet.git" + "_appTitle": "Apache Lucene.NET 4.8.0-beta00015 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-beta00015", + "apiSpecFolder": "websites/apidocs/apiSpec" + }, + "_gitSource": "https://github.com/apache/lucenenet.git" } diff --git a/websites/apidocs/docfx.global.subsite.json b/websites/apidocs/docfx.global.subsite.json index 2dc7cc3..b5a4166 100644 --- a/websites/apidocs/docfx.global.subsite.json +++ b/websites/apidocs/docfx.global.subsite.json @@ -1,4 +1,5 @@ { "_rel": "https://lucenenet.apache.org/docs/4.8.0-beta00009/", - "_api": "https://lucenenet.apache.org/docs/4.8.0-beta00014/" + "_api": "https://lucenenet.apache.org/docs/4.8.0-beta00015/" } + diff --git a/websites/apidocs/toc.yml b/websites/apidocs/toc.yml index 7a6636e..72dbfa1 100644 --- a/websites/apidocs/toc.yml +++ b/websites/apidocs/toc.yml @@ -1,8 +1,9 @@ - name: Lucene.Net API - topicHref: https://lucenenet.apache.org/docs/4.8.0-beta00014/ + topicHref: https://lucenenet.apache.org/docs/4.8.0-beta00015/ - 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/ + diff --git a/websites/apidocs/toc/toc.yml b/websites/apidocs/toc/toc.yml index 09a9776..eab677c 100644 --- a/websites/apidocs/toc/toc.yml +++ b/websites/apidocs/toc/toc.yml @@ -1,6 +1,6 @@ -- name: Lucene.Net API - topicHref: https://lucenenet.apache.org/docs/4.8.0-beta00014 +- name: Lucene.Net API + topicHref: https://lucenenet.apache.org/docs/4.8.0-beta00015 - name: Lucene.Net CLI - topicHref: https://lucenenet.apache.org/docs/4.8.0-beta00014/cli/index.html + topicHref: https://lucenenet.apache.org/docs/4.8.0-beta00015/cli/index.html - name: Lucene.Net Website - topicHref: https://lucenenet.apache.org/ \ No newline at end of file + topicHref: https://lucenenet.apache.org/
