This is an automated email from the ASF dual-hosted git repository.
rclabo pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/lucenenet-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 97691d8 New website version built
97691d8 is described below
commit 97691d8fee660ab28f4f54dc959b1af91684fb88
Author: rclabo <[email protected]>
AuthorDate: Wed Mar 23 22:14:58 2022 +0000
New website version built
---
manifest.json | 2 +-
quick-start/learning-resources.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/manifest.json b/manifest.json
index fba2f45..9f1927e 100644
--- a/manifest.json
+++ b/manifest.json
@@ -424,7 +424,7 @@
"output": {
".html": {
"relative_path": "quick-start/learning-resources.html",
- "hash": "w4JWsekVHZ8QNlUpWBpmakhLor7Kxhhd8hS5nodrjHo="
+ "hash": "Ofp74P4HxMzckhPQ+HsZE38OKM1YWrEI4QBiQgQu0nE="
}
},
"is_incremental": false,
diff --git a/quick-start/learning-resources.html
b/quick-start/learning-resources.html
index 5cb400b..b7799fa 100644
--- a/quick-start/learning-resources.html
+++ b/quick-start/learning-resources.html
@@ -74,7 +74,7 @@
<article class="content wrap" id="_content"
data-uid="quick-start/learning-resources">
<h1 id="learning-resources">Learning Resources</h1>
-<p>--</p>
+<hr>
<h2 id="lucenenet-documentation">Lucene.NET Documentation</h2>
<p>Lucene.NET has fairly extensive documentation that can be found in the <a
class="xref" href="../docs.html">Lucene.NET Documentation</a> section of the
website. On that page you will find links to the documentation for various
release versions. Click on the documentation link for the version of interest
and you will see that it leads to a wealth of documentation. The project is
organized as a collection of sub-projects, each one corresponding ultimately to
a <a href="https://www.nug [...]
<p>Much of this documentation is compiled from the inline documentation
comments from the source code and it originated from the Java Lucene code base.
In addition to porting the Lucene code from Java to C# we are also working to
convert the docs from Java to C# examples as well. Some of this work is
completed and some of it remains.</p>