Browse Source
Merge pull request #23836 from abpframework/auto-merge/rel-9-3/3999
Merge branch rel-10.0 with rel-9.3
pull/23837/head
Ma Liming
4 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
docs/en/modules/docs.md
|
|
|
@ -502,7 +502,7 @@ Now you can use **Scriban** syntax to create sections in your document. |
|
|
|
|
|
|
|
For example: |
|
|
|
|
|
|
|
````text |
|
|
|
```txt |
|
|
|
{{ if UI == "NG" }} |
|
|
|
|
|
|
|
* `-u` argument specifies the UI framework, `angular` in this case. |
|
|
|
@ -521,7 +521,7 @@ For example: |
|
|
|
|
|
|
|
{{ end }} |
|
|
|
|
|
|
|
```` |
|
|
|
``` |
|
|
|
|
|
|
|
You can also use variables in a text, adding **_Value** postfix to its key: |
|
|
|
|
|
|
|
|