Skip to content

Commit 625c187

Browse files
committed
docs: address frontmatter formatting
1 parent e728093 commit 625c187

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/advanced/serialization.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Serialization
3-
description: Pluggable message serialization: ProtoSerializer, CBORSerializer, and JSONSerializer.
3+
description: "Pluggable message serialization: ProtoSerializer, CBORSerializer, and JSONSerializer."
44
sidebarTitle: "Serialization"
55
---
66

docs/architecture/dispatcher-pool.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Dispatcher Pool
3-
description: The execution substrate underneath every actor: a fixed worker pool that cooperatively multiplexes the entire actor population.
3+
description: "The execution substrate underneath every actor: a fixed worker pool that cooperatively multiplexes the entire actor population."
44
sidebarTitle: "Dispatcher Pool"
55
---
66

docs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Introduction
3-
description: GoAkt: distributed actor framework for Go.
3+
description: "GoAkt: distributed actor framework for Go."
44
sidebarTitle: "Introduction"
55
---
66

0 commit comments

Comments
 (0)