You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by sh...@apache.org on 2020/06/26 00:17:36 UTC

[lucenenet] branch docs-poc updated: Fixes up highlighter main doc

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 102ff94  Fixes up highlighter main doc
102ff94 is described below

commit 102ff946dabf383511c4793b36b4f2057beade83
Author: Shannon <sd...@gmail.com>
AuthorDate: Fri Jun 26 10:17:21 2020 +1000

    Fixes up highlighter main doc
---
 websites/apidocs/docfx.highlighter.json | 8 +++++++-
 websites/apidocs/docs.ps1               | 2 ++
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/websites/apidocs/docfx.highlighter.json b/websites/apidocs/docfx.highlighter.json
index d6e022e..31e3381 100644
--- a/websites/apidocs/docfx.highlighter.json
+++ b/websites/apidocs/docfx.highlighter.json
@@ -23,6 +23,12 @@
     "content": [        
       {
         "files": [
+          "overview.md"
+        ],
+        "src": "../../src/Lucene.Net.highlighter"
+      },
+      {
+        "files": [
           "**.yml",
           "**.md"
         ],
@@ -44,7 +50,7 @@
         ],
         "src": "../../src/Lucene.Net.Highlighter",
         "exclude": [
-          "package.md"
+          "overview.md"
         ]
       },        
       {
diff --git a/websites/apidocs/docs.ps1 b/websites/apidocs/docs.ps1
index bbd82b5..0bc4b3d 100644
--- a/websites/apidocs/docs.ps1
+++ b/websites/apidocs/docs.ps1
@@ -133,6 +133,8 @@ $DocFxJsonMeta = @(
     "docfx.expressions.json",
     "docfx.facet.json",
     "docfx.grouping.json",
+    "docfx.highlighter.json",
+    "docfx.icu.json",
     "docfx.test-framework.json"    
 )
 $DocFxJsonSite = Join-Path -Path $ApiDocsFolder "docfx.site.json"