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/29 04:33:33 UTC

[lucenenet] branch docs-poc updated: adds queries/queryparser

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 c39dcd7  adds queries/queryparser
c39dcd7 is described below

commit c39dcd725dd9a8fec5c8a4a3b849b01591acd944
Author: Shannon <sd...@gmail.com>
AuthorDate: Mon Jun 29 14:33:22 2020 +1000

    adds queries/queryparser
---
 websites/apidocs/docfx.queries.json      | 76 +++++++++++++++++++++++++++++
 websites/apidocs/docfx.queryparser.json  | 82 ++++++++++++++++++++++++++++++++
 websites/apidocs/docfx.site.json         |  2 +
 websites/apidocs/docs.ps1                |  2 +
 websites/apidocs/toc/queries/toc.yml     |  3 ++
 websites/apidocs/toc/queryparser/toc.yml |  3 ++
 6 files changed, 168 insertions(+)

diff --git a/websites/apidocs/docfx.queries.json b/websites/apidocs/docfx.queries.json
new file mode 100644
index 0000000..4566e4f
--- /dev/null
+++ b/websites/apidocs/docfx.queries.json
@@ -0,0 +1,76 @@
+{
+  "metadata": [
+    {
+      "src": [
+        {
+          "files": [
+            "Lucene.Net.Queries/Lucene.Net.Queries.csproj"
+          ],
+          "exclude": [
+            "**/obj/**",
+            "**/bin/**"
+          ],
+          "src": "../../src"
+        }
+      ],
+      "dest": "obj/docfx/api/queries",
+      "properties": {
+        "TargetFramework": "netstandard2.0"
+      }
+    }
+  ],
+  "build": {
+    "content": [       
+      {
+        "files": [
+          "**.yml",
+          "**.md"
+        ],
+        "src": "obj/docfx/api/queries"
+      },   
+      {
+        "files": [
+          "toc.yml",
+          "queries/toc.yml"
+        ],
+        "src": "toc"
+      }
+    ],    
+    "overwrite": [   
+      {
+        "files": [
+          "**/package.md",
+          "**/overview.md"
+        ],
+        "src": "../../src/Lucene.Net.Queries",
+        "exclude": [
+          "overview.md"
+        ]
+      },     
+      {
+        "files": [
+          "apiSpec/queries/**/*.md"
+        ]
+      }
+    ],
+    "xref": [
+      "_site/api/core/xrefmap.yml"
+    ],
+    "dest": "_site/api/queries",
+    "globalMetadataFiles": [
+      "docfx.global.json",
+      "docfx.global.subsite.json"
+    ],
+    "template": [
+      "Templates/DefaultTemplateNoAssets",
+      "Templates/LuceneTemplate",
+      "Templates/LuceneApiDocs"
+    ],
+    "postProcessors": [],
+    "markdownEngineName": "dfm",
+    "noLangKeyword": false,
+    "keepFileLink": false,
+    "cleanupCacheHistory": false,
+    "disableGitFeatures": false
+  }
+}
\ No newline at end of file
diff --git a/websites/apidocs/docfx.queryparser.json b/websites/apidocs/docfx.queryparser.json
new file mode 100644
index 0000000..7609662
--- /dev/null
+++ b/websites/apidocs/docfx.queryparser.json
@@ -0,0 +1,82 @@
+{
+  "metadata": [
+    {
+      "src": [
+        {
+          "files": [
+            "Lucene.Net.QueryParser/Lucene.Net.QueryParser.csproj"
+          ],
+          "exclude": [
+            "**/obj/**",
+            "**/bin/**"
+          ],
+          "src": "../../src"
+        }
+      ],
+      "dest": "obj/docfx/api/queryparser",
+      "properties": {
+        "TargetFramework": "netstandard2.0"
+      }
+    }
+  ],
+  "build": {
+    "content": [  
+      {
+        "files": [
+          "overview.md"
+        ],
+        "src": "../../src/Lucene.Net.QueryParser"
+      },          
+      {
+        "files": [
+          "**.yml",
+          "**.md"
+        ],
+        "src": "obj/docfx/api/queryparser"
+      },   
+      {
+        "files": [
+          "toc.yml",
+          "queryparser/toc.yml"
+        ],
+        "src": "toc"
+      }
+    ],    
+    "overwrite": [   
+      {
+        "files": [
+          "**/package.md",
+          "**/overview.md"
+        ],
+        "src": "../../src/Lucene.Net.QueryParser",
+        "exclude": [
+          "overview.md"
+        ]
+      },     
+      {
+        "files": [
+          "apiSpec/queryparser/**/*.md"
+        ]
+      }
+    ],
+    "xref": [
+      "_site/api/core/xrefmap.yml"
+    ],
+    "dest": "_site/api/queryparser",
+    "globalMetadataFiles": [
+      "docfx.global.json",
+      "docfx.global.subsite.json"
+    ],
+    "template": [
+      "Templates/DefaultTemplateNoAssets",
+      "Templates/LuceneTemplate",
+      "Templates/LuceneApiDocs"
+    ],
+    "postProcessors": [],
+    "markdownEngineName": "dfm",
+    "noLangKeyword": false,
+    "keepFileLink": false,
+    "cleanupCacheHistory": false,
+    "disableGitFeatures": false
+  }
+}
\ No newline at end of file
diff --git a/websites/apidocs/docfx.site.json b/websites/apidocs/docfx.site.json
index 716ebb7..7145e11 100644
--- a/websites/apidocs/docfx.site.json
+++ b/websites/apidocs/docfx.site.json
@@ -38,6 +38,8 @@
       "_site/api/join/xrefmap.yml",      
       "_site/api/memory/xrefmap.yml",
       "_site/api/misc/xrefmap.yml",
+      "_site/api/queries/xrefmap.yml",
+      "_site/api/queryparser/xrefmap.yml",
       "_site/api/test-framework/xrefmap.yml"      
     ],
     "dest": "_site",
diff --git a/websites/apidocs/docs.ps1 b/websites/apidocs/docs.ps1
index 32b2d23..1856f5f 100644
--- a/websites/apidocs/docs.ps1
+++ b/websites/apidocs/docs.ps1
@@ -138,6 +138,8 @@ $DocFxJsonMeta = @(
     "docfx.join.json",
     "docfx.memory.json",
     "docfx.misc.json",
+    "docfx.queries.json",
+    "docfx.queryparser.json",
     "docfx.test-framework.json"    
 )
 $DocFxJsonSite = Join-Path -Path $ApiDocsFolder "docfx.site.json"
diff --git a/websites/apidocs/toc/queries/toc.yml b/websites/apidocs/toc/queries/toc.yml
new file mode 100644
index 0000000..29c3554
--- /dev/null
+++ b/websites/apidocs/toc/queries/toc.yml
@@ -0,0 +1,3 @@
+- name: Queries
+  href: ../../obj/docfx/api/queries/toc.yml
+  topicUid: Lucene.Net.Queries
\ No newline at end of file
diff --git a/websites/apidocs/toc/queryparser/toc.yml b/websites/apidocs/toc/queryparser/toc.yml
new file mode 100644
index 0000000..4413dd9
--- /dev/null
+++ b/websites/apidocs/toc/queryparser/toc.yml
@@ -0,0 +1,3 @@
+- name: Query Parser
+  href: ../../obj/docfx/api/queryparser/toc.yml
+  topicUid: Lucene.Net.QueryParser
\ No newline at end of file