Skip to content

Commit 665eacb

Browse files
Fix Also see tables in documentation.
1 parent 0f04a77 commit 665eacb

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

documentation/Configuration.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ The `topicRoot` is the part of the topic tree the service will be mapped to.
3333
The `security` describes how to the HTTP client will authenticate with the service.
3434
The `endpoints` are the endpoints to poll.
3535

36-
##### Also see
37-
36+
| Also see |
37+
| --- |
3838
| [Services](documentation/Services.md) |
3939

4040
#### Endpoint
@@ -45,8 +45,8 @@ The `url` indicates the URL of the service to poll.
4545
The `topic` indicates the topic that should be updated with the result of the poll, this topic is relative to the
4646
`topicRoot` of the service.
4747

48-
##### Also see
49-
48+
| Also see |
49+
| --- |
5050
| [Endpoints](documentation/Endpoints.md) |
5151

5252
#### Security
@@ -79,6 +79,6 @@ Once the model has been loaded it is converted to the latest implementation of t
7979
Adding default values or inferring values from the previous model.
8080
The filesystem persistence will write back changes to the model after the conversion process.
8181

82-
## Also see
83-
82+
| Also see |
83+
| --- |
8484
| [README](../README.md) |

documentation/Endpoints.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ When an endpoint is initialised the client performs a chain of actions.
1212

1313
If any stage fails the subsequent stages will not be attempted.
1414

15-
## Also see
16-
15+
| Also see |
16+
| --- |
1717
| [Services](Services.md) |
1818
| [ServiceSessions](ServiceSessions.md) |
1919
| [README](../README.md) |

documentation/Overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ On reconfiguration new components are first created and started.
2727
Once the new components are in place the old components are stopped and removed.
2828
The new components may be in standby until the old components are stopped.
2929

30-
## Also see
31-
30+
| Also see |
31+
| --- |
3232
| [README](../README.md) |

documentation/ServiceSessions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ an update to Diffusion.
2323

2424
Stopping a `ServiceSession` cancels the tasks used to trigger a poll of all endpoints that have been added.
2525

26-
## Also see
27-
26+
| Also see |
27+
| --- |
2828
| [Services](Services.md) |
2929
| [Endpoints](Endpoints.md) |
3030
| [ServiceSessions](ServiceSessions.md) |

documentation/Services.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ If an `Endpoint` is initialised it will be added to the `ServiceSession`.
2424

2525
When the `EventedUpdateSource` of a service enters stand by it waits to be made active.
2626

27-
## Also see
28-
27+
| Also see |
28+
| --- |
2929
| [Endpoints](Endpoints.md) |
3030
| [ServiceSessions](ServiceSessions.md) |
3131
| [README](../README.md) |

0 commit comments

Comments
 (0)