From a018ac802adea8572fe5e5b49d892c5126801fda Mon Sep 17 00:00:00 2001 From: Igor Demin Date: Mon, 19 Sep 2022 09:42:03 +0200 Subject: [PATCH] Remove tutorials from FEATURES.md (#2314) It is a duplication of the main page --- FEATURES.md | 22 ---------------------- README.md | 1 + 2 files changed, 1 insertion(+), 22 deletions(-) diff --git a/FEATURES.md b/FEATURES.md index 599a811340..e8354b71d8 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -6,28 +6,6 @@ * Linux (x86-64, arm64) * Web browsers -### Features currently available in Compose for Desktop - * [Intro](tutorials/Getting_Started) - * [Desktop Components](tutorials/Desktop_Components/README.md) - * [Image loading support](tutorials/Image_And_Icons_Manipulations/README.md) - * [Keyboard handling](tutorials/Keyboard/README.md) - * [Mouse clicks and move](tutorials/Mouse_Events/README.md) - * [Packaging to native distributions](tutorials/Native_distributions_and_local_execution/README.md) - * [Signing and notarization](tutorials/Signing_and_notarization_on_macOS/README.md) - * [Swing interoperability](tutorials/Swing_Integration/README.md) - * [Keyboard navigation](tutorials/Tab_Navigation/README.md) - * [Tray, menu bar and notifications](tutorials/Tray_Notifications_MenuBar_new/README.md) - * [Window properties handling](tutorials/Window_API_new/README.md) - * [Context Menu](tutorials/Context_Menu/README.md) - -### Features currently available in Compose for Web - * [Intro: HTML DOM DSL](tutorials/Web/Building_UI/README.md) - * [Event handling](tutorials/Web/Events_Handling/README.md) - * [Style DSL](tutorials/Web/Style_Dsl/README.md) - * [Controlled and Uncontrolled Inputs](tutorials/Web/Controlled_Uncontrolled_Inputs/README.md) - * [Test Utils](tutorials/Web/Using_Test_Utils/README.md) - - Follow individual tutorials to understand how to use particular feature. ### Limitations diff --git a/README.md b/README.md index e3ba467a3f..5f125ec3cf 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Preview functionality (check your application UI without building/running it) fo * [Mouse events and hover](tutorials/Mouse_Events) * [Scrolling and scrollbars](tutorials/Desktop_Components#scrollbars) * [Tooltips](tutorials/Desktop_Components#tooltips) +* [Context Menu](tutorials/Context_Menu/README.md) * [Top level windows management](tutorials/Window_API_new) * [Menu, tray, notifications](tutorials/Tray_Notifications_MenuBar_new) * [Keyboard support](tutorials/Keyboard)