Skip to content

Commit 01a71fc

Browse files
committed
Regenerate documentation
1 parent 4f65dba commit 01a71fc

25 files changed

+5261
-1814
lines changed

doc/modules/ROOT/nav.adoc

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,24 @@
11
* xref:index.adoc[Introduction]
22
* xref:quick-start.adoc[Quick Start]
3-
* I/O
4-
** xref:io/io_context.adoc[I/O Context]
5-
** xref:io/sockets.adoc[Sockets]
3+
* Tutorials
4+
** xref:tutorials/echo-server.adoc[Echo Server]
5+
** xref:tutorials/http-client.adoc[HTTP Client]
6+
** xref:tutorials/dns-lookup.adoc[DNS Lookup]
7+
* Guide
8+
** xref:guide/io-context.adoc[I/O Context]
9+
** xref:guide/sockets.adoc[Sockets]
10+
** xref:guide/endpoints.adoc[Endpoints]
11+
** xref:guide/composed-operations.adoc[Composed Operations]
12+
** xref:guide/timers.adoc[Timers]
13+
** xref:guide/signals.adoc[Signal Handling]
14+
** xref:guide/resolver.adoc[Name Resolution]
15+
** xref:guide/tls.adoc[TLS Encryption]
16+
** xref:guide/error-handling.adoc[Error Handling]
17+
** xref:guide/buffers.adoc[Buffer Sequences]
618
* Concepts
719
** xref:concepts/affine-awaitables.adoc[Affine Awaitables]
8-
** xref:concepts/buffers.adoc[Buffer Sequences]
920
* Reference
10-
** xref:reference/design-rationale.adoc[Design Rationale]
21+
** xref:reference/design-rationale.adoc[Design Rationale]
22+
** xref:reference/glossary.adoc[Glossary]
23+
* Testing
24+
** xref:testing/mocket.adoc[Mock Sockets]

0 commit comments

Comments
 (0)