From 3fb86879057b839d188a4af15a88cc5ea432baa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernd=20Pr=C3=BCnster?= Date: Fri, 12 Jan 2024 11:46:52 +0100 Subject: [PATCH] run knit --- docs/formats.md | 1 + docs/serialization-guide.md | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/formats.md b/docs/formats.md index 5376f971b5..fac12c573e 100644 --- a/docs/formats.md +++ b/docs/formats.md @@ -15,6 +15,7 @@ stable, these are currently experimental features of Kotlin Serialization. * [Byte arrays and CBOR data types](#byte-arrays-and-cbor-data-types) * [Definite vs. Indefinite Length Encoding](#definite-vs-indefinite-length-encoding) * [Tags and Labels](#tags-and-labels) + * [Arrays](#arrays) * [ProtoBuf (experimental)](#protobuf-experimental) * [Field numbers](#field-numbers) * [Integer types](#integer-types) diff --git a/docs/serialization-guide.md b/docs/serialization-guide.md index f58d16cbc6..55e9499b2f 100644 --- a/docs/serialization-guide.md +++ b/docs/serialization-guide.md @@ -149,6 +149,7 @@ Once the project is set up, we can start serializing some classes. * [Byte arrays and CBOR data types](formats.md#byte-arrays-and-cbor-data-types) * [Definite vs. Indefinite Length Encoding](formats.md#definite-vs-indefinite-length-encoding) * [Tags and Labels](formats.md#tags-and-labels) + * [Arrays](formats.md#arrays) * [ProtoBuf (experimental)](formats.md#protobuf-experimental) * [Field numbers](formats.md#field-numbers) * [Integer types](formats.md#integer-types)