From 882779615d8ed899f32180682f15776c8439c19a Mon Sep 17 00:00:00 2001 From: Shahad Date: Sun, 19 Jan 2025 19:18:38 +0300 Subject: [PATCH] Update presto console docs --- presto-docs/src/main/sphinx/develop/presto-console.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/presto-docs/src/main/sphinx/develop/presto-console.rst b/presto-docs/src/main/sphinx/develop/presto-console.rst index 6566dba55de25..5bdadb495c695 100644 --- a/presto-docs/src/main/sphinx/develop/presto-console.rst +++ b/presto-docs/src/main/sphinx/develop/presto-console.rst @@ -38,8 +38,8 @@ Please follow these rules for composing UI components: - Define components as JavaScript functions instead of classes: Some old components are written in classes and must be refactored into functions. For new components, please use function components. Check `Defining a component `_ for detailed information. -- Bootstrap: the current code base is using Bootstrap v3.3.5. You can find the CSS and components it provides - in the `Bootstrap Getting Started `_. +- Bootstrap: the current code base is using Bootstrap v5.3.3. You can find the CSS and components it provides + in the `Bootstrap Getting Started `_. - Use `flow `_ as the static type checker: Add ``//@flow`` at the beginning of the ``.jsx`` file to enable the type checker and use ``yarn run flow`` to run the flow checker.