This is an automated email from the ASF dual-hosted git repository.
nightowl888 pushed a change to branch docs/4.8.0-beta00016
in repository https://gitbox.apache.org/repos/asf/lucenenet.git.
from 243976c website: Added link for 4.8.0-beta00016 API docs
add e0c9eae website: Updated Lucene.Net.Codecs namespace documentation to
demonstrate the registration using the Initialize() method rather than
TestFrameworkSetUp() method.
add e0c394b docs: Lucene_Net_Codecs.md: Updated version in example to
4.8.0-beta00016
add 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).
add 11c10bd Docs: Updated View Source link to use current version tag
rather than master branch
add e75b86e BUG: Lucene.Net.Search.package.md: Corrected link to
TooManyClausesException
No new revisions were added by this update.
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/apiSpec/core/Lucene_Net_Codecs.md | 24 ++++--
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 +-
21 files changed, 491 insertions(+), 194 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%)