From c11f23b4102a2e038f2f3a0a6a625928f7435e8d Mon Sep 17 00:00:00 2001 From: Radu Nichita Date: Sun, 18 Jan 2026 23:28:30 +0200 Subject: [PATCH] Add talks page --- docusaurus.config.ts | 1 + src/pages/talks.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 src/pages/talks.md diff --git a/docusaurus.config.ts b/docusaurus.config.ts index fc7a98a..af6dd0a 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -98,6 +98,7 @@ const config: Config = { label: "Docs", }, { to: "/libraries", label: "Libraries", position: "left" }, + {to: "/talks", label: "Talks", position: 'left'}, { to: "/blog", label: "Blog", position: "left" }, { "aria-label": "Discourse Forum", diff --git a/src/pages/talks.md b/src/pages/talks.md new file mode 100644 index 0000000..8859521 --- /dev/null +++ b/src/pages/talks.md @@ -0,0 +1,15 @@ +--- +title: Talks +slug: talks +--- + +# Talks + +**David Sankel: The Beman Project, Bringing Standard Libraries to the next level** + + + +**Dietmar Kühl: Creating a sender / receiver framework** + + +