Skip to content

Commit ab5ab84

Browse files
author
Simon Kowallik
committed
docs: fixes
1 parent c06c974 commit ab5ab84

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

docs/_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,4 @@ gh_edit_link_text: "Edit this page on GitHub"
8686
gh_edit_repository: "https://github.com/f5devcentral/f5-ps-ansible/"
8787
gh_edit_branch: "main"
8888
gh_edit_view_mode: "tree"
89+
gh_edit_source: docs

docs/f5os/api_walkthrough.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,9 @@ cat <<END_OF_REQUEST_DATA | PUT /data/openconfig-system:system/dns
120120
}
121121
}
122122
END_OF_REQUEST_DATA
123+
```
123124

125+
```shell
124126
204
125127
```
126128

@@ -169,7 +171,9 @@ cat <<END_OF_REQUEST_DATA | PUT /data/openconfig-system:system/dns/servers/serve
169171
]
170172
}
171173
END_OF_REQUEST_DATA
174+
```
172175

176+
```shell
173177
201
174178
```
175179

@@ -196,7 +200,9 @@ cat <<END_OF_REQUEST_DATA | PATCH /data/openconfig-system:system/dns
196200
}
197201
}
198202
END_OF_REQUEST_DATA
203+
```
199204

205+
```shell
200206
204
201207
```
202208

@@ -242,7 +248,9 @@ cat <<END_OF_REQUEST_DATA | PUT /data/openconfig-system:system/dns/servers
242248
}
243249
}
244250
END_OF_REQUEST_DATA
251+
```
245252

253+
```shell
246254
204
247255
```
248256

@@ -265,7 +273,9 @@ cat <<END_OF_REQUEST_DATA | PUT /data/openconfig-system:system/dns/servers
265273
}
266274
}
267275
END_OF_REQUEST_DATA
276+
```
268277

278+
```shell
269279
204
270280
```
271281

@@ -276,7 +286,9 @@ Removal of individual items is doable using the DELETE method, the URI is the sa
276286

277287
```shell
278288
DELETE /data/openconfig-system:system/dns/servers/server=8.8.8.8
289+
```
279290

291+
```shell
280292
204
281293
```
282294

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This is documentation site for ansible modules contributed to the F5 DevCentral
1313

1414
Currently this repository contains ansible modules for:
1515

16-
- [f5os](./f5_ps_ansible.f5os/)
16+
- [f5os](./f5os/)
1717

1818
## Support, SLA and License
1919

0 commit comments

Comments
 (0)