Browse Source

Fix docs template rendering problems

pull/17911/head
Engincan VESKE 3 years ago
parent
commit
bfd09fcece
  1. 2
      docs/en/Getting-Started-Running-Solution-Single-Layer.md
  2. 4
      docs/en/Getting-Started-Running-Solution.md
  3. 2
      docs/en/Tutorials/Part-1.md
  4. 2
      docs/en/Tutorials/Todo/Index.md
  5. 2
      docs/en/Tutorials/Todo/Single-Layer/Index.md

2
docs/en/Getting-Started-Running-Solution-Single-Layer.md

@ -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

4
docs/en/Getting-Started-Running-Solution.md

@ -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.

2
docs/en/Tutorials/Part-1.md

@ -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

2
docs/en/Tutorials/Todo/Index.md

@ -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

2
docs/en/Tutorials/Todo/Single-Layer/Index.md

@ -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