Skip to content

Commit 9560992

Browse files
committed
Add anchor ID to "Using Both Together" section and update documentation build profiles to ignore VIS011 problems
1 parent 8931be6 commit 9560992

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/Writerside/cfg/buildprofiles.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
<showDownloadButton>true</showDownloadButton>
1717

1818
<content-max-width>1400</content-max-width>
19+
20+
<ignore-problems>VIS011</ignore-problems>
1921
</variables>
2022

2123
<footer>

docs/Writerside/topics/session-timeouts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ These are different mechanisms with different purposes:
194194
| **Error on failure** | `SshError.Timeout` exception | Connection drops |
195195
| **Configuration** | `SetSessionTimeout()` | `ConfigureKeepAlive()` + `SendKeepAlive()` |
196196

197-
## Using Both Together
197+
## Using Both Together {id="keepalive"}
198198

199199
For robust connection management, use both timeouts and keepalives:
200200

0 commit comments

Comments
 (0)