Merge pull request #17911 from abpframework/EngincanV/docsfix

Fix docs template rendering problems
pull/17913/head
selman koc 2 years ago committed by GitHub
commit f20686aa65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -66,7 +66,7 @@ abp install-libs
> We suggest you install [Yarn](https://classic.yarnpkg.com/) to prevent possible package inconsistencies, if you haven't installed it yet.
{{if UI=="Blazor" || UI="BlazorServer"}}
{{if UI=="Blazor" || UI=="BlazorServer"}}
### Bundling and Minification

@ -105,7 +105,7 @@ abp install-libs
> We suggest you install [Yarn](https://classic.yarnpkg.com/) to prevent possible package inconsistencies, if you haven't installed it yet.
{{if UI=="Blazor" || UI="BlazorServer"}}
{{if UI=="Blazor" || UI=="BlazorServer"}}
### Bundling and Minification
@ -125,6 +125,8 @@ abp bundle
{{ if UI == "MVC" || UI == "BlazorServer" }}
> **Note**: Before starting the application, run `abp install-libs` command in your Web directory to restore the client-side libraries. This will populate the `libs` folder.
{{ if Tiered == "Yes" }}
> Tiered solutions use **Redis** as the distributed cache. Ensure that it is installed and running in your local computer. If you are using a remote Redis Server, set the configuration in the `appsettings.json` files of the projects below.

@ -66,7 +66,7 @@ abp install-libs
> We suggest you install [Yarn](https://classic.yarnpkg.com/) to prevent possible package inconsistencies, if you haven't installed it yet.
{{if UI=="Blazor" || UI="BlazorServer"}}
{{if UI=="Blazor" || UI=="BlazorServer"}}
### Bundling and Minification

@ -113,7 +113,7 @@ abp install-libs
> We suggest you install [Yarn](https://classic.yarnpkg.com/) to prevent possible package inconsistencies, if you haven't installed it yet.
{{if UI=="Blazor" || UI="BlazorServer"}}
{{if UI=="Blazor" || UI=="BlazorServer"}}
#### Bundling and Minification

@ -117,7 +117,7 @@ abp install-libs
> We suggest you install [Yarn](https://classic.yarnpkg.com/) to prevent possible package inconsistencies, if you haven't installed it yet.
{{if UI=="Blazor" || UI="BlazorServer"}}
{{if UI=="Blazor" || UI=="BlazorServer"}}
#### Bundling and Minification

Loading…
Cancel
Save