This is an automated email from the ASF dual-hosted git repository.
shazwazza pushed a commit to branch docs-poc
in repository https://gitbox.apache.org/repos/asf/lucenenet.git
The following commit(s) were added to refs/heads/docs-poc by this push:
new 54e116d fixes up casing for some projects and links on main document
54e116d is described below
commit 54e116d06f49134295287722afee6ddbf2341204
Author: Shannon <[email protected]>
AuthorDate: Tue Jun 30 14:41:17 2020 +1000
fixes up casing for some projects and links on main document
---
websites/apidocs/docfx.demo.json | 2 +-
websites/apidocs/docfx.facet.json | 2 +-
websites/apidocs/docfx.grouping.json | 2 +-
websites/apidocs/docfx.highlighter.json | 2 +-
websites/apidocs/docfx.site.json | 1 +
websites/apidocs/docfx.suggest.json | 2 +-
websites/apidocs/index.md | 6 +++---
websites/apidocs/toc/toc.yml | 6 +++++-
8 files changed, 14 insertions(+), 9 deletions(-)
diff --git a/websites/apidocs/docfx.demo.json b/websites/apidocs/docfx.demo.json
index f27b974..9387b01 100644
--- a/websites/apidocs/docfx.demo.json
+++ b/websites/apidocs/docfx.demo.json
@@ -13,7 +13,7 @@
"src": "../../src"
}
],
- "dest": "obj/docfx/api/Demo",
+ "dest": "obj/docfx/api/demo",
"properties": {
"TargetFramework": "netstandard2.0"
}
diff --git a/websites/apidocs/docfx.facet.json
b/websites/apidocs/docfx.facet.json
index c1f99d9..401c952 100644
--- a/websites/apidocs/docfx.facet.json
+++ b/websites/apidocs/docfx.facet.json
@@ -13,7 +13,7 @@
"src": "../../src"
}
],
- "dest": "obj/docfx/api/Facet",
+ "dest": "obj/docfx/api/facet",
"properties": {
"TargetFramework": "netstandard2.0"
}
diff --git a/websites/apidocs/docfx.grouping.json
b/websites/apidocs/docfx.grouping.json
index 97e2586..9c7fa00 100644
--- a/websites/apidocs/docfx.grouping.json
+++ b/websites/apidocs/docfx.grouping.json
@@ -13,7 +13,7 @@
"src": "../../src"
}
],
- "dest": "obj/docfx/api/Grouping",
+ "dest": "obj/docfx/api/grouping",
"properties": {
"TargetFramework": "netstandard2.0"
}
diff --git a/websites/apidocs/docfx.highlighter.json
b/websites/apidocs/docfx.highlighter.json
index 31e3381..a191153 100644
--- a/websites/apidocs/docfx.highlighter.json
+++ b/websites/apidocs/docfx.highlighter.json
@@ -13,7 +13,7 @@
"src": "../../src"
}
],
- "dest": "obj/docfx/api/Highlighter",
+ "dest": "obj/docfx/api/highlighter",
"properties": {
"TargetFramework": "netstandard2.0"
}
diff --git a/websites/apidocs/docfx.site.json b/websites/apidocs/docfx.site.json
index a7a2482..384446c 100644
--- a/websites/apidocs/docfx.site.json
+++ b/websites/apidocs/docfx.site.json
@@ -39,6 +39,7 @@
"_site/api/benchmark/xrefmap.yml",
"_site/api/classification/xrefmap.yml",
"_site/api/codecs/xrefmap.yml",
+ "_site/api/expressions/xrefmap.yml",
"_site/api/facet/xrefmap.yml",
"_site/api/grouping/xrefmap.yml",
"_site/api/highlighter/xrefmap.yml",
diff --git a/websites/apidocs/docfx.suggest.json
b/websites/apidocs/docfx.suggest.json
index aa6d396..036cf76 100644
--- a/websites/apidocs/docfx.suggest.json
+++ b/websites/apidocs/docfx.suggest.json
@@ -13,7 +13,7 @@
"src": "../../src"
}
],
- "dest": "obj/docfx/api/Suggest",
+ "dest": "obj/docfx/api/suggest",
"properties": {
"TargetFramework": "netstandard2.0"
}
diff --git a/websites/apidocs/index.md b/websites/apidocs/index.md
index 2426869..32730be 100644
--- a/websites/apidocs/index.md
+++ b/websites/apidocs/index.md
@@ -50,8 +50,8 @@ on some of the conceptual or inner details of Lucene:
* [Lucene.Net.Benchmark](xref:Lucene.Net.Benchmarks) - System for benchmarking
Lucene
* <xref:Lucene.Net.Classification> - Classification module for Lucene
* <xref:Lucene.Net.Codecs> - Lucene codecs and postings formats
-* <xref:Lucene.Net.Expressions> - Dynamically computed values to
sort/facet/search on based on a pluggable grammar
-* <xref:Lucene.Net.Facet> - Faceted indexing and search capabilities
+* [Lucene.Net.Expressions](xref:Lucene.Net.Expressions) - Dynamically computed
values to sort/facet/search on based on a pluggable grammar
+* [Lucene.Net.Facet](xref:Lucene.Net.Facet) - Faceted indexing and search
capabilities
* <xref:Lucene.Net.Grouping> - Collectors for grouping search results
* <xref:Lucene.Net.Search.Highlight> - Highlights search keywords in results
* <xref:Lucene.Net.Analysis.Icu> - Specialized ICU (International Components
for Unicode) Analyzers and Highlighters
@@ -62,7 +62,7 @@ on some of the conceptual or inner details of Lucene:
* <xref:Lucene.Net.QueryParser> - Text to Query parsers and parsing framework
* <xref:Lucene.Net.Replicator> Files replication utility
* <xref:Lucene.Net.Sandbox> - Various third party contributions and new ideas
-* <xref:Lucene.Net.Spatial> - Geospatial search
+* [Lucene.Net.Spatial](xref:Lucene.Net.Spatial) - Geospatial search
* <xref:Lucene.Net.Suggest> - Auto-suggest and Spell-checking support
* <xref:Lucene.Net.TestFramework> - Framework for testing Lucene-based
applications
diff --git a/websites/apidocs/toc/toc.yml b/websites/apidocs/toc/toc.yml
index cc7c562..7d9e324 100644
--- a/websites/apidocs/toc/toc.yml
+++ b/websites/apidocs/toc/toc.yml
@@ -1,2 +1,6 @@
- name: Lucene.Net API
- topicHref: /
\ No newline at end of file
+ topicHref: /
+- name: Lucene.Net CLI
+ href: /cli/index.html
+- name: Lucene.Net Website
+ href: https://lucenenet.apache.org/
\ No newline at end of file