Skip to content

Commit

Permalink
Update presto console docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-shamsan authored and yhwang committed Feb 11, 2025
1 parent 3dc68eb commit 8827796
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions presto-docs/src/main/sphinx/develop/presto-console.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://react.dev/learn/your-first-component#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 <https://bootstrapdocs.com/v3.3.5/docs/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 <https://getbootstrap.com/docs/5.3/getting-started/>`_.
- Use `flow <https://flow.org/>`_ 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.

Expand Down

0 comments on commit 8827796

Please sign in to comment.