diff --git a/docs/book/src/SUMMARY.md b/docs/book/src/SUMMARY.md index 596f7ac64..5e8db456d 100644 --- a/docs/book/src/SUMMARY.md +++ b/docs/book/src/SUMMARY.md @@ -1,4 +1,5 @@ # Summary -- [Quinn introduction](quinn.md) +- [QUINN Introduction](quinn.md) + - [Overview](quinn/introduction.md) - [The QUIC protocol](quic.md) diff --git a/docs/book/src/quinn/introduction.md b/docs/book/src/quinn/introduction.md new file mode 100644 index 000000000..93299abd5 --- /dev/null +++ b/docs/book/src/quinn/introduction.md @@ -0,0 +1,8 @@ +In the following chapters we will go through the protocol using examples. +The chapters are in order, first we look at configuring a certificate which is **required**, +then at setting up a connection and finally at sending data about this connection. + +Contents: +1. [Cryptography Setup](certificate.md) +2. [Connection Setup](set-up-connection.md) +3. [Data Transfer](data-transfer.md) \ No newline at end of file