diff --git a/CHANGELOG.md b/CHANGELOG.md index 72da22d39d..698f589e79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,3 @@ - # Changelog All notable changes to this project are documented in this file. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 59d0aea846..bd20f4bd19 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,3 @@ - # Contributing diff --git a/FAQ.md b/FAQ.md index 8c80eca287..a495e45ffd 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1,4 +1,3 @@ - # Frequently Asked Questions: diff --git a/LICENSE.md b/LICENSE.md index b68e96fd29..25f42a5f6c 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,3 @@ - # Slint License diff --git a/README.md b/README.md index c3fda29955..93cbdb5317 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ - ![Slint](./logo/slint-logo-full-light.svg#gh-light-mode-only) ![Slint](./logo/slint-logo-full-dark.svg#gh-dark-mode-only) diff --git a/REUSE.toml b/REUSE.toml index f1d277e217..0fa33cc062 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -19,6 +19,7 @@ path = [ "**/slint-logo-**.svg", "docs/astro/src/content/docs/reference/elements/slint-logo.png", "logo/slint-logo.icns", + "logo/README.md", "**/public/favicon.svg", "**/public/slint-logo-small-light.svg", "**/public/slint-logo.woff", @@ -52,9 +53,11 @@ path = [ "cspell.json", "docs/search/scraper-config.json", "internal/core-macros/link-data.json", + "internal/**.md", "package.json", "pnpm-lock.yaml", "rustfmt.toml", + "*.md", ] precedence = "aggregate" SPDX-FileCopyrightText = "Copyright © SixtyFPS GmbH " @@ -66,9 +69,11 @@ path = [ ".github/pull_request_template.md", "api/cpp/docs/**/**.css", + "api/cpp/docs/**/**.md", "api/cpp/docs/**/**.html", "api/cpp/tests/redpixel.png", + "demos/**.md", "demos/**.json", "demos/**/LC_MESSAGES/**.mo", "demos/**/README", @@ -92,6 +97,8 @@ path = [ "docs/**.json", "docs/**.mjs", + "docs/**.md", + "docs/**.mdx", "docs/**/**.css", "docs/**/**.html", "docs/**/book.toml", @@ -104,9 +111,9 @@ path = [ "docs/astro/src/content/docs/reference/elements/mini-banner.png", "docs/astro/src/misc/**.json", "docs/astro/src/misc/**.jsonc", - "docs/astro/src/utils/_templates/**.md", "examples/**.json", + "examples/**.md", "examples/**/LC_MESSAGES/**.mo", "examples/**/README", "examples/**/README.txt", @@ -121,10 +128,11 @@ path = [ "examples/orbit-animation/images/**.svg", "examples/sprite-sheet/images/**.png", "examples/speedometer/needle.png", - "component-sets/material/docs/**.json", - "component-sets/material/docs/**.svg", - "component-sets/material/docs/**.css", - "component-sets/material/docs/**.webp", + + "helper_crates/**.md", + + "ui-libraries/material/**.md", + "ui-libraries/material/**.mdx", "ui-libraries/material/docs/**.json", "ui-libraries/material/docs/src/assets/styles/**.css", "ui-libraries/material/docs/src/assets/**.svg", @@ -145,10 +153,13 @@ SPDX-License-Identifier = "MIT" [[annotations]] path = [ + "api/**.md", + "api/**.hbs", "api/**/**.json", "api/node/__test__/resources/**.png", "CMakePresets.json", + "editors/**.md", "editors/sublime/LSP.sublime-settings", "editors/tree-sitter-slint/corpus/**.txt", "editors/vscode/**.json", @@ -157,6 +168,7 @@ path = [ "tests/screenshots/**/**.png", + "tools/**.md", "tools/slintpad/**.html", "tools/slintpad/**.json", "tools/slintpad/styles/**.css", diff --git a/SECURITY.md b/SECURITY.md index 0671af2231..10c95387b8 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -1,4 +1,3 @@ - # Security Policy diff --git a/api/cpp/README.md b/api/cpp/README.md index 270dcce429..8c20d82d0f 100644 --- a/api/cpp/README.md +++ b/api/cpp/README.md @@ -1,4 +1,3 @@ - # Slint-cpp diff --git a/api/cpp/docs/cmake.md b/api/cpp/docs/cmake.md index 9526d4912c..29e733b6cf 100644 --- a/api/cpp/docs/cmake.md +++ b/api/cpp/docs/cmake.md @@ -1,4 +1,3 @@ - # Set Up Development Environment diff --git a/api/cpp/docs/cmake_reference.md b/api/cpp/docs/cmake_reference.md index 89206e46ae..ed9815b867 100644 --- a/api/cpp/docs/cmake_reference.md +++ b/api/cpp/docs/cmake_reference.md @@ -1,5 +1,4 @@ # CMake Reference - ## `slint_target_sources` diff --git a/api/cpp/docs/generated_code.md b/api/cpp/docs/generated_code.md index b28615c19d..2bf77bdde5 100644 --- a/api/cpp/docs/generated_code.md +++ b/api/cpp/docs/generated_code.md @@ -1,4 +1,3 @@ - # Generated Code The Slint compiler [called by the build system](cmake_reference.md#slint_target_sources) diff --git a/api/cpp/docs/getting_started.md b/api/cpp/docs/getting_started.md index 8b22e20eee..d717423a54 100644 --- a/api/cpp/docs/getting_started.md +++ b/api/cpp/docs/getting_started.md @@ -1,4 +1,3 @@ - # Getting Started Once Slint is built, you can use it in your CMake application or library diff --git a/api/cpp/docs/live_preview.md b/api/cpp/docs/live_preview.md index 53ade1be75..e390b309a1 100644 --- a/api/cpp/docs/live_preview.md +++ b/api/cpp/docs/live_preview.md @@ -1,4 +1,3 @@ - # Live-Preview diff --git a/api/cpp/docs/mcu/esp-idf/troubleshoot.md b/api/cpp/docs/mcu/esp-idf/troubleshoot.md index 8410e8543c..d9af81c6d2 100644 --- a/api/cpp/docs/mcu/esp-idf/troubleshoot.md +++ b/api/cpp/docs/mcu/esp-idf/troubleshoot.md @@ -1,4 +1,3 @@ - # Troubleshooting diff --git a/api/cpp/docs/mcu/esp_idf.md b/api/cpp/docs/mcu/esp_idf.md index 4ab8f7c52a..a6a5b9bed2 100644 --- a/api/cpp/docs/mcu/esp_idf.md +++ b/api/cpp/docs/mcu/esp_idf.md @@ -1,4 +1,3 @@ - # Espressif's IoT Development Framework diff --git a/api/cpp/docs/mcu/generic.md b/api/cpp/docs/mcu/generic.md index 3aaad7a82d..9bfcc09242 100644 --- a/api/cpp/docs/mcu/generic.md +++ b/api/cpp/docs/mcu/generic.md @@ -1,4 +1,3 @@ - # Generic MCU Environment Setup diff --git a/api/cpp/docs/mcu/intro.md b/api/cpp/docs/mcu/intro.md index 05f954a821..0e157a0b3e 100644 --- a/api/cpp/docs/mcu/intro.md +++ b/api/cpp/docs/mcu/intro.md @@ -1,4 +1,3 @@ - # Introduction diff --git a/api/cpp/docs/mcu/stm32.md b/api/cpp/docs/mcu/stm32.md index 77adc73c3e..0bf18719c9 100644 --- a/api/cpp/docs/mcu/stm32.md +++ b/api/cpp/docs/mcu/stm32.md @@ -1,4 +1,3 @@ - # STMicroelectronics' STM32Cube Ecosystem diff --git a/api/cpp/docs/mcu/stm32/generic.md b/api/cpp/docs/mcu/stm32/generic.md index b143fe5a17..380ad050c0 100644 --- a/api/cpp/docs/mcu/stm32/generic.md +++ b/api/cpp/docs/mcu/stm32/generic.md @@ -1,4 +1,3 @@ - # Generic Instructions for Slint on STM32 MCUs diff --git a/api/cpp/docs/overview.md b/api/cpp/docs/overview.md index f27ea70673..2a285b8573 100644 --- a/api/cpp/docs/overview.md +++ b/api/cpp/docs/overview.md @@ -1,4 +1,3 @@ - # Overview The following sections explain how to integrate your `.slint` designs into your diff --git a/api/cpp/docs/thirdparty.hbs b/api/cpp/docs/thirdparty.hbs index 9d5385c9d6..ccdc97b877 100644 --- a/api/cpp/docs/thirdparty.hbs +++ b/api/cpp/docs/thirdparty.hbs @@ -1,4 +1,3 @@ - # Third Party Licenses This page lists the licenses of the dependencies used by Slint. diff --git a/api/cpp/docs/types.md b/api/cpp/docs/types.md index 046df8a7b4..e5a0daeb5f 100644 --- a/api/cpp/docs/types.md +++ b/api/cpp/docs/types.md @@ -1,4 +1,3 @@ - # Type Mappings The types used for properties in `.slint` design markup each translate to specific types in C++. diff --git a/api/cpp/esp-idf/slint/README.md b/api/cpp/esp-idf/slint/README.md index 1e2e3ee96d..f719a0ee90 100644 --- a/api/cpp/esp-idf/slint/README.md +++ b/api/cpp/esp-idf/slint/README.md @@ -1,4 +1,3 @@ - # Slint diff --git a/api/cpp/tests/libraries/README.md b/api/cpp/tests/libraries/README.md index c5e2c764d1..af73b1bd45 100644 --- a/api/cpp/tests/libraries/README.md +++ b/api/cpp/tests/libraries/README.md @@ -1,3 +1,2 @@ - This is a test making sure that slint_target_sources accepts slint component library paths. diff --git a/api/cpp/tests/multiple-includes/README.md b/api/cpp/tests/multiple-includes/README.md index d71ceafab7..7832c95e73 100644 --- a/api/cpp/tests/multiple-includes/README.md +++ b/api/cpp/tests/multiple-includes/README.md @@ -1,4 +1,3 @@ - This is a test making sure that the header can be included in several compilation without causing multiple definitions diff --git a/api/node/README.md b/api/node/README.md index a770d5c382..c29ae93e87 100644 --- a/api/node/README.md +++ b/api/node/README.md @@ -1,4 +1,3 @@ - # Slint-node (Beta) diff --git a/api/node/cover.md b/api/node/cover.md index 36f00939fb..2052dc847b 100644 --- a/api/node/cover.md +++ b/api/node/cover.md @@ -1,4 +1,3 @@ - # Slint-node (Beta) [![npm](https://img.shields.io/npm/v/slint-ui)](https://www.npmjs.com/package/slint-ui) diff --git a/api/node/thirdparty.hbs b/api/node/thirdparty.hbs index 9524437f2f..f79e364eb5 100644 --- a/api/node/thirdparty.hbs +++ b/api/node/thirdparty.hbs @@ -1,5 +1,4 @@ - diff --git a/api/python/briefcase/README.md b/api/python/briefcase/README.md index 10686b663e..638e5e53a8 100644 --- a/api/python/briefcase/README.md +++ b/api/python/briefcase/README.md @@ -1,4 +1,3 @@ - # Briefcase Slint Plugin diff --git a/api/python/slint/README.md b/api/python/slint/README.md index 1a337d93ce..77a9320a3a 100644 --- a/api/python/slint/README.md +++ b/api/python/slint/README.md @@ -1,4 +1,3 @@ - # Slint-python (Beta) diff --git a/api/python/slint/thirdparty.hbs b/api/python/slint/thirdparty.hbs index 9524437f2f..f79e364eb5 100644 --- a/api/python/slint/thirdparty.hbs +++ b/api/python/slint/thirdparty.hbs @@ -1,5 +1,4 @@ - diff --git a/api/rs/macros/README.md b/api/rs/macros/README.md index 9defe0193b..cf8fef200e 100644 --- a/api/rs/macros/README.md +++ b/api/rs/macros/README.md @@ -1,4 +1,3 @@ - **NOTE**: This library is an **internal** crate for the [Slint project](https://slint.rs). This crate should **not be used directly** by applications using Slint. diff --git a/api/rs/slint/README.md b/api/rs/slint/README.md index e0815bb58c..62b6d562db 100644 --- a/api/rs/slint/README.md +++ b/api/rs/slint/README.md @@ -1,4 +1,3 @@ - # Slint diff --git a/api/rs/slint/mcu.md b/api/rs/slint/mcu.md index c4c32e30c2..6aa0b213a5 100644 --- a/api/rs/slint/mcu.md +++ b/api/rs/slint/mcu.md @@ -1,4 +1,3 @@ - # Slint on Microcontrollers ![](https://slint.dev/blog/porting-slint-to-microcontrollers/rp-pico_and_screen.jpg) diff --git a/api/rs/slint/type-mappings.md b/api/rs/slint/type-mappings.md index aed2d8a13b..9f1ce9f692 100644 --- a/api/rs/slint/type-mappings.md +++ b/api/rs/slint/type-mappings.md @@ -1,4 +1,3 @@ - # Type Mappings The types used for properties in `.slint` design markup each translate to specific types in Rust. diff --git a/demos/README.md b/demos/README.md index 5350557a9e..97329acd15 100644 --- a/demos/README.md +++ b/demos/README.md @@ -1,4 +1,3 @@ - # Demos diff --git a/demos/energy-monitor/README.md b/demos/energy-monitor/README.md index 1230a7034b..2f53205906 100644 --- a/demos/energy-monitor/README.md +++ b/demos/energy-monitor/README.md @@ -1,4 +1,3 @@ - # Energy Monitor Demo ![Energy Monitor Demo Screenshot](https://slint.dev/resources/energy-monitor-screenshot.png "Energy Monitor") diff --git a/demos/home-automation/README.md b/demos/home-automation/README.md index fb324247f0..e9ac88ca5c 100644 --- a/demos/home-automation/README.md +++ b/demos/home-automation/README.md @@ -1,4 +1,3 @@ - ### `Home Automation Demo` diff --git a/demos/printerdemo/README.md b/demos/printerdemo/README.md index 5afc88fd34..742e7d4474 100644 --- a/demos/printerdemo/README.md +++ b/demos/printerdemo/README.md @@ -1,4 +1,3 @@ - ### `printerdemo` diff --git a/demos/printerdemo/python/README.md b/demos/printerdemo/python/README.md index 619ce3c414..464977a4e3 100644 --- a/demos/printerdemo/python/README.md +++ b/demos/printerdemo/python/README.md @@ -1,4 +1,3 @@ - # Intro diff --git a/demos/printerdemo/zephyr/README.md b/demos/printerdemo/zephyr/README.md index a4e64075f1..3f3eee21fe 100644 --- a/demos/printerdemo/zephyr/README.md +++ b/demos/printerdemo/zephyr/README.md @@ -1,4 +1,3 @@ - # Printer Demo with Zephyr diff --git a/demos/printerdemo/zephyr/README_NXP.md b/demos/printerdemo/zephyr/README_NXP.md index 3e712f2ad2..5379298bdd 100644 --- a/demos/printerdemo/zephyr/README_NXP.md +++ b/demos/printerdemo/zephyr/README_NXP.md @@ -1,4 +1,3 @@ - # Slint Demo on Zephyr diff --git a/demos/printerdemo_mcu/README.md b/demos/printerdemo_mcu/README.md index 7e51b57e4e..322028ce64 100644 --- a/demos/printerdemo_mcu/README.md +++ b/demos/printerdemo_mcu/README.md @@ -1,4 +1,3 @@ - This is a "fork" of the [printer demo](../printerdemo/) modified to run on a smaller screen. diff --git a/demos/printerdemo_mcu/esp-idf/README.md b/demos/printerdemo_mcu/esp-idf/README.md index 7e18cbaec0..3e5d40afed 100644 --- a/demos/printerdemo_mcu/esp-idf/README.md +++ b/demos/printerdemo_mcu/esp-idf/README.md @@ -1,4 +1,3 @@ - # ESP32-S3-Box Printer Demo with ESP-IDF diff --git a/demos/usecases/esp-idf/README.md b/demos/usecases/esp-idf/README.md index eb85488484..2265561155 100644 --- a/demos/usecases/esp-idf/README.md +++ b/demos/usecases/esp-idf/README.md @@ -1,4 +1,3 @@ - # Building diff --git a/demos/weather-demo/README.md b/demos/weather-demo/README.md index 000314d41f..45ea51c101 100644 --- a/demos/weather-demo/README.md +++ b/demos/weather-demo/README.md @@ -1,4 +1,3 @@ - # Weather Demo diff --git a/docs/astro/README.md b/docs/astro/README.md index 3693c924e5..15431694f6 100644 --- a/docs/astro/README.md +++ b/docs/astro/README.md @@ -1,4 +1,3 @@ - # Slint Documentation diff --git a/docs/astro/src/content/collections/std-widgets/Date.md b/docs/astro/src/content/collections/std-widgets/Date.md index ba47c652c5..e42ec7e300 100644 --- a/docs/astro/src/content/collections/std-widgets/Date.md +++ b/docs/astro/src/content/collections/std-widgets/Date.md @@ -1,5 +1,4 @@ --- - title: date description: date --- diff --git a/docs/astro/src/content/collections/std-widgets/Time.md b/docs/astro/src/content/collections/std-widgets/Time.md index 2aed7d2ab5..2c398bae2d 100644 --- a/docs/astro/src/content/collections/std-widgets/Time.md +++ b/docs/astro/src/content/collections/std-widgets/Time.md @@ -1,5 +1,4 @@ --- - title: time description: time --- diff --git a/docs/astro/src/content/docs/guide/backends-and-renderers/backend_linuxkms.md b/docs/astro/src/content/docs/guide/backends-and-renderers/backend_linuxkms.md index 25b2cf6663..af7a4bff8d 100644 --- a/docs/astro/src/content/docs/guide/backends-and-renderers/backend_linuxkms.md +++ b/docs/astro/src/content/docs/guide/backends-and-renderers/backend_linuxkms.md @@ -1,5 +1,4 @@ --- - // cSpell: ignore linuxkms libinput libseat libudev libgbm libxkbcommon xkbcommon noseat keymap xkeyboard udevadm title: LinuxKMS Backend description: LinuxKMS Backend diff --git a/docs/astro/src/content/docs/guide/backends-and-renderers/backend_qt.mdx b/docs/astro/src/content/docs/guide/backends-and-renderers/backend_qt.mdx index 7d33969412..70a0933a34 100644 --- a/docs/astro/src/content/docs/guide/backends-and-renderers/backend_qt.mdx +++ b/docs/astro/src/content/docs/guide/backends-and-renderers/backend_qt.mdx @@ -1,5 +1,4 @@ --- - title: Qt Backend description: Qt Backend --- diff --git a/docs/astro/src/content/docs/guide/backends-and-renderers/backend_winit.md b/docs/astro/src/content/docs/guide/backends-and-renderers/backend_winit.md index 5e9ef9ed11..b2a161a30e 100644 --- a/docs/astro/src/content/docs/guide/backends-and-renderers/backend_winit.md +++ b/docs/astro/src/content/docs/guide/backends-and-renderers/backend_winit.md @@ -1,5 +1,4 @@ --- - // cSpell: ignore libx libxcursor libxkbcommon title: Winit Backend description: Winit Backend diff --git a/docs/astro/src/content/docs/guide/backends-and-renderers/backends_and_renderers.mdx b/docs/astro/src/content/docs/guide/backends-and-renderers/backends_and_renderers.mdx index d642235758..140e679426 100644 --- a/docs/astro/src/content/docs/guide/backends-and-renderers/backends_and_renderers.mdx +++ b/docs/astro/src/content/docs/guide/backends-and-renderers/backends_and_renderers.mdx @@ -1,5 +1,4 @@ --- - // cSpell: ignore linuxkms mfloat BINDGEN OECORE CCARGS xcrun gnueabi Foobj fontmgr Wunused cortexa skunicode cdecl title: Backends & Renderers description: Backends & Renderers diff --git a/docs/astro/src/content/docs/guide/development/best-practices.mdx b/docs/astro/src/content/docs/guide/development/best-practices.mdx index 2edbb7546f..2f327ad820 100644 --- a/docs/astro/src/content/docs/guide/development/best-practices.mdx +++ b/docs/astro/src/content/docs/guide/development/best-practices.mdx @@ -1,5 +1,4 @@ --- - title: Best Practices description: Best Practices --- diff --git a/docs/astro/src/content/docs/guide/development/custom-controls.mdx b/docs/astro/src/content/docs/guide/development/custom-controls.mdx index 5703183dd0..f9afdd90ce 100644 --- a/docs/astro/src/content/docs/guide/development/custom-controls.mdx +++ b/docs/astro/src/content/docs/guide/development/custom-controls.mdx @@ -1,5 +1,4 @@ --- - // cSpell: ignore toupper title: Custom Controls description: Custom Controls diff --git a/docs/astro/src/content/docs/guide/development/debugging_techniques.mdx b/docs/astro/src/content/docs/guide/development/debugging_techniques.mdx index 1bf60c2c18..16528f4a46 100644 --- a/docs/astro/src/content/docs/guide/development/debugging_techniques.mdx +++ b/docs/astro/src/content/docs/guide/development/debugging_techniques.mdx @@ -1,5 +1,4 @@ --- - title: Debugging Techniques description: Debugging Techniques --- diff --git a/docs/astro/src/content/docs/guide/development/focus.mdx b/docs/astro/src/content/docs/guide/development/focus.mdx index 5f9ab96b14..1d33559c30 100644 --- a/docs/astro/src/content/docs/guide/development/focus.mdx +++ b/docs/astro/src/content/docs/guide/development/focus.mdx @@ -1,5 +1,4 @@ --- - title: Focus Handling description: Focus Handling --- diff --git a/docs/astro/src/content/docs/guide/development/fonts.md b/docs/astro/src/content/docs/guide/development/fonts.md index ae35efb1a6..38c2327453 100644 --- a/docs/astro/src/content/docs/guide/development/fonts.md +++ b/docs/astro/src/content/docs/guide/development/fonts.md @@ -1,5 +1,4 @@ --- - title: Font Handling description: Font Handling --- diff --git a/docs/astro/src/content/docs/guide/development/third-party-libraries.mdx b/docs/astro/src/content/docs/guide/development/third-party-libraries.mdx index 8b59af884b..b2957dcfa6 100644 --- a/docs/astro/src/content/docs/guide/development/third-party-libraries.mdx +++ b/docs/astro/src/content/docs/guide/development/third-party-libraries.mdx @@ -1,5 +1,4 @@ --- - // cSpell: ignore Vivi Heng30 title: Third Party Libraries description: Third Party Libraries diff --git a/docs/astro/src/content/docs/guide/development/translations.mdx b/docs/astro/src/content/docs/guide/development/translations.mdx index e0aba7e752..ca717992a2 100644 --- a/docs/astro/src/content/docs/guide/development/translations.mdx +++ b/docs/astro/src/content/docs/guide/development/translations.mdx @@ -1,5 +1,4 @@ --- - // cSpell: ignore msgfmt msgctx msginit poedit Lokalize Transifex libintl bindtextdomain title: Translations description: Translations diff --git a/docs/astro/src/content/docs/guide/language/coding/animation.mdx b/docs/astro/src/content/docs/guide/language/coding/animation.mdx index b43761160a..7159ca22c4 100644 --- a/docs/astro/src/content/docs/guide/language/coding/animation.mdx +++ b/docs/astro/src/content/docs/guide/language/coding/animation.mdx @@ -1,5 +1,4 @@ --- - title: Animations description: UI Animations. --- diff --git a/docs/astro/src/content/docs/guide/language/coding/expressions-and-statements.mdx b/docs/astro/src/content/docs/guide/language/coding/expressions-and-statements.mdx index 50b0ded6d9..159ef75db2 100644 --- a/docs/astro/src/content/docs/guide/language/coding/expressions-and-statements.mdx +++ b/docs/astro/src/content/docs/guide/language/coding/expressions-and-statements.mdx @@ -1,5 +1,4 @@ --- - title: Expressions description: Expressions --- diff --git a/docs/astro/src/content/docs/guide/language/coding/file.mdx b/docs/astro/src/content/docs/guide/language/coding/file.mdx index 4d58bf6b12..e79314feda 100644 --- a/docs/astro/src/content/docs/guide/language/coding/file.mdx +++ b/docs/astro/src/content/docs/guide/language/coding/file.mdx @@ -1,5 +1,4 @@ --- - // cSpell: ignore otherlib title: The `.slint` File description: The `.slint` File diff --git a/docs/astro/src/content/docs/guide/language/coding/functions-and-callbacks.mdx b/docs/astro/src/content/docs/guide/language/coding/functions-and-callbacks.mdx index 18ee01846c..0b658f7027 100644 --- a/docs/astro/src/content/docs/guide/language/coding/functions-and-callbacks.mdx +++ b/docs/astro/src/content/docs/guide/language/coding/functions-and-callbacks.mdx @@ -1,5 +1,4 @@ --- - title: Functions description: Functions --- diff --git a/docs/astro/src/content/docs/guide/language/coding/globals.mdx b/docs/astro/src/content/docs/guide/language/coding/globals.mdx index 47cb88bc93..34a5db38a4 100644 --- a/docs/astro/src/content/docs/guide/language/coding/globals.mdx +++ b/docs/astro/src/content/docs/guide/language/coding/globals.mdx @@ -1,5 +1,4 @@ --- - title: Globals description: Globals --- diff --git a/docs/astro/src/content/docs/guide/language/coding/name-resolution.mdx b/docs/astro/src/content/docs/guide/language/coding/name-resolution.mdx index 30b86d39e2..956fc18e66 100644 --- a/docs/astro/src/content/docs/guide/language/coding/name-resolution.mdx +++ b/docs/astro/src/content/docs/guide/language/coding/name-resolution.mdx @@ -1,5 +1,4 @@ --- - title: Name Resolution (Scope) description: Name Resolution (Scope) --- diff --git a/docs/astro/src/content/docs/guide/language/coding/positioning-and-layouts.mdx b/docs/astro/src/content/docs/guide/language/coding/positioning-and-layouts.mdx index 911cf1a92c..6ae7a2492d 100644 --- a/docs/astro/src/content/docs/guide/language/coding/positioning-and-layouts.mdx +++ b/docs/astro/src/content/docs/guide/language/coding/positioning-and-layouts.mdx @@ -1,5 +1,4 @@ --- - title: Positioning and Layouts description: Positioning and Layouting of Elements in Container Components --- diff --git a/docs/astro/src/content/docs/guide/language/coding/properties.mdx b/docs/astro/src/content/docs/guide/language/coding/properties.mdx index e7fb655b08..54333e3a60 100644 --- a/docs/astro/src/content/docs/guide/language/coding/properties.mdx +++ b/docs/astro/src/content/docs/guide/language/coding/properties.mdx @@ -1,5 +1,4 @@ --- - title: Properties description: Properties --- diff --git a/docs/astro/src/content/docs/guide/language/coding/repetition-and-data-models.mdx b/docs/astro/src/content/docs/guide/language/coding/repetition-and-data-models.mdx index 31f6161a85..1fd046914b 100644 --- a/docs/astro/src/content/docs/guide/language/coding/repetition-and-data-models.mdx +++ b/docs/astro/src/content/docs/guide/language/coding/repetition-and-data-models.mdx @@ -1,5 +1,4 @@ --- - title: Repetition description: Repetition --- diff --git a/docs/astro/src/content/docs/guide/language/coding/states.mdx b/docs/astro/src/content/docs/guide/language/coding/states.mdx index 522b3ff012..03d975711a 100644 --- a/docs/astro/src/content/docs/guide/language/coding/states.mdx +++ b/docs/astro/src/content/docs/guide/language/coding/states.mdx @@ -1,5 +1,4 @@ --- - title: States description: States --- diff --git a/docs/astro/src/content/docs/guide/language/coding/structs-and-enums.mdx b/docs/astro/src/content/docs/guide/language/coding/structs-and-enums.mdx index e4581279ca..147094a335 100644 --- a/docs/astro/src/content/docs/guide/language/coding/structs-and-enums.mdx +++ b/docs/astro/src/content/docs/guide/language/coding/structs-and-enums.mdx @@ -1,5 +1,4 @@ --- - title: Structs and Enums description: Structs and Enums --- diff --git a/docs/astro/src/content/docs/guide/language/concepts/reactivity-vs-react.mdx b/docs/astro/src/content/docs/guide/language/concepts/reactivity-vs-react.mdx index d0e7e886a4..d04ed9efd8 100644 --- a/docs/astro/src/content/docs/guide/language/concepts/reactivity-vs-react.mdx +++ b/docs/astro/src/content/docs/guide/language/concepts/reactivity-vs-react.mdx @@ -1,5 +1,4 @@ --- - title: Reactivity vs React.js description: Reactivity vs React.js --- diff --git a/docs/astro/src/content/docs/guide/language/concepts/reactivity.mdx b/docs/astro/src/content/docs/guide/language/concepts/reactivity.mdx index b961510104..ac7dd99975 100644 --- a/docs/astro/src/content/docs/guide/language/concepts/reactivity.mdx +++ b/docs/astro/src/content/docs/guide/language/concepts/reactivity.mdx @@ -1,5 +1,4 @@ --- - title: Reactivity description: Reactivity --- diff --git a/docs/astro/src/content/docs/guide/language/concepts/slint-language.mdx b/docs/astro/src/content/docs/guide/language/concepts/slint-language.mdx index 49bd32a5ab..6d93f6ef79 100644 --- a/docs/astro/src/content/docs/guide/language/concepts/slint-language.mdx +++ b/docs/astro/src/content/docs/guide/language/concepts/slint-language.mdx @@ -1,5 +1,4 @@ --- - // cSpell: ignore GLloeHGWb3A title: Slint Language description: Slint Language diff --git a/docs/astro/src/content/docs/guide/platforms/desktop.mdx b/docs/astro/src/content/docs/guide/platforms/desktop.mdx index 4e10c8eb14..bc2db69376 100644 --- a/docs/astro/src/content/docs/guide/platforms/desktop.mdx +++ b/docs/astro/src/content/docs/guide/platforms/desktop.mdx @@ -1,5 +1,4 @@ --- - title: Desktop description: Desktop platforms on which Slint has been tested --- diff --git a/docs/astro/src/content/docs/guide/platforms/embedded.mdx b/docs/astro/src/content/docs/guide/platforms/embedded.mdx index 825f8f2eb8..28d53d3ff6 100644 --- a/docs/astro/src/content/docs/guide/platforms/embedded.mdx +++ b/docs/astro/src/content/docs/guide/platforms/embedded.mdx @@ -1,5 +1,4 @@ --- - // cSpell: ignore Toradex Vivante espflash pico armhf armhf THUMBV EABIHF eabihf eabi bootsel udisksctl picotool title: Embedded description: Embedded Platforms on which Slint has been tested diff --git a/docs/astro/src/content/docs/guide/platforms/mobile/android.mdx b/docs/astro/src/content/docs/guide/platforms/mobile/android.mdx index cbf5db7bfa..bac4282a52 100644 --- a/docs/astro/src/content/docs/guide/platforms/mobile/android.mdx +++ b/docs/astro/src/content/docs/guide/platforms/mobile/android.mdx @@ -1,5 +1,4 @@ --- - title: Android description: Android Platform Guide --- diff --git a/docs/astro/src/content/docs/guide/platforms/mobile/general.mdx b/docs/astro/src/content/docs/guide/platforms/mobile/general.mdx index 6d1e521fcd..02bfb1b669 100644 --- a/docs/astro/src/content/docs/guide/platforms/mobile/general.mdx +++ b/docs/astro/src/content/docs/guide/platforms/mobile/general.mdx @@ -1,5 +1,4 @@ --- - title: General Mobile Development description: Mobile development guide --- diff --git a/docs/astro/src/content/docs/guide/platforms/mobile/ios.mdx b/docs/astro/src/content/docs/guide/platforms/mobile/ios.mdx index ce19579894..53619d7d4c 100644 --- a/docs/astro/src/content/docs/guide/platforms/mobile/ios.mdx +++ b/docs/astro/src/content/docs/guide/platforms/mobile/ios.mdx @@ -1,5 +1,4 @@ --- - title: iOS description: iOS Platform Guide --- diff --git a/docs/astro/src/content/docs/guide/platforms/other.mdx b/docs/astro/src/content/docs/guide/platforms/other.mdx index 2b4ef99222..77f883305b 100644 --- a/docs/astro/src/content/docs/guide/platforms/other.mdx +++ b/docs/astro/src/content/docs/guide/platforms/other.mdx @@ -1,5 +1,4 @@ --- - title: Other Platforms description: Contact Us for Additional Platform Support --- diff --git a/docs/astro/src/content/docs/guide/platforms/web.mdx b/docs/astro/src/content/docs/guide/platforms/web.mdx index 63b1d28f7d..c3e4139c48 100644 --- a/docs/astro/src/content/docs/guide/platforms/web.mdx +++ b/docs/astro/src/content/docs/guide/platforms/web.mdx @@ -1,5 +1,4 @@ --- - title: Web description: Running Slint on the Web with Wasm --- diff --git a/docs/astro/src/content/docs/guide/tooling/figma-inspector.mdx b/docs/astro/src/content/docs/guide/tooling/figma-inspector.mdx index 0b75c5e865..3cb7144ce1 100644 --- a/docs/astro/src/content/docs/guide/tooling/figma-inspector.mdx +++ b/docs/astro/src/content/docs/guide/tooling/figma-inspector.mdx @@ -1,5 +1,4 @@ --- - title: Figma Variable Export description: Exporting Figma Variables to Slint Design Tokens --- diff --git a/docs/astro/src/content/docs/guide/tooling/vscode.mdx b/docs/astro/src/content/docs/guide/tooling/vscode.mdx index b3c1855704..920d6d9eea 100644 --- a/docs/astro/src/content/docs/guide/tooling/vscode.mdx +++ b/docs/astro/src/content/docs/guide/tooling/vscode.mdx @@ -1,5 +1,4 @@ --- - // cSpell: ignore Wwctiow title: Visual Studio Code description: Get going VS Code diff --git a/docs/astro/src/content/docs/index.mdx b/docs/astro/src/content/docs/index.mdx index b38372f555..3158869106 100644 --- a/docs/astro/src/content/docs/index.mdx +++ b/docs/astro/src/content/docs/index.mdx @@ -1,5 +1,4 @@ --- - title: Overview type: overview sidebar: diff --git a/docs/astro/src/content/docs/language-integrations/index.mdx b/docs/astro/src/content/docs/language-integrations/index.mdx index 48749d83a3..98e720c358 100644 --- a/docs/astro/src/content/docs/language-integrations/index.mdx +++ b/docs/astro/src/content/docs/language-integrations/index.mdx @@ -1,5 +1,4 @@ --- - title: Language Integrations description: Connect the UI with business logic in your preferred language. --- diff --git a/docs/astro/src/content/docs/reference/colors-and-brushes.mdx b/docs/astro/src/content/docs/reference/colors-and-brushes.mdx index 6b182a70dc..34a9dd34b6 100644 --- a/docs/astro/src/content/docs/reference/colors-and-brushes.mdx +++ b/docs/astro/src/content/docs/reference/colors-and-brushes.mdx @@ -1,5 +1,4 @@ --- - title: Colors & Brushes description: Colors Namespaces --- diff --git a/docs/astro/src/content/docs/reference/common.mdx b/docs/astro/src/content/docs/reference/common.mdx index 2ec5ce3194..98ffc2a347 100644 --- a/docs/astro/src/content/docs/reference/common.mdx +++ b/docs/astro/src/content/docs/reference/common.mdx @@ -1,5 +1,4 @@ --- - title: Common Properties & Callbacks description: Common Properties & Callbacks --- diff --git a/docs/astro/src/content/docs/reference/elements/image.mdx b/docs/astro/src/content/docs/reference/elements/image.mdx index 086ded2951..cf226d7bd4 100644 --- a/docs/astro/src/content/docs/reference/elements/image.mdx +++ b/docs/astro/src/content/docs/reference/elements/image.mdx @@ -1,5 +1,4 @@ --- - title: Image description: Image element api. --- diff --git a/docs/astro/src/content/docs/reference/elements/path.mdx b/docs/astro/src/content/docs/reference/elements/path.mdx index d8ccca7c84..e35db3f61f 100644 --- a/docs/astro/src/content/docs/reference/elements/path.mdx +++ b/docs/astro/src/content/docs/reference/elements/path.mdx @@ -1,5 +1,4 @@ --- - title: Path description: Path element api. --- diff --git a/docs/astro/src/content/docs/reference/elements/rectangle.mdx b/docs/astro/src/content/docs/reference/elements/rectangle.mdx index 928fe3212c..8e7216eef1 100644 --- a/docs/astro/src/content/docs/reference/elements/rectangle.mdx +++ b/docs/astro/src/content/docs/reference/elements/rectangle.mdx @@ -1,5 +1,4 @@ --- - title: Rectangle description: Rectangle element api. --- diff --git a/docs/astro/src/content/docs/reference/elements/text.mdx b/docs/astro/src/content/docs/reference/elements/text.mdx index 5ec4bf1760..d11f5f1006 100644 --- a/docs/astro/src/content/docs/reference/elements/text.mdx +++ b/docs/astro/src/content/docs/reference/elements/text.mdx @@ -1,5 +1,4 @@ --- - title: Text description: Text element api. --- diff --git a/docs/astro/src/content/docs/reference/gestures/flickable.mdx b/docs/astro/src/content/docs/reference/gestures/flickable.mdx index de62269d63..f451283970 100644 --- a/docs/astro/src/content/docs/reference/gestures/flickable.mdx +++ b/docs/astro/src/content/docs/reference/gestures/flickable.mdx @@ -1,5 +1,4 @@ --- - title: Flickable description: Flickable element api. --- diff --git a/docs/astro/src/content/docs/reference/gestures/swipegesturehandler.mdx b/docs/astro/src/content/docs/reference/gestures/swipegesturehandler.mdx index 9605513953..4412e93eed 100644 --- a/docs/astro/src/content/docs/reference/gestures/swipegesturehandler.mdx +++ b/docs/astro/src/content/docs/reference/gestures/swipegesturehandler.mdx @@ -1,5 +1,4 @@ --- - title: SwipeGestureHandler description: SwipeGestureHandler element api. --- diff --git a/docs/astro/src/content/docs/reference/gestures/toucharea.mdx b/docs/astro/src/content/docs/reference/gestures/toucharea.mdx index af2fe8fdbb..ab7b4b81f7 100644 --- a/docs/astro/src/content/docs/reference/gestures/toucharea.mdx +++ b/docs/astro/src/content/docs/reference/gestures/toucharea.mdx @@ -1,5 +1,4 @@ --- - title: TouchArea description: TouchArea element api. --- diff --git a/docs/astro/src/content/docs/reference/global-functions/builtinfunctions.mdx b/docs/astro/src/content/docs/reference/global-functions/builtinfunctions.mdx index b4bfaeba55..1c4b6bba9c 100644 --- a/docs/astro/src/content/docs/reference/global-functions/builtinfunctions.mdx +++ b/docs/astro/src/content/docs/reference/global-functions/builtinfunctions.mdx @@ -1,5 +1,4 @@ --- - title: Builtin Functions description: Builtin Functions --- diff --git a/docs/astro/src/content/docs/reference/global-functions/math.mdx b/docs/astro/src/content/docs/reference/global-functions/math.mdx index 095e8fe59a..0c264ea321 100644 --- a/docs/astro/src/content/docs/reference/global-functions/math.mdx +++ b/docs/astro/src/content/docs/reference/global-functions/math.mdx @@ -1,5 +1,4 @@ --- - title: Math description: Math Namespace --- diff --git a/docs/astro/src/content/docs/reference/global-namespaces/platform.mdx b/docs/astro/src/content/docs/reference/global-namespaces/platform.mdx index 364cdc11ed..3da357bf39 100644 --- a/docs/astro/src/content/docs/reference/global-namespaces/platform.mdx +++ b/docs/astro/src/content/docs/reference/global-namespaces/platform.mdx @@ -1,5 +1,4 @@ --- - title: Platform description: Platform Namespace --- diff --git a/docs/astro/src/content/docs/reference/global-structs-enums.mdx b/docs/astro/src/content/docs/reference/global-structs-enums.mdx index 960f6fdf75..d5c788ae56 100644 --- a/docs/astro/src/content/docs/reference/global-structs-enums.mdx +++ b/docs/astro/src/content/docs/reference/global-structs-enums.mdx @@ -1,5 +1,4 @@ --- - title: Global Structs and Enums description: Global Structs and Enums --- diff --git a/docs/astro/src/content/docs/reference/keyboard-input/focusscope.mdx b/docs/astro/src/content/docs/reference/keyboard-input/focusscope.mdx index 2976a429e7..039cf242b4 100644 --- a/docs/astro/src/content/docs/reference/keyboard-input/focusscope.mdx +++ b/docs/astro/src/content/docs/reference/keyboard-input/focusscope.mdx @@ -1,5 +1,4 @@ --- - title: FocusScope description: FocusScope element api. --- diff --git a/docs/astro/src/content/docs/reference/keyboard-input/overview.mdx b/docs/astro/src/content/docs/reference/keyboard-input/overview.mdx index 84271a7d14..d9dc4be105 100644 --- a/docs/astro/src/content/docs/reference/keyboard-input/overview.mdx +++ b/docs/astro/src/content/docs/reference/keyboard-input/overview.mdx @@ -1,5 +1,4 @@ --- - // cSpell: ignore Backtab title: Key Handling Overview description: Key Handling Overview diff --git a/docs/astro/src/content/docs/reference/keyboard-input/textinput.mdx b/docs/astro/src/content/docs/reference/keyboard-input/textinput.mdx index 7b26e677c2..c9e322de21 100644 --- a/docs/astro/src/content/docs/reference/keyboard-input/textinput.mdx +++ b/docs/astro/src/content/docs/reference/keyboard-input/textinput.mdx @@ -1,5 +1,4 @@ --- - title: TextInput description: TextInput element api. --- diff --git a/docs/astro/src/content/docs/reference/keyboard-input/textinputinterface.mdx b/docs/astro/src/content/docs/reference/keyboard-input/textinputinterface.mdx index 5cd999d0dc..2afa07e84d 100644 --- a/docs/astro/src/content/docs/reference/keyboard-input/textinputinterface.mdx +++ b/docs/astro/src/content/docs/reference/keyboard-input/textinputinterface.mdx @@ -1,5 +1,4 @@ --- - title: TextInputInterface description: TextInputInterface --- diff --git a/docs/astro/src/content/docs/reference/layouts/gridlayout.mdx b/docs/astro/src/content/docs/reference/layouts/gridlayout.mdx index 5af666fc8d..827aa7fd53 100644 --- a/docs/astro/src/content/docs/reference/layouts/gridlayout.mdx +++ b/docs/astro/src/content/docs/reference/layouts/gridlayout.mdx @@ -1,5 +1,4 @@ --- - title: GridLayout description: GridLayout element api. --- diff --git a/docs/astro/src/content/docs/reference/layouts/horizontallayout.mdx b/docs/astro/src/content/docs/reference/layouts/horizontallayout.mdx index 46a3608ab8..d240a4542e 100644 --- a/docs/astro/src/content/docs/reference/layouts/horizontallayout.mdx +++ b/docs/astro/src/content/docs/reference/layouts/horizontallayout.mdx @@ -1,5 +1,4 @@ --- - title: HorizontalLayout description: HorizontalLayout element api. --- diff --git a/docs/astro/src/content/docs/reference/layouts/overview.mdx b/docs/astro/src/content/docs/reference/layouts/overview.mdx index fe9d719c16..1cc9d74a8a 100644 --- a/docs/astro/src/content/docs/reference/layouts/overview.mdx +++ b/docs/astro/src/content/docs/reference/layouts/overview.mdx @@ -1,5 +1,4 @@ --- - title: Common Properties description: Layout Common Properties --- diff --git a/docs/astro/src/content/docs/reference/layouts/verticallayout.mdx b/docs/astro/src/content/docs/reference/layouts/verticallayout.mdx index 7ac86d5609..63a00871ba 100644 --- a/docs/astro/src/content/docs/reference/layouts/verticallayout.mdx +++ b/docs/astro/src/content/docs/reference/layouts/verticallayout.mdx @@ -1,5 +1,4 @@ --- - title: VerticalLayout description: VerticalLayout element api. --- diff --git a/docs/astro/src/content/docs/reference/overview.mdx b/docs/astro/src/content/docs/reference/overview.mdx index 08f0693732..7c0ac0488e 100644 --- a/docs/astro/src/content/docs/reference/overview.mdx +++ b/docs/astro/src/content/docs/reference/overview.mdx @@ -1,5 +1,4 @@ --- - title: Reference Overview description: Reference Overview prev: false diff --git a/docs/astro/src/content/docs/reference/primitive-types.mdx b/docs/astro/src/content/docs/reference/primitive-types.mdx index 748eda8928..bec5b7b94d 100644 --- a/docs/astro/src/content/docs/reference/primitive-types.mdx +++ b/docs/astro/src/content/docs/reference/primitive-types.mdx @@ -1,5 +1,4 @@ --- - title: Types description: All Slint types // cSpell: ignore Farbfeld diff --git a/docs/astro/src/content/docs/reference/std-widgets/basic-widgets/button.mdx b/docs/astro/src/content/docs/reference/std-widgets/basic-widgets/button.mdx index d4dcf21c36..e36aa19bdf 100644 --- a/docs/astro/src/content/docs/reference/std-widgets/basic-widgets/button.mdx +++ b/docs/astro/src/content/docs/reference/std-widgets/basic-widgets/button.mdx @@ -1,5 +1,4 @@ --- - title: Button description: Button api. --- diff --git a/docs/astro/src/content/docs/reference/std-widgets/basic-widgets/checkbox.mdx b/docs/astro/src/content/docs/reference/std-widgets/basic-widgets/checkbox.mdx index 6faa77a42b..9523e3dce4 100644 --- a/docs/astro/src/content/docs/reference/std-widgets/basic-widgets/checkbox.mdx +++ b/docs/astro/src/content/docs/reference/std-widgets/basic-widgets/checkbox.mdx @@ -1,5 +1,4 @@ --- - title: CheckBox description: CheckBox api. --- diff --git a/docs/astro/src/content/docs/reference/std-widgets/basic-widgets/combobox.mdx b/docs/astro/src/content/docs/reference/std-widgets/basic-widgets/combobox.mdx index 1618513555..dba9df4520 100644 --- a/docs/astro/src/content/docs/reference/std-widgets/basic-widgets/combobox.mdx +++ b/docs/astro/src/content/docs/reference/std-widgets/basic-widgets/combobox.mdx @@ -1,5 +1,4 @@ --- - title: ComboBox description: ComboBox api. --- diff --git a/docs/astro/src/content/docs/reference/std-widgets/basic-widgets/progressindicator.mdx b/docs/astro/src/content/docs/reference/std-widgets/basic-widgets/progressindicator.mdx index a850ce8b5e..bd682a3d42 100644 --- a/docs/astro/src/content/docs/reference/std-widgets/basic-widgets/progressindicator.mdx +++ b/docs/astro/src/content/docs/reference/std-widgets/basic-widgets/progressindicator.mdx @@ -1,5 +1,4 @@ --- - title: ProgressIndicator description: ProgressIndicator api. --- diff --git a/docs/astro/src/content/docs/reference/std-widgets/basic-widgets/slider.mdx b/docs/astro/src/content/docs/reference/std-widgets/basic-widgets/slider.mdx index 3976d9cd5f..72ca3fc8b4 100644 --- a/docs/astro/src/content/docs/reference/std-widgets/basic-widgets/slider.mdx +++ b/docs/astro/src/content/docs/reference/std-widgets/basic-widgets/slider.mdx @@ -1,5 +1,4 @@ --- - title: Slider description: Slider api. --- diff --git a/docs/astro/src/content/docs/reference/std-widgets/basic-widgets/spinbox.mdx b/docs/astro/src/content/docs/reference/std-widgets/basic-widgets/spinbox.mdx index 70f74d1165..0acbc44d3a 100644 --- a/docs/astro/src/content/docs/reference/std-widgets/basic-widgets/spinbox.mdx +++ b/docs/astro/src/content/docs/reference/std-widgets/basic-widgets/spinbox.mdx @@ -1,5 +1,4 @@ --- - title: SpinBox description: SpinBox api. --- diff --git a/docs/astro/src/content/docs/reference/std-widgets/basic-widgets/spinner.mdx b/docs/astro/src/content/docs/reference/std-widgets/basic-widgets/spinner.mdx index 0e27c4b1c4..1ca89d18b6 100644 --- a/docs/astro/src/content/docs/reference/std-widgets/basic-widgets/spinner.mdx +++ b/docs/astro/src/content/docs/reference/std-widgets/basic-widgets/spinner.mdx @@ -1,5 +1,4 @@ --- - title: Spinner description: Spinner api. --- diff --git a/docs/astro/src/content/docs/reference/std-widgets/basic-widgets/standardbutton.mdx b/docs/astro/src/content/docs/reference/std-widgets/basic-widgets/standardbutton.mdx index 386538656e..b01dff0b99 100644 --- a/docs/astro/src/content/docs/reference/std-widgets/basic-widgets/standardbutton.mdx +++ b/docs/astro/src/content/docs/reference/std-widgets/basic-widgets/standardbutton.mdx @@ -1,5 +1,4 @@ --- - title: StandardButton description: StandardButton api. --- diff --git a/docs/astro/src/content/docs/reference/std-widgets/basic-widgets/switch.mdx b/docs/astro/src/content/docs/reference/std-widgets/basic-widgets/switch.mdx index c338ff7881..bf84ce6af6 100644 --- a/docs/astro/src/content/docs/reference/std-widgets/basic-widgets/switch.mdx +++ b/docs/astro/src/content/docs/reference/std-widgets/basic-widgets/switch.mdx @@ -1,5 +1,4 @@ --- - title: Switch description: Switch api. --- diff --git a/docs/astro/src/content/docs/reference/std-widgets/layouts/gridbox.mdx b/docs/astro/src/content/docs/reference/std-widgets/layouts/gridbox.mdx index 7a03b89807..cae0faab76 100644 --- a/docs/astro/src/content/docs/reference/std-widgets/layouts/gridbox.mdx +++ b/docs/astro/src/content/docs/reference/std-widgets/layouts/gridbox.mdx @@ -1,5 +1,4 @@ --- - title: GridBox description: GridBox api. --- diff --git a/docs/astro/src/content/docs/reference/std-widgets/layouts/groupbox.mdx b/docs/astro/src/content/docs/reference/std-widgets/layouts/groupbox.mdx index ba77a9a1a8..645089ae43 100644 --- a/docs/astro/src/content/docs/reference/std-widgets/layouts/groupbox.mdx +++ b/docs/astro/src/content/docs/reference/std-widgets/layouts/groupbox.mdx @@ -1,5 +1,4 @@ --- - title: GroupBox description: GroupBox api. --- diff --git a/docs/astro/src/content/docs/reference/std-widgets/layouts/horizontalbox.mdx b/docs/astro/src/content/docs/reference/std-widgets/layouts/horizontalbox.mdx index 6817193822..0a4dd2958c 100644 --- a/docs/astro/src/content/docs/reference/std-widgets/layouts/horizontalbox.mdx +++ b/docs/astro/src/content/docs/reference/std-widgets/layouts/horizontalbox.mdx @@ -1,5 +1,4 @@ --- - title: HorizontalBox description: HorizontalBox api. --- diff --git a/docs/astro/src/content/docs/reference/std-widgets/layouts/verticalbox.mdx b/docs/astro/src/content/docs/reference/std-widgets/layouts/verticalbox.mdx index 3aee89a464..6cd4aa18c0 100644 --- a/docs/astro/src/content/docs/reference/std-widgets/layouts/verticalbox.mdx +++ b/docs/astro/src/content/docs/reference/std-widgets/layouts/verticalbox.mdx @@ -1,5 +1,4 @@ --- - title: VerticalBox description: VerticalBox api. --- diff --git a/docs/astro/src/content/docs/reference/std-widgets/misc/aboutslint.mdx b/docs/astro/src/content/docs/reference/std-widgets/misc/aboutslint.mdx index cb032148a7..b57850139c 100644 --- a/docs/astro/src/content/docs/reference/std-widgets/misc/aboutslint.mdx +++ b/docs/astro/src/content/docs/reference/std-widgets/misc/aboutslint.mdx @@ -1,5 +1,4 @@ --- - title: AboutSlint description: AboutSlint api. --- diff --git a/docs/astro/src/content/docs/reference/std-widgets/misc/datepicker.mdx b/docs/astro/src/content/docs/reference/std-widgets/misc/datepicker.mdx index 2146187687..734749980d 100644 --- a/docs/astro/src/content/docs/reference/std-widgets/misc/datepicker.mdx +++ b/docs/astro/src/content/docs/reference/std-widgets/misc/datepicker.mdx @@ -1,5 +1,4 @@ --- - title: DatePickerPopup description: DatePickerPopup api. --- diff --git a/docs/astro/src/content/docs/reference/std-widgets/misc/timepicker.mdx b/docs/astro/src/content/docs/reference/std-widgets/misc/timepicker.mdx index fee6f55cc2..5ee87311d5 100644 --- a/docs/astro/src/content/docs/reference/std-widgets/misc/timepicker.mdx +++ b/docs/astro/src/content/docs/reference/std-widgets/misc/timepicker.mdx @@ -1,5 +1,4 @@ --- - title: TimePickerPopup description: TimePickerPopup api. --- diff --git a/docs/astro/src/content/docs/reference/std-widgets/overview.mdx b/docs/astro/src/content/docs/reference/std-widgets/overview.mdx index dc929985a1..249b556493 100644 --- a/docs/astro/src/content/docs/reference/std-widgets/overview.mdx +++ b/docs/astro/src/content/docs/reference/std-widgets/overview.mdx @@ -1,5 +1,4 @@ --- - title: Overview description: Widgets Overview. --- diff --git a/docs/astro/src/content/docs/reference/std-widgets/style.mdx b/docs/astro/src/content/docs/reference/std-widgets/style.mdx index fb15fc95f4..f83154d483 100644 --- a/docs/astro/src/content/docs/reference/std-widgets/style.mdx +++ b/docs/astro/src/content/docs/reference/std-widgets/style.mdx @@ -1,5 +1,4 @@ --- - // cSpell: ignore DSLINT title: Widget Styles description: std-widgets Style. diff --git a/docs/astro/src/content/docs/reference/std-widgets/views/lineedit.mdx b/docs/astro/src/content/docs/reference/std-widgets/views/lineedit.mdx index 2266874293..92e150235f 100644 --- a/docs/astro/src/content/docs/reference/std-widgets/views/lineedit.mdx +++ b/docs/astro/src/content/docs/reference/std-widgets/views/lineedit.mdx @@ -1,5 +1,4 @@ --- - title: LineEdit description: LineEdit api. --- diff --git a/docs/astro/src/content/docs/reference/std-widgets/views/listview.mdx b/docs/astro/src/content/docs/reference/std-widgets/views/listview.mdx index 6da09c6c8c..74967c27e9 100644 --- a/docs/astro/src/content/docs/reference/std-widgets/views/listview.mdx +++ b/docs/astro/src/content/docs/reference/std-widgets/views/listview.mdx @@ -1,5 +1,4 @@ --- - title: ListView description: ListView api. --- diff --git a/docs/astro/src/content/docs/reference/std-widgets/views/scrollview.mdx b/docs/astro/src/content/docs/reference/std-widgets/views/scrollview.mdx index 26a8320b53..990b2575b7 100644 --- a/docs/astro/src/content/docs/reference/std-widgets/views/scrollview.mdx +++ b/docs/astro/src/content/docs/reference/std-widgets/views/scrollview.mdx @@ -1,5 +1,4 @@ --- - title: ScrollView description: ScrollView api. --- diff --git a/docs/astro/src/content/docs/reference/std-widgets/views/standardlistview.mdx b/docs/astro/src/content/docs/reference/std-widgets/views/standardlistview.mdx index 6987bd1257..6c9b3f4a5b 100644 --- a/docs/astro/src/content/docs/reference/std-widgets/views/standardlistview.mdx +++ b/docs/astro/src/content/docs/reference/std-widgets/views/standardlistview.mdx @@ -1,5 +1,4 @@ --- - title: StandardListView description: StandardListView api. --- diff --git a/docs/astro/src/content/docs/reference/std-widgets/views/standardtableview.mdx b/docs/astro/src/content/docs/reference/std-widgets/views/standardtableview.mdx index 364f47a304..32290b35ee 100644 --- a/docs/astro/src/content/docs/reference/std-widgets/views/standardtableview.mdx +++ b/docs/astro/src/content/docs/reference/std-widgets/views/standardtableview.mdx @@ -1,5 +1,4 @@ --- - title: StandardTableView description: StandardTableView api --- diff --git a/docs/astro/src/content/docs/reference/std-widgets/views/tabwidget.mdx b/docs/astro/src/content/docs/reference/std-widgets/views/tabwidget.mdx index 378a87f605..24e841d827 100644 --- a/docs/astro/src/content/docs/reference/std-widgets/views/tabwidget.mdx +++ b/docs/astro/src/content/docs/reference/std-widgets/views/tabwidget.mdx @@ -1,5 +1,4 @@ --- - title: TabWidget description: TabWidget api. --- diff --git a/docs/astro/src/content/docs/reference/std-widgets/views/textedit.mdx b/docs/astro/src/content/docs/reference/std-widgets/views/textedit.mdx index ee04d9a977..be1575cf02 100644 --- a/docs/astro/src/content/docs/reference/std-widgets/views/textedit.mdx +++ b/docs/astro/src/content/docs/reference/std-widgets/views/textedit.mdx @@ -1,5 +1,4 @@ --- - // cSpell: ignore Lorem ipsum dolor sit amet consectetur adipisici elit title: TextEdit description: TextEdit api. diff --git a/docs/astro/src/content/docs/reference/timer.mdx b/docs/astro/src/content/docs/reference/timer.mdx index a8a11ae97a..49ebe4f2e5 100644 --- a/docs/astro/src/content/docs/reference/timer.mdx +++ b/docs/astro/src/content/docs/reference/timer.mdx @@ -1,5 +1,4 @@ --- - title: Timer description: Timer element api. --- diff --git a/docs/astro/src/content/docs/reference/window/contextmenuarea.mdx b/docs/astro/src/content/docs/reference/window/contextmenuarea.mdx index 7d47486019..6302730033 100644 --- a/docs/astro/src/content/docs/reference/window/contextmenuarea.mdx +++ b/docs/astro/src/content/docs/reference/window/contextmenuarea.mdx @@ -1,5 +1,4 @@ --- - title: ContextMenuArea description: ContextMenuArea element api. --- diff --git a/docs/astro/src/content/docs/reference/window/dialog.mdx b/docs/astro/src/content/docs/reference/window/dialog.mdx index 619074d609..46b91ab93f 100644 --- a/docs/astro/src/content/docs/reference/window/dialog.mdx +++ b/docs/astro/src/content/docs/reference/window/dialog.mdx @@ -1,5 +1,4 @@ --- - title: Dialog description: Dialog element api. --- diff --git a/docs/astro/src/content/docs/reference/window/menubar.mdx b/docs/astro/src/content/docs/reference/window/menubar.mdx index 92e43b927d..0360b2e2e1 100644 --- a/docs/astro/src/content/docs/reference/window/menubar.mdx +++ b/docs/astro/src/content/docs/reference/window/menubar.mdx @@ -1,5 +1,4 @@ --- - title: MenuBar description: MenuBar element api. --- diff --git a/docs/astro/src/content/docs/reference/window/popupwindow.mdx b/docs/astro/src/content/docs/reference/window/popupwindow.mdx index 2ac9437681..771746754e 100644 --- a/docs/astro/src/content/docs/reference/window/popupwindow.mdx +++ b/docs/astro/src/content/docs/reference/window/popupwindow.mdx @@ -1,5 +1,4 @@ --- - title: PopupWindow description: PopupWindow element api. --- diff --git a/docs/astro/src/content/docs/reference/window/window.mdx b/docs/astro/src/content/docs/reference/window/window.mdx index ac1271f755..a34fe29acd 100644 --- a/docs/astro/src/content/docs/reference/window/window.mdx +++ b/docs/astro/src/content/docs/reference/window/window.mdx @@ -1,5 +1,4 @@ --- - title: Window description: Window element api. --- diff --git a/docs/astro/src/content/docs/tutorial/conclusion.md b/docs/astro/src/content/docs/tutorial/conclusion.md index 6c9bebf753..74d36509ef 100644 --- a/docs/astro/src/content/docs/tutorial/conclusion.md +++ b/docs/astro/src/content/docs/tutorial/conclusion.md @@ -1,5 +1,4 @@ --- - title: Conclusion description: Conclusion next: false diff --git a/docs/astro/src/content/docs/tutorial/creating_the_tiles.mdx b/docs/astro/src/content/docs/tutorial/creating_the_tiles.mdx index c26d1f7f5c..f9cf86d3e4 100644 --- a/docs/astro/src/content/docs/tutorial/creating_the_tiles.mdx +++ b/docs/astro/src/content/docs/tutorial/creating_the_tiles.mdx @@ -1,5 +1,4 @@ --- - title: Creating the tiles description: Creating the tiles --- diff --git a/docs/astro/src/content/docs/tutorial/from_one_to_multiple_tiles.mdx b/docs/astro/src/content/docs/tutorial/from_one_to_multiple_tiles.mdx index 48d528a19d..708abcbc85 100644 --- a/docs/astro/src/content/docs/tutorial/from_one_to_multiple_tiles.mdx +++ b/docs/astro/src/content/docs/tutorial/from_one_to_multiple_tiles.mdx @@ -1,5 +1,4 @@ --- - title: From One To Multiple Tiles description: From One To Multiple Tiles --- diff --git a/docs/astro/src/content/docs/tutorial/game_logic.mdx b/docs/astro/src/content/docs/tutorial/game_logic.mdx index b31fa90dda..9b2a19084c 100644 --- a/docs/astro/src/content/docs/tutorial/game_logic.mdx +++ b/docs/astro/src/content/docs/tutorial/game_logic.mdx @@ -1,5 +1,4 @@ --- - title: Game Logic description: Game Logic --- diff --git a/docs/astro/src/content/docs/tutorial/getting_started.mdx b/docs/astro/src/content/docs/tutorial/getting_started.mdx index ff7bbd69ad..93a5c5b5c5 100644 --- a/docs/astro/src/content/docs/tutorial/getting_started.mdx +++ b/docs/astro/src/content/docs/tutorial/getting_started.mdx @@ -1,5 +1,4 @@ --- - title: Getting started description: Getting started diff --git a/docs/astro/src/content/docs/tutorial/ideas_for_the_reader.mdx b/docs/astro/src/content/docs/tutorial/ideas_for_the_reader.mdx index bbbe205b3b..94f03ef6f8 100644 --- a/docs/astro/src/content/docs/tutorial/ideas_for_the_reader.mdx +++ b/docs/astro/src/content/docs/tutorial/ideas_for_the_reader.mdx @@ -1,5 +1,4 @@ --- - title: Ideas For The Reader description: Ideas For The Reader --- diff --git a/docs/astro/src/content/docs/tutorial/memory_tile.mdx b/docs/astro/src/content/docs/tutorial/memory_tile.mdx index f18cba6444..c6edaff26e 100644 --- a/docs/astro/src/content/docs/tutorial/memory_tile.mdx +++ b/docs/astro/src/content/docs/tutorial/memory_tile.mdx @@ -1,5 +1,4 @@ --- - title: Memory Tile description: Memory Tile --- diff --git a/docs/astro/src/content/docs/tutorial/polishing_the_tile.mdx b/docs/astro/src/content/docs/tutorial/polishing_the_tile.mdx index 7e9624e1b4..2f570d098d 100644 --- a/docs/astro/src/content/docs/tutorial/polishing_the_tile.mdx +++ b/docs/astro/src/content/docs/tutorial/polishing_the_tile.mdx @@ -1,5 +1,4 @@ --- - title: Polishing the Tile description: Polishing the Tile --- diff --git a/docs/astro/src/content/docs/tutorial/quickstart.mdx b/docs/astro/src/content/docs/tutorial/quickstart.mdx index 906e52ff32..78e2de2b0b 100644 --- a/docs/astro/src/content/docs/tutorial/quickstart.mdx +++ b/docs/astro/src/content/docs/tutorial/quickstart.mdx @@ -1,5 +1,4 @@ --- - title: Intro description: Intro prev: false diff --git a/docs/astro/src/content/docs/tutorial/running_in_a_browser.mdx b/docs/astro/src/content/docs/tutorial/running_in_a_browser.mdx index 3e0c5f7d7c..0b41b7a254 100644 --- a/docs/astro/src/content/docs/tutorial/running_in_a_browser.mdx +++ b/docs/astro/src/content/docs/tutorial/running_in_a_browser.mdx @@ -1,5 +1,4 @@ --- - title: Running In A Browser description: Running In A Browser diff --git a/docs/astro/writing-style-guide.md b/docs/astro/writing-style-guide.md index 20251beba8..a1b7f98999 100644 --- a/docs/astro/writing-style-guide.md +++ b/docs/astro/writing-style-guide.md @@ -1,4 +1,3 @@ - # Writing Style Guide Use this style guide as a check list when reviewing / writing: diff --git a/docs/building.md b/docs/building.md index 3da28336aa..b2c2c6bef2 100644 --- a/docs/building.md +++ b/docs/building.md @@ -1,4 +1,3 @@ - # Slint Build Guide diff --git a/docs/development.md b/docs/development.md index 801179269b..f0b57c2132 100644 --- a/docs/development.md +++ b/docs/development.md @@ -1,4 +1,3 @@ - # Slint development guide diff --git a/docs/embedded-tutorials.md b/docs/embedded-tutorials.md index ef7bd5f23b..27cb07dcaa 100644 --- a/docs/embedded-tutorials.md +++ b/docs/embedded-tutorials.md @@ -1,4 +1,3 @@ - # Embedded Tutorial template diff --git a/docs/install_qt.md b/docs/install_qt.md index 47f42dceec..d5a3db29ae 100644 --- a/docs/install_qt.md +++ b/docs/install_qt.md @@ -1,4 +1,3 @@ - # Install Qt TLDR; If you are redirected to this document because of a link in the warning that Qt wasn't found and diff --git a/docs/nightly-release-notes.md b/docs/nightly-release-notes.md index 8fabcad1a8..fa2628645d 100644 --- a/docs/nightly-release-notes.md +++ b/docs/nightly-release-notes.md @@ -1,4 +1,3 @@ - This GitHub release is a nightly snapshot of Slint development. It serves to provide access to pre-release binaries. diff --git a/docs/readme.md b/docs/readme.md index e863ed3d4f..3c55954e91 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -1,4 +1,3 @@ - # Slint Documentation diff --git a/docs/release-artifacts.md b/docs/release-artifacts.md index 3732ba8778..53ba95da2e 100644 --- a/docs/release-artifacts.md +++ b/docs/release-artifacts.md @@ -1,4 +1,3 @@ - # Assets diff --git a/docs/release-notes.md b/docs/release-notes.md index 2a84abffd1..a4869686dc 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,4 +1,3 @@ - Slint {version} is a patch release that fixes several bugs and crashes. For a complete list of changes, check out the [ChangeLog](https://github.com/slint-ui/slint/blob/master/CHANGELOG.md). diff --git a/docs/testing.md b/docs/testing.md index 758e27e0fb..5fb62129e8 100644 --- a/docs/testing.md +++ b/docs/testing.md @@ -1,4 +1,3 @@ - # Slint tests This documents describe the testing infrastructure of Slint diff --git a/docs/torizon.md b/docs/torizon.md index fe0e8b435d..97941fea11 100644 --- a/docs/torizon.md +++ b/docs/torizon.md @@ -1,4 +1,3 @@ - # Running Slint Demos on Torizon OS diff --git a/docs/triage.md b/docs/triage.md index 0fb46c562b..f07a5b812a 100644 --- a/docs/triage.md +++ b/docs/triage.md @@ -1,4 +1,3 @@ - ## Introduction diff --git a/editors/README.md b/editors/README.md index 3b8afd7a40..1bfb037fca 100644 --- a/editors/README.md +++ b/editors/README.md @@ -1,4 +1,3 @@ - # Editor Configuration for Slint diff --git a/editors/tree-sitter-slint/CONTRIBUTING.md b/editors/tree-sitter-slint/CONTRIBUTING.md index 958272795d..b6e59c6b43 100644 --- a/editors/tree-sitter-slint/CONTRIBUTING.md +++ b/editors/tree-sitter-slint/CONTRIBUTING.md @@ -1,4 +1,3 @@ - # Contributing diff --git a/editors/tree-sitter-slint/README.md b/editors/tree-sitter-slint/README.md index 565cd35984..0891ad564e 100644 --- a/editors/tree-sitter-slint/README.md +++ b/editors/tree-sitter-slint/README.md @@ -1,4 +1,3 @@ - # tree-sitter support for SLint diff --git a/editors/vscode/README.md b/editors/vscode/README.md index d35b065d2b..73797d2691 100644 --- a/editors/vscode/README.md +++ b/editors/vscode/README.md @@ -1,4 +1,3 @@ - # Slint for Visual Studio Code diff --git a/editors/vscode/static/walkthroughs/welcome/create_slint_file.md b/editors/vscode/static/walkthroughs/welcome/create_slint_file.md index fb2e2784ae..aec0e64713 100644 --- a/editors/vscode/static/walkthroughs/welcome/create_slint_file.md +++ b/editors/vscode/static/walkthroughs/welcome/create_slint_file.md @@ -1,4 +1,3 @@ - The HelloWorld for Slint looks like this: diff --git a/editors/vscode/static/walkthroughs/welcome/get_help.md b/editors/vscode/static/walkthroughs/welcome/get_help.md index 8b3440ac41..7f536b2545 100644 --- a/editors/vscode/static/walkthroughs/welcome/get_help.md +++ b/editors/vscode/static/walkthroughs/welcome/get_help.md @@ -1,4 +1,3 @@ - To further improve your Slint skills, check out the [online documentation](https://slint.dev/docs). diff --git a/editors/zed/README.md b/editors/zed/README.md index c70892ec88..035d0b2f6f 100644 --- a/editors/zed/README.md +++ b/editors/zed/README.md @@ -1,4 +1,3 @@ - # Zed Slint diff --git a/examples/7guis/README.md b/examples/7guis/README.md index de7e3878d1..a98b806ec7 100644 --- a/examples/7guis/README.md +++ b/examples/7guis/README.md @@ -1,4 +1,3 @@ - # Slint's 7GUIs implementation diff --git a/examples/README.md b/examples/README.md index 7c32b1f356..f64cb80583 100644 --- a/examples/README.md +++ b/examples/README.md @@ -1,4 +1,3 @@ - # Examples diff --git a/examples/bash/README.md b/examples/bash/README.md index 4fd5e26b76..321e597281 100644 --- a/examples/bash/README.md +++ b/examples/bash/README.md @@ -1,4 +1,3 @@ - # Slint Bash example diff --git a/examples/bevy/README.md b/examples/bevy/README.md index f14e0eb2a8..7e522e89e6 100644 --- a/examples/bevy/README.md +++ b/examples/bevy/README.md @@ -1,4 +1,3 @@ - ### `bevy` diff --git a/examples/carousel/README.md b/examples/carousel/README.md index 05bdcc4dbb..f136ee1825 100644 --- a/examples/carousel/README.md +++ b/examples/carousel/README.md @@ -1,4 +1,3 @@ - ### `carousel` diff --git a/examples/carousel/esp-idf/README.md b/examples/carousel/esp-idf/README.md index 86a269f37a..00b05c1cf4 100644 --- a/examples/carousel/esp-idf/README.md +++ b/examples/carousel/esp-idf/README.md @@ -1,4 +1,3 @@ - # Carousel Demo with ESP-IDF diff --git a/examples/cpp/platform_native/README.md b/examples/cpp/platform_native/README.md index 8e6e34d477..85f01624d4 100644 --- a/examples/cpp/platform_native/README.md +++ b/examples/cpp/platform_native/README.md @@ -1,4 +1,3 @@ - This shows how one can use the Slint C++ platform API to integrate into any Windows application diff --git a/examples/cpp/platform_qt/README.md b/examples/cpp/platform_qt/README.md index 8058502458..fcc645f630 100644 --- a/examples/cpp/platform_qt/README.md +++ b/examples/cpp/platform_qt/README.md @@ -1,4 +1,3 @@ - # C++ Platform Qt example diff --git a/examples/cpp/qt_viewer/README.md b/examples/cpp/qt_viewer/README.md index 4fc885eace..825288cb15 100644 --- a/examples/cpp/qt_viewer/README.md +++ b/examples/cpp/qt_viewer/README.md @@ -1,4 +1,3 @@ - # qt_viewer diff --git a/examples/dial/README.md b/examples/dial/README.md index 76f69fc8b5..3350eedea2 100644 --- a/examples/dial/README.md +++ b/examples/dial/README.md @@ -1,4 +1,3 @@ - [![Dial Demo Video](https://github.com/user-attachments/assets/f9a4835d-5567-4fc2-bd4d-30b2e979f491)](https://github.com/user-attachments/assets/83fb39b3-a26e-4878-ba92-b27b4c3beb36) diff --git a/examples/fancy-switches/README.md b/examples/fancy-switches/README.md index 40cba2d902..93093cd0c6 100644 --- a/examples/fancy-switches/README.md +++ b/examples/fancy-switches/README.md @@ -1,4 +1,3 @@ - ![Fancy Switch Screenshot](https://github.com/user-attachments/assets/a5a289ae-cf57-410f-b683-ff472639d2c8) # Fancy light / dark theme switches diff --git a/examples/ffmpeg/README.md b/examples/ffmpeg/README.md index 8d24caea85..6acf69ef2b 100644 --- a/examples/ffmpeg/README.md +++ b/examples/ffmpeg/README.md @@ -1,4 +1,3 @@ - # FFmpeg Example diff --git a/examples/gallery/README.md b/examples/gallery/README.md index 8cc9b31a88..33c9a3d885 100644 --- a/examples/gallery/README.md +++ b/examples/gallery/README.md @@ -1,4 +1,3 @@ - ### `gallery` diff --git a/examples/gstreamer-player/README.md b/examples/gstreamer-player/README.md index 300959710c..a34eeca83c 100644 --- a/examples/gstreamer-player/README.md +++ b/examples/gstreamer-player/README.md @@ -1,4 +1,3 @@ - # GStreamer Example diff --git a/examples/imagefilter/README.md b/examples/imagefilter/README.md index 7c198be1a6..d5f49d14ee 100644 --- a/examples/imagefilter/README.md +++ b/examples/imagefilter/README.md @@ -1,4 +1,3 @@ - ### `imagefilter` diff --git a/examples/iot-dashboard/README.md b/examples/iot-dashboard/README.md index f101a99081..190bb42d82 100644 --- a/examples/iot-dashboard/README.md +++ b/examples/iot-dashboard/README.md @@ -1,4 +1,3 @@ - # iot-dashboard diff --git a/examples/maps/README.md b/examples/maps/README.md index 47227ff264..4b1e9adfa7 100644 --- a/examples/maps/README.md +++ b/examples/maps/README.md @@ -1,4 +1,3 @@ - A rust example that load image tiles asynchronously from OpenStreetMap server and allow panning and zooming diff --git a/examples/mcu-board-support/README.md b/examples/mcu-board-support/README.md index 7ae34280a5..549ff016f1 100644 --- a/examples/mcu-board-support/README.md +++ b/examples/mcu-board-support/README.md @@ -1,4 +1,3 @@ - # Slint MCU backend diff --git a/examples/mcu-embassy/README.md b/examples/mcu-embassy/README.md index 3904148f5a..32bea302d4 100644 --- a/examples/mcu-embassy/README.md +++ b/examples/mcu-embassy/README.md @@ -1,4 +1,3 @@ - # Embassy Slint stm32u5g9j-dk2 Demo diff --git a/examples/mcu-embassy/slint_generated/README.md b/examples/mcu-embassy/slint_generated/README.md index d52d53d676..8da89da105 100644 --- a/examples/mcu-embassy/slint_generated/README.md +++ b/examples/mcu-embassy/slint_generated/README.md @@ -1,4 +1,3 @@ - # Generated diff --git a/examples/memory/README.md b/examples/memory/README.md index 3888f1f0f3..4d6b81930a 100644 --- a/examples/memory/README.md +++ b/examples/memory/README.md @@ -1,4 +1,3 @@ - ### `memory` diff --git a/examples/memory/icons/README.md b/examples/memory/icons/README.md index 2901e0995d..e53c444fd9 100644 --- a/examples/memory/icons/README.md +++ b/examples/memory/icons/README.md @@ -1,4 +1,3 @@ - The icons originate from Font-Awesome font ( http://fontawesome.io ) and licensed under the CC BY 4.0 (SVG download) diff --git a/examples/opengl_texture/README.md b/examples/opengl_texture/README.md index 1529a75db3..059c463121 100644 --- a/examples/opengl_texture/README.md +++ b/examples/opengl_texture/README.md @@ -1,4 +1,3 @@ - # OpenGL Texture Import Example diff --git a/examples/opengl_underlay/README.md b/examples/opengl_underlay/README.md index 3048b09506..7df790f2fa 100644 --- a/examples/opengl_underlay/README.md +++ b/examples/opengl_underlay/README.md @@ -1,4 +1,3 @@ - # OpenGL Underlay Example diff --git a/examples/orbit-animation/README.md b/examples/orbit-animation/README.md index ecd3a16a78..82a155c11e 100644 --- a/examples/orbit-animation/README.md +++ b/examples/orbit-animation/README.md @@ -1,4 +1,3 @@ - ![Orbit Animation Screenshot](https://github.com/user-attachments/assets/a06bd1b3-fbb0-4b90-91c7-0a3fc181aae0) # Orbit Animation Demo diff --git a/examples/plotter/README.md b/examples/plotter/README.md index b5c1bee41d..66bd3f852f 100644 --- a/examples/plotter/README.md +++ b/examples/plotter/README.md @@ -1,4 +1,3 @@ - ### `plotter` diff --git a/examples/repeater/README.md b/examples/repeater/README.md index 321e4c77af..f9391ba45b 100644 --- a/examples/repeater/README.md +++ b/examples/repeater/README.md @@ -1,4 +1,3 @@ - ![Repeater Screenshot](https://github.com/user-attachments/assets/dbc1c045-8736-4545-a7af-9c60a89a8deb) # Repeater Demo diff --git a/examples/servo/README.md b/examples/servo/README.md index e8ce2c260a..2c508158ec 100644 --- a/examples/servo/README.md +++ b/examples/servo/README.md @@ -1,4 +1,3 @@ - # Slint Servo Example diff --git a/examples/slide_puzzle/README.md b/examples/slide_puzzle/README.md index 6eec623235..15fd786a6e 100644 --- a/examples/slide_puzzle/README.md +++ b/examples/slide_puzzle/README.md @@ -1,4 +1,3 @@ - # Slide Puzzle diff --git a/examples/speedometer/README.md b/examples/speedometer/README.md index aac65ea6c0..224942504f 100644 --- a/examples/speedometer/README.md +++ b/examples/speedometer/README.md @@ -1,4 +1,3 @@ - ![Speedometer Screenshot](https://github.com/user-attachments/assets/a5f19f43-9f36-443b-9e6d-cc6b504595e6) # Speedometer demo diff --git a/examples/sprite-sheet/README.md b/examples/sprite-sheet/README.md index 2e83f864df..e4d1924684 100644 --- a/examples/sprite-sheet/README.md +++ b/examples/sprite-sheet/README.md @@ -1,4 +1,3 @@ - ![Sprite Sheet Screenshot](https://github.com/user-attachments/assets/51f778a4-f7ab-492c-adf6-a33fa1fca6c7) # Sprite sheet demo diff --git a/examples/todo-mvc/README.md b/examples/todo-mvc/README.md index efb8cb1682..62d0515540 100644 --- a/examples/todo-mvc/README.md +++ b/examples/todo-mvc/README.md @@ -1,4 +1,3 @@ - ### `todo-mvc` diff --git a/examples/todo/README.md b/examples/todo/README.md index 42325d3b06..bb453430ec 100644 --- a/examples/todo/README.md +++ b/examples/todo/README.md @@ -1,4 +1,3 @@ - ### `todo` diff --git a/examples/uefi-demo/README.md b/examples/uefi-demo/README.md index 4df7ff2957..559bc7ec9c 100644 --- a/examples/uefi-demo/README.md +++ b/examples/uefi-demo/README.md @@ -1,4 +1,3 @@ - # Slint UEFI demo diff --git a/examples/virtual_keyboard/README.md b/examples/virtual_keyboard/README.md index ad8cddaa81..b00adf0118 100644 --- a/examples/virtual_keyboard/README.md +++ b/examples/virtual_keyboard/README.md @@ -1,4 +1,3 @@ - # Virtual Keyboard Example diff --git a/examples/wgpu_texture/README.md b/examples/wgpu_texture/README.md index d111accc92..c9f85c11dd 100644 --- a/examples/wgpu_texture/README.md +++ b/examples/wgpu_texture/README.md @@ -1,4 +1,3 @@ - # WGPU Texture Import Example diff --git a/helper_crates/const-field-offset/CHANGELOG.md b/helper_crates/const-field-offset/CHANGELOG.md index 50d659c217..8506bb3d34 100644 --- a/helper_crates/const-field-offset/CHANGELOG.md +++ b/helper_crates/const-field-offset/CHANGELOG.md @@ -1,4 +1,3 @@ - # Changelog diff --git a/helper_crates/const-field-offset/README.md b/helper_crates/const-field-offset/README.md index 046b31c54d..3a1ebc9064 100644 --- a/helper_crates/const-field-offset/README.md +++ b/helper_crates/const-field-offset/README.md @@ -1,4 +1,3 @@ - # const-field-offset crate diff --git a/helper_crates/vtable/CHANGELOG.md b/helper_crates/vtable/CHANGELOG.md index 39c9ea3a45..ddf55f8498 100644 --- a/helper_crates/vtable/CHANGELOG.md +++ b/helper_crates/vtable/CHANGELOG.md @@ -1,4 +1,3 @@ - # Changelog All notable changes to this crate will be documented in this file. diff --git a/helper_crates/vtable/README.md b/helper_crates/vtable/README.md index 21b3ee6211..aab6e1d344 100644 --- a/helper_crates/vtable/README.md +++ b/helper_crates/vtable/README.md @@ -1,4 +1,3 @@ - # `vtable` crate diff --git a/internal/backends/android-activity/README.md b/internal/backends/android-activity/README.md index bc1cc311d4..bff232f4b0 100644 --- a/internal/backends/android-activity/README.md +++ b/internal/backends/android-activity/README.md @@ -1,4 +1,3 @@ - **NOTE**: This library is an **internal** crate of the [Slint project](https://slint.dev). diff --git a/internal/backends/linuxkms/README.md b/internal/backends/linuxkms/README.md index 5175cc0205..fb83b36751 100644 --- a/internal/backends/linuxkms/README.md +++ b/internal/backends/linuxkms/README.md @@ -1,4 +1,3 @@ - **NOTE**: This library is an **internal** crate of the [Slint project](https://slint.dev). This crate should **not be used directly** by applications using Slint. diff --git a/internal/backends/qt/README.md b/internal/backends/qt/README.md index 5175cc0205..fb83b36751 100644 --- a/internal/backends/qt/README.md +++ b/internal/backends/qt/README.md @@ -1,4 +1,3 @@ - **NOTE**: This library is an **internal** crate of the [Slint project](https://slint.dev). This crate should **not be used directly** by applications using Slint. diff --git a/internal/backends/selector/README.md b/internal/backends/selector/README.md index 8e6c47496b..b52543e39b 100644 --- a/internal/backends/selector/README.md +++ b/internal/backends/selector/README.md @@ -1,4 +1,3 @@ - **NOTE**: This library is an **internal** crate of the [Slint project](https://slint.dev). This crate should **not be used directly** by applications using Slint. diff --git a/internal/backends/testing/README.md b/internal/backends/testing/README.md index cca7248553..7b45fc8314 100644 --- a/internal/backends/testing/README.md +++ b/internal/backends/testing/README.md @@ -1,4 +1,3 @@ - **NOTE**: This library is an **internal** crate of the [Slint project](https://slint.dev). This crate should **not be used directly** by applications using Slint. diff --git a/internal/backends/winit/README.md b/internal/backends/winit/README.md index a0941cac1e..0ba0238f4c 100644 --- a/internal/backends/winit/README.md +++ b/internal/backends/winit/README.md @@ -1,4 +1,3 @@ - **NOTE**: This library is an **internal** crate of the [Slint project](https://slint.dev). This crate should **not be used directly** by applications using Slint. diff --git a/internal/common/README.md b/internal/common/README.md index 728be8a1de..fd848f1cad 100644 --- a/internal/common/README.md +++ b/internal/common/README.md @@ -1,4 +1,3 @@ - This crate contains internal data structures and code that is shared between the i-slint-core and the i-slint-compiler crates. diff --git a/internal/compiler/README.md b/internal/compiler/README.md index d8ebd906aa..62e316faa6 100644 --- a/internal/compiler/README.md +++ b/internal/compiler/README.md @@ -1,4 +1,3 @@ - # The Slint Compiler Library diff --git a/internal/compiler/parser-test-macro/README.md b/internal/compiler/parser-test-macro/README.md index e85b64dee5..95b0e59f80 100644 --- a/internal/compiler/parser-test-macro/README.md +++ b/internal/compiler/parser-test-macro/README.md @@ -1,4 +1,3 @@ - parser_test: a proc macro attribute that generate tests for the parser functions diff --git a/internal/core-macros/README.md b/internal/core-macros/README.md index c1115052b9..fe64d37a12 100644 --- a/internal/core-macros/README.md +++ b/internal/core-macros/README.md @@ -1,4 +1,3 @@ - This crate contains the internal procedural macros used by the i-slint-core crate diff --git a/internal/core/README.md b/internal/core/README.md index 1ef9a21bf1..5bc17c9877 100644 --- a/internal/core/README.md +++ b/internal/core/README.md @@ -1,4 +1,3 @@ - # Slint Runtime Library diff --git a/internal/renderers/femtovg/README.md b/internal/renderers/femtovg/README.md index 5175cc0205..fb83b36751 100644 --- a/internal/renderers/femtovg/README.md +++ b/internal/renderers/femtovg/README.md @@ -1,4 +1,3 @@ - **NOTE**: This library is an **internal** crate of the [Slint project](https://slint.dev). This crate should **not be used directly** by applications using Slint. diff --git a/internal/renderers/skia/README.md b/internal/renderers/skia/README.md index 5175cc0205..fb83b36751 100644 --- a/internal/renderers/skia/README.md +++ b/internal/renderers/skia/README.md @@ -1,4 +1,3 @@ - **NOTE**: This library is an **internal** crate of the [Slint project](https://slint.dev). This crate should **not be used directly** by applications using Slint. diff --git a/logo/README.md b/logo/README.md index 62a4915f95..d7ae82c8cf 100644 --- a/logo/README.md +++ b/logo/README.md @@ -1,4 +1,3 @@ - # Branding Guidelines diff --git a/tools/docsnapper/README.md b/tools/docsnapper/README.md index f76b0d4a55..ff9d8d3f51 100644 --- a/tools/docsnapper/README.md +++ b/tools/docsnapper/README.md @@ -1,4 +1,3 @@ - # Screenshot tool for the documentation examples diff --git a/tools/figma-inspector/PUBLISH.md b/tools/figma-inspector/PUBLISH.md index 7027657e8f..5e39d56f03 100644 --- a/tools/figma-inspector/PUBLISH.md +++ b/tools/figma-inspector/PUBLISH.md @@ -1,4 +1,3 @@ - ## Publishing The Plugin diff --git a/tools/figma-inspector/README.md b/tools/figma-inspector/README.md index 45c6881031..eb1e54211a 100644 --- a/tools/figma-inspector/README.md +++ b/tools/figma-inspector/README.md @@ -1,4 +1,3 @@ - ## Figma to Slint property inspector diff --git a/tools/figma_import/README.md b/tools/figma_import/README.md index 5360858097..a5e36b792b 100644 --- a/tools/figma_import/README.md +++ b/tools/figma_import/README.md @@ -1,4 +1,3 @@ - # figma_import: Figma to Slint import tool diff --git a/tools/lsp/README.md b/tools/lsp/README.md index 281a078ae5..e13ff289ff 100644 --- a/tools/lsp/README.md +++ b/tools/lsp/README.md @@ -1,4 +1,3 @@ - # LSP (Language Server Protocol) Server for Slint diff --git a/tools/lsp/fmt/README.md b/tools/lsp/fmt/README.md index 81cf94064f..73bdaa8de3 100644 --- a/tools/lsp/fmt/README.md +++ b/tools/lsp/fmt/README.md @@ -1,4 +1,3 @@ - # Slint-fmt diff --git a/tools/slintpad/README.md b/tools/slintpad/README.md index bb92c0ee15..ecc0d3f829 100644 --- a/tools/slintpad/README.md +++ b/tools/slintpad/README.md @@ -1,4 +1,3 @@ - # SlintPad diff --git a/tools/tr-extractor/README.md b/tools/tr-extractor/README.md index d820e17368..d4e2b6cd7a 100644 --- a/tools/tr-extractor/README.md +++ b/tools/tr-extractor/README.md @@ -1,4 +1,3 @@ - # slint-tr-extractor diff --git a/tools/updater/README.md b/tools/updater/README.md index 206fe776af..088f6b8e90 100644 --- a/tools/updater/README.md +++ b/tools/updater/README.md @@ -1,4 +1,3 @@ - # Slint Updater diff --git a/tools/viewer/README.md b/tools/viewer/README.md index fcf27ff587..569ca1a674 100644 --- a/tools/viewer/README.md +++ b/tools/viewer/README.md @@ -1,4 +1,3 @@ - # Viewer for Slint diff --git a/ui-libraries/material/docs/MIGRATION.md b/ui-libraries/material/docs/MIGRATION.md index 1f41bce8f1..6c7fe3328a 100644 --- a/ui-libraries/material/docs/MIGRATION.md +++ b/ui-libraries/material/docs/MIGRATION.md @@ -1,4 +1,3 @@ - ## Technical Preview -> 1.0 migration guide diff --git a/ui-libraries/material/docs/README.md b/ui-libraries/material/docs/README.md index 5bb2226cc3..790d7da6d5 100644 --- a/ui-libraries/material/docs/README.md +++ b/ui-libraries/material/docs/README.md @@ -1,4 +1,3 @@ - # Slint Material Component Documentation diff --git a/ui-libraries/material/docs/src/content/collections/enums/CheckState.md b/ui-libraries/material/docs/src/content/collections/enums/CheckState.md index 8db9b21016..388e836315 100644 --- a/ui-libraries/material/docs/src/content/collections/enums/CheckState.md +++ b/ui-libraries/material/docs/src/content/collections/enums/CheckState.md @@ -1,5 +1,4 @@ --- - title: CheckState description: CheckState content --- diff --git a/ui-libraries/material/docs/src/content/collections/enums/FABStyle.md b/ui-libraries/material/docs/src/content/collections/enums/FABStyle.md index b524bfc4f1..7cea6f187f 100644 --- a/ui-libraries/material/docs/src/content/collections/enums/FABStyle.md +++ b/ui-libraries/material/docs/src/content/collections/enums/FABStyle.md @@ -1,5 +1,4 @@ --- - title: FABStyle description: FABStyle content --- diff --git a/ui-libraries/material/docs/src/content/collections/enums/LayoutAlignment.md b/ui-libraries/material/docs/src/content/collections/enums/LayoutAlignment.md index 8eb5148e55..8dd4b755c4 100644 --- a/ui-libraries/material/docs/src/content/collections/enums/LayoutAlignment.md +++ b/ui-libraries/material/docs/src/content/collections/enums/LayoutAlignment.md @@ -1,5 +1,4 @@ --- - title: LayoutAlignment description: LayoutAlignment content --- diff --git a/ui-libraries/material/docs/src/content/collections/enums/ScrollBarPolicy.md b/ui-libraries/material/docs/src/content/collections/enums/ScrollBarPolicy.md index 47888d823d..329d8f0293 100644 --- a/ui-libraries/material/docs/src/content/collections/enums/ScrollBarPolicy.md +++ b/ui-libraries/material/docs/src/content/collections/enums/ScrollBarPolicy.md @@ -1,5 +1,4 @@ --- - title: ScrollBarPolicy description: ScrollBarPolicy content --- diff --git a/ui-libraries/material/docs/src/content/collections/structs/IconButtonItem.md b/ui-libraries/material/docs/src/content/collections/structs/IconButtonItem.md index e84e3c2145..12b146d003 100644 --- a/ui-libraries/material/docs/src/content/collections/structs/IconButtonItem.md +++ b/ui-libraries/material/docs/src/content/collections/structs/IconButtonItem.md @@ -1,5 +1,4 @@ --- - title: IconButtonItem description: IconButtonItem content --- diff --git a/ui-libraries/material/docs/src/content/collections/structs/ListItem.md b/ui-libraries/material/docs/src/content/collections/structs/ListItem.md index 5f3f0f007e..de32feefac 100644 --- a/ui-libraries/material/docs/src/content/collections/structs/ListItem.md +++ b/ui-libraries/material/docs/src/content/collections/structs/ListItem.md @@ -1,5 +1,4 @@ --- - title: ListItem description: ListItem content --- diff --git a/ui-libraries/material/docs/src/content/collections/structs/MenuItem.md b/ui-libraries/material/docs/src/content/collections/structs/MenuItem.md index 208b46bd31..520b3f9791 100644 --- a/ui-libraries/material/docs/src/content/collections/structs/MenuItem.md +++ b/ui-libraries/material/docs/src/content/collections/structs/MenuItem.md @@ -1,5 +1,4 @@ --- - title: MenuItem description: MenuItem content --- diff --git a/ui-libraries/material/docs/src/content/collections/structs/NavigationGroup.md b/ui-libraries/material/docs/src/content/collections/structs/NavigationGroup.md index 25bf512d68..c680aed8e6 100644 --- a/ui-libraries/material/docs/src/content/collections/structs/NavigationGroup.md +++ b/ui-libraries/material/docs/src/content/collections/structs/NavigationGroup.md @@ -1,5 +1,4 @@ --- - title: NavigationGroup description: NavigationGroup content --- diff --git a/ui-libraries/material/docs/src/content/collections/structs/NavigationItem.md b/ui-libraries/material/docs/src/content/collections/structs/NavigationItem.md index db474e8597..1ea633145b 100644 --- a/ui-libraries/material/docs/src/content/collections/structs/NavigationItem.md +++ b/ui-libraries/material/docs/src/content/collections/structs/NavigationItem.md @@ -1,5 +1,4 @@ --- - title: Navigation Item description: NavigationItem content --- diff --git a/ui-libraries/material/docs/src/content/collections/structs/SegmentedItem.md b/ui-libraries/material/docs/src/content/collections/structs/SegmentedItem.md index 01f7931375..5a95edc2ce 100644 --- a/ui-libraries/material/docs/src/content/collections/structs/SegmentedItem.md +++ b/ui-libraries/material/docs/src/content/collections/structs/SegmentedItem.md @@ -1,5 +1,4 @@ --- - title: SegmentedItem description: SegmentedItem content --- diff --git a/ui-libraries/material/docs/src/content/collections/structs/Time.md b/ui-libraries/material/docs/src/content/collections/structs/Time.md index 0d4023a545..a0c67295e3 100644 --- a/ui-libraries/material/docs/src/content/collections/structs/Time.md +++ b/ui-libraries/material/docs/src/content/collections/structs/Time.md @@ -1,5 +1,4 @@ --- - title: Time description: Time content --- diff --git a/ui-libraries/material/docs/src/content/docs/components/AppBars/app_bar.mdx b/ui-libraries/material/docs/src/content/docs/components/AppBars/app_bar.mdx index a54c478472..07e2eff4fe 100644 --- a/ui-libraries/material/docs/src/content/docs/components/AppBars/app_bar.mdx +++ b/ui-libraries/material/docs/src/content/docs/components/AppBars/app_bar.mdx @@ -1,5 +1,4 @@ --- - title: AppBar description: AppBar API. --- diff --git a/ui-libraries/material/docs/src/content/docs/components/AppBars/bottom_app_bar.mdx b/ui-libraries/material/docs/src/content/docs/components/AppBars/bottom_app_bar.mdx index 8171235ee0..dea7e0f8a1 100644 --- a/ui-libraries/material/docs/src/content/docs/components/AppBars/bottom_app_bar.mdx +++ b/ui-libraries/material/docs/src/content/docs/components/AppBars/bottom_app_bar.mdx @@ -1,5 +1,4 @@ --- - title: BottomAppBar description: BottomAppBar API. --- diff --git a/ui-libraries/material/docs/src/content/docs/components/AppBars/large_app_bar.mdx b/ui-libraries/material/docs/src/content/docs/components/AppBars/large_app_bar.mdx index 34e13cf135..3fe0e6e54c 100644 --- a/ui-libraries/material/docs/src/content/docs/components/AppBars/large_app_bar.mdx +++ b/ui-libraries/material/docs/src/content/docs/components/AppBars/large_app_bar.mdx @@ -1,5 +1,4 @@ --- - title: LargeAppBar description: LargeAppBar API. --- diff --git a/ui-libraries/material/docs/src/content/docs/components/AppBars/medium_app_bar.mdx b/ui-libraries/material/docs/src/content/docs/components/AppBars/medium_app_bar.mdx index c97943b21d..74eacc78f7 100644 --- a/ui-libraries/material/docs/src/content/docs/components/AppBars/medium_app_bar.mdx +++ b/ui-libraries/material/docs/src/content/docs/components/AppBars/medium_app_bar.mdx @@ -1,5 +1,4 @@ --- - title: MediumAppBar description: MediumAppBar API. --- diff --git a/ui-libraries/material/docs/src/content/docs/components/AppBars/navigation_bar.mdx b/ui-libraries/material/docs/src/content/docs/components/AppBars/navigation_bar.mdx index f289715505..bf4ee01a75 100644 --- a/ui-libraries/material/docs/src/content/docs/components/AppBars/navigation_bar.mdx +++ b/ui-libraries/material/docs/src/content/docs/components/AppBars/navigation_bar.mdx @@ -1,5 +1,4 @@ --- - title: NavigationBar description: NavigationBar API. --- diff --git a/ui-libraries/material/docs/src/content/docs/components/AppBars/search_bar.mdx b/ui-libraries/material/docs/src/content/docs/components/AppBars/search_bar.mdx index ea76535ac6..71bee51657 100644 --- a/ui-libraries/material/docs/src/content/docs/components/AppBars/search_bar.mdx +++ b/ui-libraries/material/docs/src/content/docs/components/AppBars/search_bar.mdx @@ -1,5 +1,4 @@ --- - title: SearchBar description: SearchBar API. --- diff --git a/ui-libraries/material/docs/src/content/docs/components/AppBars/small_app_bar.mdx b/ui-libraries/material/docs/src/content/docs/components/AppBars/small_app_bar.mdx index 9df6f2a18e..df70fa58ba 100644 --- a/ui-libraries/material/docs/src/content/docs/components/AppBars/small_app_bar.mdx +++ b/ui-libraries/material/docs/src/content/docs/components/AppBars/small_app_bar.mdx @@ -1,5 +1,4 @@ --- - title: SmallAppBar description: SmallAppBar API. --- diff --git a/ui-libraries/material/docs/src/content/docs/components/AppBars/tab_bar.mdx b/ui-libraries/material/docs/src/content/docs/components/AppBars/tab_bar.mdx index 5152334818..9438cf0588 100644 --- a/ui-libraries/material/docs/src/content/docs/components/AppBars/tab_bar.mdx +++ b/ui-libraries/material/docs/src/content/docs/components/AppBars/tab_bar.mdx @@ -1,5 +1,4 @@ --- - title: TabBar description: TabBar API. --- diff --git a/ui-libraries/material/docs/src/content/docs/components/Badges/badge.mdx b/ui-libraries/material/docs/src/content/docs/components/Badges/badge.mdx index e9a2e39e4d..71f732a91f 100644 --- a/ui-libraries/material/docs/src/content/docs/components/Badges/badge.mdx +++ b/ui-libraries/material/docs/src/content/docs/components/Badges/badge.mdx @@ -1,5 +1,4 @@ --- - title: Badge description: Badge API. --- diff --git a/ui-libraries/material/docs/src/content/docs/components/Buttons/elevated_button.mdx b/ui-libraries/material/docs/src/content/docs/components/Buttons/elevated_button.mdx index c5aa2653dc..275e922b39 100644 --- a/ui-libraries/material/docs/src/content/docs/components/Buttons/elevated_button.mdx +++ b/ui-libraries/material/docs/src/content/docs/components/Buttons/elevated_button.mdx @@ -1,5 +1,4 @@ --- - title: ElevatedButton description: ElevatedButton API. --- diff --git a/ui-libraries/material/docs/src/content/docs/components/Buttons/filled_button.mdx b/ui-libraries/material/docs/src/content/docs/components/Buttons/filled_button.mdx index 696272d319..c144660ed6 100644 --- a/ui-libraries/material/docs/src/content/docs/components/Buttons/filled_button.mdx +++ b/ui-libraries/material/docs/src/content/docs/components/Buttons/filled_button.mdx @@ -1,5 +1,4 @@ --- - title: FilledButton description: FilledButton API. --- diff --git a/ui-libraries/material/docs/src/content/docs/components/Buttons/filled_icon_button.mdx b/ui-libraries/material/docs/src/content/docs/components/Buttons/filled_icon_button.mdx index e873b269c4..7e9e46feef 100644 --- a/ui-libraries/material/docs/src/content/docs/components/Buttons/filled_icon_button.mdx +++ b/ui-libraries/material/docs/src/content/docs/components/Buttons/filled_icon_button.mdx @@ -1,5 +1,4 @@ --- - title: FilledIconButton description: FilledIconButton API. --- diff --git a/ui-libraries/material/docs/src/content/docs/components/Buttons/floating_action_button.mdx b/ui-libraries/material/docs/src/content/docs/components/Buttons/floating_action_button.mdx index 85506af704..33341e3f10 100644 --- a/ui-libraries/material/docs/src/content/docs/components/Buttons/floating_action_button.mdx +++ b/ui-libraries/material/docs/src/content/docs/components/Buttons/floating_action_button.mdx @@ -1,5 +1,4 @@ --- - title: FloatingActionButton (FAB) description: FloatingActionButton API. --- diff --git a/ui-libraries/material/docs/src/content/docs/components/Buttons/icon_button.mdx b/ui-libraries/material/docs/src/content/docs/components/Buttons/icon_button.mdx index 4172a22f57..da70839ec5 100644 --- a/ui-libraries/material/docs/src/content/docs/components/Buttons/icon_button.mdx +++ b/ui-libraries/material/docs/src/content/docs/components/Buttons/icon_button.mdx @@ -1,5 +1,4 @@ --- - title: IconButton description: IconButton API. --- diff --git a/ui-libraries/material/docs/src/content/docs/components/Buttons/outline_button.mdx b/ui-libraries/material/docs/src/content/docs/components/Buttons/outline_button.mdx index 2ac4a65efc..04e999a313 100644 --- a/ui-libraries/material/docs/src/content/docs/components/Buttons/outline_button.mdx +++ b/ui-libraries/material/docs/src/content/docs/components/Buttons/outline_button.mdx @@ -1,5 +1,4 @@ --- - title: OutlineButton description: OutlineButton API. --- diff --git a/ui-libraries/material/docs/src/content/docs/components/Buttons/outline_icon_button.mdx b/ui-libraries/material/docs/src/content/docs/components/Buttons/outline_icon_button.mdx index b783618965..5f40ebd79e 100644 --- a/ui-libraries/material/docs/src/content/docs/components/Buttons/outline_icon_button.mdx +++ b/ui-libraries/material/docs/src/content/docs/components/Buttons/outline_icon_button.mdx @@ -1,5 +1,4 @@ --- - title: OutlineIconButton description: OutlineIconButton API. --- diff --git a/ui-libraries/material/docs/src/content/docs/components/Buttons/segmented_button.mdx b/ui-libraries/material/docs/src/content/docs/components/Buttons/segmented_button.mdx index 579a9802a2..e12adf4ebb 100644 --- a/ui-libraries/material/docs/src/content/docs/components/Buttons/segmented_button.mdx +++ b/ui-libraries/material/docs/src/content/docs/components/Buttons/segmented_button.mdx @@ -1,5 +1,4 @@ --- - title: SegmentedButton description: SegmentedButton API. --- diff --git a/ui-libraries/material/docs/src/content/docs/components/Buttons/text_button.mdx b/ui-libraries/material/docs/src/content/docs/components/Buttons/text_button.mdx index 938d95b903..392901e793 100644 --- a/ui-libraries/material/docs/src/content/docs/components/Buttons/text_button.mdx +++ b/ui-libraries/material/docs/src/content/docs/components/Buttons/text_button.mdx @@ -1,5 +1,4 @@ --- - title: TextButton description: TextButton API. --- diff --git a/ui-libraries/material/docs/src/content/docs/components/Buttons/tonal_button.mdx b/ui-libraries/material/docs/src/content/docs/components/Buttons/tonal_button.mdx index 1cec846425..747399b9e4 100644 --- a/ui-libraries/material/docs/src/content/docs/components/Buttons/tonal_button.mdx +++ b/ui-libraries/material/docs/src/content/docs/components/Buttons/tonal_button.mdx @@ -1,5 +1,4 @@ --- - title: TonalButton description: TonalButton API. --- diff --git a/ui-libraries/material/docs/src/content/docs/components/Buttons/tonal_icon_button.mdx b/ui-libraries/material/docs/src/content/docs/components/Buttons/tonal_icon_button.mdx index 9307e99f72..12eea2b76d 100644 --- a/ui-libraries/material/docs/src/content/docs/components/Buttons/tonal_icon_button.mdx +++ b/ui-libraries/material/docs/src/content/docs/components/Buttons/tonal_icon_button.mdx @@ -1,5 +1,4 @@ --- - title: TonalIconButton description: TonalIconButton API. --- diff --git a/ui-libraries/material/docs/src/content/docs/components/Cards/elevated_card.mdx b/ui-libraries/material/docs/src/content/docs/components/Cards/elevated_card.mdx index 325ce1a5ed..7e8776c57d 100644 --- a/ui-libraries/material/docs/src/content/docs/components/Cards/elevated_card.mdx +++ b/ui-libraries/material/docs/src/content/docs/components/Cards/elevated_card.mdx @@ -1,5 +1,4 @@ --- - title: ElevatedCard description: ElevatedCard API. --- diff --git a/ui-libraries/material/docs/src/content/docs/components/Cards/filled_card.mdx b/ui-libraries/material/docs/src/content/docs/components/Cards/filled_card.mdx index 2993291177..f6226e059f 100644 --- a/ui-libraries/material/docs/src/content/docs/components/Cards/filled_card.mdx +++ b/ui-libraries/material/docs/src/content/docs/components/Cards/filled_card.mdx @@ -1,5 +1,4 @@ --- - title: FilledCard description: FilledCard API. --- diff --git a/ui-libraries/material/docs/src/content/docs/components/Cards/outlined_card.mdx b/ui-libraries/material/docs/src/content/docs/components/Cards/outlined_card.mdx index 21b5ddf3cd..f48e815c97 100644 --- a/ui-libraries/material/docs/src/content/docs/components/Cards/outlined_card.mdx +++ b/ui-libraries/material/docs/src/content/docs/components/Cards/outlined_card.mdx @@ -1,5 +1,4 @@ --- - title: OutlinedCard description: OutlinedCard API. --- diff --git a/ui-libraries/material/docs/src/content/docs/components/Checkboxes/check_box.mdx b/ui-libraries/material/docs/src/content/docs/components/Checkboxes/check_box.mdx index 4ad56688f4..5a0035c0f2 100644 --- a/ui-libraries/material/docs/src/content/docs/components/Checkboxes/check_box.mdx +++ b/ui-libraries/material/docs/src/content/docs/components/Checkboxes/check_box.mdx @@ -1,5 +1,4 @@ --- - title: CheckBox description: CheckBox API. --- diff --git a/ui-libraries/material/docs/src/content/docs/components/Checkboxes/check_box_tile.mdx b/ui-libraries/material/docs/src/content/docs/components/Checkboxes/check_box_tile.mdx index e02f430b6f..549fc87b38 100644 --- a/ui-libraries/material/docs/src/content/docs/components/Checkboxes/check_box_tile.mdx +++ b/ui-libraries/material/docs/src/content/docs/components/Checkboxes/check_box_tile.mdx @@ -1,5 +1,4 @@ --- - title: CheckBoxTile description: CheckBoxTile API. --- diff --git a/ui-libraries/material/docs/src/content/docs/components/Chips/action_chip.mdx b/ui-libraries/material/docs/src/content/docs/components/Chips/action_chip.mdx index d204922c84..e0a3655867 100644 --- a/ui-libraries/material/docs/src/content/docs/components/Chips/action_chip.mdx +++ b/ui-libraries/material/docs/src/content/docs/components/Chips/action_chip.mdx @@ -1,5 +1,4 @@ --- - title: ActionChip description: ActionChip API. --- diff --git a/ui-libraries/material/docs/src/content/docs/components/Chips/filter_chip.mdx b/ui-libraries/material/docs/src/content/docs/components/Chips/filter_chip.mdx index 2b1dccc30a..ed44d944f5 100644 --- a/ui-libraries/material/docs/src/content/docs/components/Chips/filter_chip.mdx +++ b/ui-libraries/material/docs/src/content/docs/components/Chips/filter_chip.mdx @@ -1,5 +1,4 @@ --- - title: FilterChip description: FilterChip API. --- diff --git a/ui-libraries/material/docs/src/content/docs/components/Chips/input_chip.mdx b/ui-libraries/material/docs/src/content/docs/components/Chips/input_chip.mdx index 04cc46d183..2b0690c263 100644 --- a/ui-libraries/material/docs/src/content/docs/components/Chips/input_chip.mdx +++ b/ui-libraries/material/docs/src/content/docs/components/Chips/input_chip.mdx @@ -1,5 +1,4 @@ --- - title: InputChip description: InputChip API. --- diff --git a/ui-libraries/material/docs/src/content/docs/components/Dialogs/dialog.mdx b/ui-libraries/material/docs/src/content/docs/components/Dialogs/dialog.mdx index 42787b4242..dba88ead67 100644 --- a/ui-libraries/material/docs/src/content/docs/components/Dialogs/dialog.mdx +++ b/ui-libraries/material/docs/src/content/docs/components/Dialogs/dialog.mdx @@ -1,5 +1,4 @@ --- - title: Dialog description: Dialog API. --- diff --git a/ui-libraries/material/docs/src/content/docs/components/Dialogs/fullscreen_dialog.mdx b/ui-libraries/material/docs/src/content/docs/components/Dialogs/fullscreen_dialog.mdx index 8be2c19c26..24e54af427 100644 --- a/ui-libraries/material/docs/src/content/docs/components/Dialogs/fullscreen_dialog.mdx +++ b/ui-libraries/material/docs/src/content/docs/components/Dialogs/fullscreen_dialog.mdx @@ -1,5 +1,4 @@ --- - title: FullscreenDialog description: FullscreenDialog API. --- diff --git a/ui-libraries/material/docs/src/content/docs/components/Layouts/grid.mdx b/ui-libraries/material/docs/src/content/docs/components/Layouts/grid.mdx index a118490f22..6c88a8788b 100644 --- a/ui-libraries/material/docs/src/content/docs/components/Layouts/grid.mdx +++ b/ui-libraries/material/docs/src/content/docs/components/Layouts/grid.mdx @@ -1,5 +1,4 @@ --- - title: Grid description: Grid API. --- diff --git a/ui-libraries/material/docs/src/content/docs/components/Layouts/horizontal.mdx b/ui-libraries/material/docs/src/content/docs/components/Layouts/horizontal.mdx index 3a6f837ad9..0a319f3766 100644 --- a/ui-libraries/material/docs/src/content/docs/components/Layouts/horizontal.mdx +++ b/ui-libraries/material/docs/src/content/docs/components/Layouts/horizontal.mdx @@ -1,5 +1,4 @@ --- - title: Horizontal description: Horizontal API. --- diff --git a/ui-libraries/material/docs/src/content/docs/components/Layouts/vertical.mdx b/ui-libraries/material/docs/src/content/docs/components/Layouts/vertical.mdx index 1947d12af1..c0733d1389 100644 --- a/ui-libraries/material/docs/src/content/docs/components/Layouts/vertical.mdx +++ b/ui-libraries/material/docs/src/content/docs/components/Layouts/vertical.mdx @@ -1,5 +1,4 @@ --- - title: Vertical description: Vertical API. --- diff --git a/ui-libraries/material/docs/src/content/docs/components/Navigation/modal_navigation_drawer.mdx b/ui-libraries/material/docs/src/content/docs/components/Navigation/modal_navigation_drawer.mdx index da5d9d3140..8e0318bdf7 100644 --- a/ui-libraries/material/docs/src/content/docs/components/Navigation/modal_navigation_drawer.mdx +++ b/ui-libraries/material/docs/src/content/docs/components/Navigation/modal_navigation_drawer.mdx @@ -1,5 +1,4 @@ --- - title: ModalNavigationDrawer description: ModalNavigationDrawer API. --- diff --git a/ui-libraries/material/docs/src/content/docs/components/Navigation/navigation_drawer.mdx b/ui-libraries/material/docs/src/content/docs/components/Navigation/navigation_drawer.mdx index 03289949cc..9a35cbb937 100644 --- a/ui-libraries/material/docs/src/content/docs/components/Navigation/navigation_drawer.mdx +++ b/ui-libraries/material/docs/src/content/docs/components/Navigation/navigation_drawer.mdx @@ -1,5 +1,4 @@ --- - title: NavigationDrawer description: NavigationDrawer API. --- diff --git a/ui-libraries/material/docs/src/content/docs/components/Navigation/navigation_rail.mdx b/ui-libraries/material/docs/src/content/docs/components/Navigation/navigation_rail.mdx index a768d14158..306747d032 100644 --- a/ui-libraries/material/docs/src/content/docs/components/Navigation/navigation_rail.mdx +++ b/ui-libraries/material/docs/src/content/docs/components/Navigation/navigation_rail.mdx @@ -1,5 +1,4 @@ --- - title: NavigationRail description: NavigationRail API. --- diff --git a/ui-libraries/material/docs/src/content/docs/components/Progress/circular_progress_indicator.mdx b/ui-libraries/material/docs/src/content/docs/components/Progress/circular_progress_indicator.mdx index 0c153ad1d4..ecac2adbd3 100644 --- a/ui-libraries/material/docs/src/content/docs/components/Progress/circular_progress_indicator.mdx +++ b/ui-libraries/material/docs/src/content/docs/components/Progress/circular_progress_indicator.mdx @@ -1,5 +1,4 @@ --- - title: CircularProgressIndicator description: CircularProgressIndicator API. --- diff --git a/ui-libraries/material/docs/src/content/docs/components/Progress/linear_progress_indicator.mdx b/ui-libraries/material/docs/src/content/docs/components/Progress/linear_progress_indicator.mdx index 684b46fa1d..35db831349 100644 --- a/ui-libraries/material/docs/src/content/docs/components/Progress/linear_progress_indicator.mdx +++ b/ui-libraries/material/docs/src/content/docs/components/Progress/linear_progress_indicator.mdx @@ -1,5 +1,4 @@ --- - title: LinearProgressIndicator description: LinearProgressIndicator API. --- diff --git a/ui-libraries/material/docs/src/content/docs/components/RadioButton/radio_button.mdx b/ui-libraries/material/docs/src/content/docs/components/RadioButton/radio_button.mdx index f857de418f..fe4c9fb7c3 100644 --- a/ui-libraries/material/docs/src/content/docs/components/RadioButton/radio_button.mdx +++ b/ui-libraries/material/docs/src/content/docs/components/RadioButton/radio_button.mdx @@ -1,5 +1,4 @@ --- - title: RadioButton description: RadioButton API. --- diff --git a/ui-libraries/material/docs/src/content/docs/components/RadioButton/radio_button_tile.mdx b/ui-libraries/material/docs/src/content/docs/components/RadioButton/radio_button_tile.mdx index 74b3e0f5e3..2f6b00ba46 100644 --- a/ui-libraries/material/docs/src/content/docs/components/RadioButton/radio_button_tile.mdx +++ b/ui-libraries/material/docs/src/content/docs/components/RadioButton/radio_button_tile.mdx @@ -1,5 +1,4 @@ --- - title: RadioButtonTile description: RadioButtonTile API. --- diff --git a/ui-libraries/material/docs/src/content/docs/components/Sheets/modal_bottom_sheet.mdx b/ui-libraries/material/docs/src/content/docs/components/Sheets/modal_bottom_sheet.mdx index 81960f0165..6c73fb3aac 100644 --- a/ui-libraries/material/docs/src/content/docs/components/Sheets/modal_bottom_sheet.mdx +++ b/ui-libraries/material/docs/src/content/docs/components/Sheets/modal_bottom_sheet.mdx @@ -1,5 +1,4 @@ --- - title: ModalBottomSheet description: ModalBottomSheet API. --- diff --git a/ui-libraries/material/docs/src/content/docs/components/avatar.mdx b/ui-libraries/material/docs/src/content/docs/components/avatar.mdx index 7bfdfa3ace..d797b9c46d 100644 --- a/ui-libraries/material/docs/src/content/docs/components/avatar.mdx +++ b/ui-libraries/material/docs/src/content/docs/components/avatar.mdx @@ -1,5 +1,4 @@ --- - title: Avatar description: Avatar API. --- diff --git a/ui-libraries/material/docs/src/content/docs/components/date_picker.mdx b/ui-libraries/material/docs/src/content/docs/components/date_picker.mdx index d39366d59e..df8148d421 100644 --- a/ui-libraries/material/docs/src/content/docs/components/date_picker.mdx +++ b/ui-libraries/material/docs/src/content/docs/components/date_picker.mdx @@ -1,5 +1,4 @@ --- - title: DatePickerPopup description: DatePickerPopup api. --- diff --git a/ui-libraries/material/docs/src/content/docs/components/divider.mdx b/ui-libraries/material/docs/src/content/docs/components/divider.mdx index 8a719b2bce..2a43ea0714 100644 --- a/ui-libraries/material/docs/src/content/docs/components/divider.mdx +++ b/ui-libraries/material/docs/src/content/docs/components/divider.mdx @@ -1,5 +1,4 @@ --- - title: Divider description: Divider API. --- diff --git a/ui-libraries/material/docs/src/content/docs/components/drop_down_menu.mdx b/ui-libraries/material/docs/src/content/docs/components/drop_down_menu.mdx index 08e3dd1fab..58ba9d7d80 100644 --- a/ui-libraries/material/docs/src/content/docs/components/drop_down_menu.mdx +++ b/ui-libraries/material/docs/src/content/docs/components/drop_down_menu.mdx @@ -1,5 +1,4 @@ --- - title: DropDownMenu description: DropDownMenu API. --- diff --git a/ui-libraries/material/docs/src/content/docs/components/list_tile.mdx b/ui-libraries/material/docs/src/content/docs/components/list_tile.mdx index 0fccbd46f3..e71f40c3dc 100644 --- a/ui-libraries/material/docs/src/content/docs/components/list_tile.mdx +++ b/ui-libraries/material/docs/src/content/docs/components/list_tile.mdx @@ -1,5 +1,4 @@ --- - title: ListTile description: ListTile API. --- diff --git a/ui-libraries/material/docs/src/content/docs/components/material_window.mdx b/ui-libraries/material/docs/src/content/docs/components/material_window.mdx index bb1872192b..2071e37ee6 100644 --- a/ui-libraries/material/docs/src/content/docs/components/material_window.mdx +++ b/ui-libraries/material/docs/src/content/docs/components/material_window.mdx @@ -1,5 +1,4 @@ --- - title: MaterialWindow description: MaterialWindow API. --- diff --git a/ui-libraries/material/docs/src/content/docs/components/modal.mdx b/ui-libraries/material/docs/src/content/docs/components/modal.mdx index e8727f76b5..6b20b43b1f 100644 --- a/ui-libraries/material/docs/src/content/docs/components/modal.mdx +++ b/ui-libraries/material/docs/src/content/docs/components/modal.mdx @@ -1,5 +1,4 @@ --- - title: Modal description: Modal API. --- diff --git a/ui-libraries/material/docs/src/content/docs/components/modal_drawer.mdx b/ui-libraries/material/docs/src/content/docs/components/modal_drawer.mdx index 489ce50552..83aea12b50 100644 --- a/ui-libraries/material/docs/src/content/docs/components/modal_drawer.mdx +++ b/ui-libraries/material/docs/src/content/docs/components/modal_drawer.mdx @@ -1,5 +1,4 @@ --- - title: ModalDrawer description: ModalDrawer API. --- diff --git a/ui-libraries/material/docs/src/content/docs/components/popup_menu.mdx b/ui-libraries/material/docs/src/content/docs/components/popup_menu.mdx index 00af5e9213..c220c74968 100644 --- a/ui-libraries/material/docs/src/content/docs/components/popup_menu.mdx +++ b/ui-libraries/material/docs/src/content/docs/components/popup_menu.mdx @@ -1,5 +1,4 @@ --- - title: PopupMenu description: PopupMenu API. --- diff --git a/ui-libraries/material/docs/src/content/docs/components/scroll_view.mdx b/ui-libraries/material/docs/src/content/docs/components/scroll_view.mdx index 28ddcbe6cc..1046a63d9b 100644 --- a/ui-libraries/material/docs/src/content/docs/components/scroll_view.mdx +++ b/ui-libraries/material/docs/src/content/docs/components/scroll_view.mdx @@ -1,5 +1,4 @@ --- - title: ScrollView description: ScrollView API. --- diff --git a/ui-libraries/material/docs/src/content/docs/components/slider.mdx b/ui-libraries/material/docs/src/content/docs/components/slider.mdx index c29d992935..bdbab63b5b 100644 --- a/ui-libraries/material/docs/src/content/docs/components/slider.mdx +++ b/ui-libraries/material/docs/src/content/docs/components/slider.mdx @@ -1,5 +1,4 @@ --- - title: Slider description: Slider API. --- diff --git a/ui-libraries/material/docs/src/content/docs/components/snack_bar.mdx b/ui-libraries/material/docs/src/content/docs/components/snack_bar.mdx index 388f8f39f3..9f30cb1338 100644 --- a/ui-libraries/material/docs/src/content/docs/components/snack_bar.mdx +++ b/ui-libraries/material/docs/src/content/docs/components/snack_bar.mdx @@ -1,5 +1,4 @@ --- - title: SnackBar description: SnackBar API. --- diff --git a/ui-libraries/material/docs/src/content/docs/components/switch.mdx b/ui-libraries/material/docs/src/content/docs/components/switch.mdx index 5e5a8b0834..ffbd663906 100644 --- a/ui-libraries/material/docs/src/content/docs/components/switch.mdx +++ b/ui-libraries/material/docs/src/content/docs/components/switch.mdx @@ -1,5 +1,4 @@ --- - title: Switch description: Switch API. --- diff --git a/ui-libraries/material/docs/src/content/docs/components/text_field.mdx b/ui-libraries/material/docs/src/content/docs/components/text_field.mdx index ab9290a542..6208c1fab5 100644 --- a/ui-libraries/material/docs/src/content/docs/components/text_field.mdx +++ b/ui-libraries/material/docs/src/content/docs/components/text_field.mdx @@ -1,5 +1,4 @@ --- - title: TextField description: TextField API. --- diff --git a/ui-libraries/material/docs/src/content/docs/components/time_picker.mdx b/ui-libraries/material/docs/src/content/docs/components/time_picker.mdx index a92fe14a78..cfbbfe02f2 100644 --- a/ui-libraries/material/docs/src/content/docs/components/time_picker.mdx +++ b/ui-libraries/material/docs/src/content/docs/components/time_picker.mdx @@ -1,5 +1,4 @@ --- - title: TimePickerPopup description: TimePickerPopup API. --- diff --git a/ui-libraries/material/docs/src/content/docs/components/tooltip.mdx b/ui-libraries/material/docs/src/content/docs/components/tooltip.mdx index 510dccd502..8e996cf078 100644 --- a/ui-libraries/material/docs/src/content/docs/components/tooltip.mdx +++ b/ui-libraries/material/docs/src/content/docs/components/tooltip.mdx @@ -1,5 +1,4 @@ --- - title: ToolTip description: ToolTip API. --- diff --git a/ui-libraries/material/docs/src/content/docs/getting-started.mdx b/ui-libraries/material/docs/src/content/docs/getting-started.mdx index 13fbe3f658..4e5562a3b3 100644 --- a/ui-libraries/material/docs/src/content/docs/getting-started.mdx +++ b/ui-libraries/material/docs/src/content/docs/getting-started.mdx @@ -1,5 +1,4 @@ --- - title: Getting Started description: Getting Started with Slint Material UI. --- diff --git a/ui-libraries/material/docs/src/content/docs/reference/global-structs-enums.mdx b/ui-libraries/material/docs/src/content/docs/reference/global-structs-enums.mdx index e859694b77..66429877eb 100644 --- a/ui-libraries/material/docs/src/content/docs/reference/global-structs-enums.mdx +++ b/ui-libraries/material/docs/src/content/docs/reference/global-structs-enums.mdx @@ -1,5 +1,4 @@ --- - title: Global Structs and Enums description: Global Structs and Enums --- diff --git a/ui-libraries/material/src/LICENSE.md b/ui-libraries/material/src/LICENSE.md index 982de4ccd7..07a470b3b8 100644 --- a/ui-libraries/material/src/LICENSE.md +++ b/ui-libraries/material/src/LICENSE.md @@ -1,4 +1,3 @@ - MIT License diff --git a/ui-libraries/material/src/README.md b/ui-libraries/material/src/README.md index 9d2fe19c96..733446a231 100644 --- a/ui-libraries/material/src/README.md +++ b/ui-libraries/material/src/README.md @@ -1,4 +1,3 @@ - # Material Design 3 component set for Slint