This is an automated email from the ASF dual-hosted git repository.
nightowl888 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git.
from e0c394b docs: Lucene_Net_Codecs.md: Updated version in example to
4.8.0-beta00016
new 72e5544 docs: Updated docs.ps1 and plugins to update the Changes link
on the docs home page to point to the correct tag in the GitHub repository
(fixes #621).
new 11c10bd Docs: Updated View Source link to use current version tag
rather than master branch
new e75b86e BUG: Lucene.Net.Search.package.md: Corrected link to
TooManyClausesException
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/Lucene.Net/Search/package.md | 2 +-
.../EnvironmentVariableDfmTextInlineRule.cs | 49 +++++++++++
.../EnvironmentVariableInCodeBlockRule.cs | 47 +++++++++++
.../EnvironmentVariableInLinkInlineRule.cs | 98 ++++++++++++++++++++++
.../EnvironmentVariableInlineRule.cs | 51 ++++++-----
.../EnvironmentVariableRendererPart.cs | 73 ++++++++--------
.../LuceneDocsPlugins/EnvironmentVariableUtil.cs | 67 +++++++++++++++
.../LuceneDocsPlugins/LuceneDfmEngineCustomizer.cs | 65 +++++++++-----
src/docs/LuceneDocsPlugins/LuceneNoteBlockRule.cs | 37 ++++----
src/docs/LuceneDocsPlugins/LuceneNoteBlockToken.cs | 38 ++++-----
.../LuceneNoteTokenRendererPart.cs | 38 ++++-----
src/docs/LuceneDocsPlugins/RendererPartProvider.cs | 43 +++++-----
.../LuceneTemplate/ManagedReference.extension.js | 6 +-
.../common.js | 14 +++-
websites/apidocs/docfx.global.json | 9 +-
websites/apidocs/docfx.global.subsite.json | 5 +-
websites/apidocs/docs.ps1 | 5 ++
websites/apidocs/index.md | 2 +-
websites/apidocs/toc.yml | 6 +-
websites/apidocs/toc/toc.yml | 6 +-
20 files changed, 476 insertions(+), 185 deletions(-)
create mode 100644
src/docs/LuceneDocsPlugins/EnvironmentVariableDfmTextInlineRule.cs
create mode 100644
src/docs/LuceneDocsPlugins/EnvironmentVariableInCodeBlockRule.cs
create mode 100644
src/docs/LuceneDocsPlugins/EnvironmentVariableInLinkInlineRule.cs
create mode 100644 src/docs/LuceneDocsPlugins/EnvironmentVariableUtil.cs
copy websites/apidocs/Templates/{DefaultTemplateNoAssets =>
LuceneTemplate}/common.js (92%)