Remove entry in-app communication section

This commit is contained in:
Simon Hausmann 2024-12-17 15:17:37 +01:00
parent a02694860b
commit 33c57e9132
2 changed files with 0 additions and 11 deletions

View file

@ -91,10 +91,6 @@ export default defineConfig({
label: "Positioning & Layouts",
slug: "guide/language/coding/positioning-and-layouts",
},
{
label: "In App Communication",
slug: "guide/language/coding/in-app-communication",
},
{
label: "Globals",
slug: "guide/language/coding/globals",

View file

@ -1,7 +0,0 @@
---
<!-- Copyright © SixtyFPS GmbH <info@slint.dev> ; SPDX-License-Identifier: MIT -->
title: In App Communication
description: In App Communication
---
How to communicate between components and views.