Browse Source
Merge pull request #15452 from abpframework/EngincanV-patch-2
Update Docs.md
pull/15453/head
Salih
3 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: |
|
|
|
|
|
|
|
|