fix formatting
This commit is contained in:
parent
1fdc1fc456
commit
4eec426853
@ -18,7 +18,7 @@ The JX YAML specification is a simple way to describe system resources. The two
|
|||||||
|
|
||||||
## Configurations
|
## Configurations
|
||||||
|
|
||||||
`
|
```
|
||||||
configurations:
|
configurations:
|
||||||
- name: myhttpconfig
|
- name: myhttpconfig
|
||||||
values:
|
values:
|
||||||
@ -27,17 +27,17 @@ configurations:
|
|||||||
- name: myhttptoken
|
- name: myhttptoken
|
||||||
values:
|
values:
|
||||||
authorization_token: abcde123456789
|
authorization_token: abcde123456789
|
||||||
`
|
```
|
||||||
|
|
||||||
## Resources
|
## Resources
|
||||||
`
|
```
|
||||||
resources:
|
resources:
|
||||||
- type: http
|
- type: http
|
||||||
config: myhttptoken
|
config: myhttptoken
|
||||||
transition: read
|
transition: read
|
||||||
attributes:
|
attributes:
|
||||||
endpoint: https://myserver/v1/api
|
endpoint: https://myserver/v1/api
|
||||||
`
|
```
|
||||||
|
|
||||||
# Testing
|
# Testing
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user