Browse Source
Merge pull request #15453 from abpframework/auto-merge/rel-7-0/1667
Merge branch dev with rel-7.0
pull/15471/head
Engincan VESKE
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
docs/en/Modules/Docs.md
|
|
|
@ -519,7 +519,7 @@ Now you can use **Scriban** syntax to create sections in your document. |
|
|
|
|
|
|
|
For example: |
|
|
|
|
|
|
|
```txt |
|
|
|
```` |
|
|
|
{{ if UI == "NG" }} |
|
|
|
|
|
|
|
* `-u` argument specifies the UI framework, `angular` in this case. |
|
|
|
@ -538,7 +538,7 @@ For example: |
|
|
|
|
|
|
|
{{ end }} |
|
|
|
|
|
|
|
``` |
|
|
|
```` |
|
|
|
|
|
|
|
You can also use variables in a text, adding **_Value** postfix to its key: |
|
|
|
|
|
|
|
|