Skip to content

Commit e61e635

Browse files
committed
Add comprehensive Writerside documentation topics on security, SCP, and error handling, along with an updated table of contents and documentation build profiles.
1 parent f77bd02 commit e61e635

17 files changed

+3038
-35
lines changed

docs/Writerside/cfg/buildprofiles.xml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,25 @@
33
<buildprofiles xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/build-profiles.xsd"
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
55

6-
<variables></variables>
76
<build-profile instance="main">
87
<variables>
8+
<primary-color>iris</primary-color>
99
<noindex-content>false</noindex-content>
10+
11+
<custom-favicons>logo.png</custom-favicons>
12+
<header-logo>logo.png</header-logo>
13+
14+
<download-title>Library on NuGet</download-title>
15+
<download-page>https://www.nuget.org/packages/NullOpsDevs.LibSsh/</download-page>
16+
<showDownloadButton>true</showDownloadButton>
17+
18+
<content-max-width>1400</content-max-width>
1019
</variables>
20+
21+
<footer>
22+
<social type="github" href="https://github.com/NullOpsDevs/LibSshNet" />
23+
<copyright>NullOpsDevs, 0x25CBFC4F</copyright>
24+
</footer>
1125
</build-profile>
1226

1327
</buildprofiles>

docs/Writerside/images/logo.png

12.7 KB
Loading

docs/Writerside/main.tree

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@
77
start-page="quickstart.md">
88

99
<toc-element topic="quickstart.md"/>
10-
<toc-element toc-title="Digging deeper"/>
11-
<toc-element topic="authentication.md"/>
10+
<toc-element toc-title="Core Concepts">
11+
<toc-element topic="session-lifecycle.md"/>
12+
<toc-element topic="authentication.md"/>
13+
<toc-element topic="host-key-retrieval-and-verification.md"/>
14+
<toc-element topic="error-handling.md"/>
15+
</toc-element>
16+
<toc-element toc-title="Operations">
17+
<toc-element topic="command-execution.md"/>
18+
<toc-element topic="scp.md"/>
19+
</toc-element>
20+
<toc-element toc-title="Configuration">
21+
<toc-element topic="session-timeouts.md"/>
22+
<toc-element topic="keeping-connection-alive.md"/>
23+
<toc-element topic="algorithm-preferences.md"/>
24+
<toc-element topic="advanced-terminal-control.md"/>
25+
</toc-element>
1226
</instance-profile>

docs/Writerside/redirection-rules.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,4 @@
66
<accepts>page.html</accepts>
77
</rule>
88
-->
9-
<rule id="6ddf104">
10-
<description>Created after removal of "About main" from LibSshNet</description>
11-
<accepts>starter-topic.html</accepts>
12-
</rule>
139
</rules>

0 commit comments

Comments
 (0)