From 67a58aa0bf8e9132c0d6997322cfa397da049bfe Mon Sep 17 00:00:00 2001 From: liiir1985 Date: Fri, 7 Oct 2022 22:01:04 +0800 Subject: [PATCH] Updated Docs for v2.1.0 --- ReadMe.md | 2 +- docs/public/readme.html | 2 +- docs/public/v1/guide/FastQA.html | 5 +- docs/public/v1/guide/bind.html | 2 +- docs/public/v1/guide/contribution.html | 2 +- docs/public/v1/guide/cross-domain.html | 2 +- docs/public/v1/guide/delegate.html | 2 +- docs/public/v1/guide/il2cpp.html | 2 +- docs/public/v1/guide/index.html | 7 +-- docs/public/v1/guide/litjson.html | 2 +- .../v1/guide/performance-optimization.html | 2 +- docs/public/v1/guide/principle.html | 2 +- docs/public/v1/guide/redirection.html | 2 +- docs/public/v1/guide/reflection.html | 2 +- docs/public/v1/guide/register-vm.html | 2 +- docs/public/v1/guide/tutorial.html | 27 +++++++--- docs/public/v1/guide/version.html | 53 ++++++++++++++++++- docs/source/src/v1/guide/FastQA.md | 4 ++ docs/source/src/v1/guide/index.md | 5 +- docs/source/src/v1/guide/tutorial.md | 25 ++++++--- docs/source/src/v1/guide/version.md | 51 ++++++++++++++++++ docs/source/themes/catlib/layout/page.ejs | 2 +- 22 files changed, 168 insertions(+), 37 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index 0da1299f..e0c437c5 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -1,7 +1,7 @@ ILRuntime ========== [![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/Ourpalm/ILRuntime/blob/master/LICENSE.TXT) -[![release](https://img.shields.io/badge/release-v2.0.2-blue.svg)](https://github.com/Ourpalm/ILRuntime/releases) +[![release](https://img.shields.io/badge/release-v2.1.0-blue.svg)](https://github.com/Ourpalm/ILRuntime/releases) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-blue.svg)](https://github.com/Ourpalm/ILRuntime/pulls) ![example workflow](https://github.com/Ourpalm/ILRuntime/actions/workflows/dotnet.yml/badge.svg) diff --git a/docs/public/readme.html b/docs/public/readme.html index 4560abe2..7cc4b62b 100644 --- a/docs/public/readme.html +++ b/docs/public/readme.html @@ -21,7 +21,7 @@