Drop Topics section (#171)

Motivation:

We try to support building our docs on Linux too, but that means we
can't explicitly reference any symbols from `index.md`.

Modifications:

Enable CI-ing docs.

Result:

Docs will render on Linux too.
This commit is contained in:
Cory Benfield 2023-04-13 09:59:34 +01:00 committed by GitHub
parent 59b966415d
commit cf8315c87d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 35 deletions

View File

@ -69,38 +69,3 @@ SwiftNIO Extras | Minimum Swift Version
The legacy `swift-nio-transport-services` 0.x is part of the SwiftNIO 1 family of repositories and works with Swift 4.1 and newer. The source code can be found on the [`swift-nio-transport-services-swift-4-maintenance`](https://github.com/apple/swift-nio-transport-services/tree/swift-nio-transport-services-swift-4-maintenance) branch. The legacy `swift-nio-transport-services` 0.x is part of the SwiftNIO 1 family of repositories and works with Swift 4.1 and newer. The source code can be found on the [`swift-nio-transport-services-swift-4-maintenance`](https://github.com/apple/swift-nio-transport-services/tree/swift-nio-transport-services-swift-4-maintenance) branch.
## Topics
### Event Loops and Groups
- ``NIOTSEventLoopGroup``
- ``QoSEventLoop``
### Client Connections
- ``NIOTSConnectionBootstrap``
- ``NIOTSClientTLSProvider``
### Server Connections
- ``NIOTSListenerBootstrap``
### Configuring Channels
- ``NIOTSChannelOptions``
- ``NIOTSEnablePeerToPeerOption``
- ``NIOTSWaitForActivityOption``
### Managing Channels
- ``NIOTSNetworkEvents``
- ``NIOTSNetworkEvent``
### Errors
- ``NIOTSErrors``
- ``NIOTSError``
### Channel Handlers
- ``NIOFilterEmptyWritesHandler``