This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v3-0-test in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-0-test by this push: new d7351500d64 [v3-0-test] modify asset ui doc (#55152) (#55326) d7351500d64 is described below commit d7351500d645ec0a9f0029797f777fa45e4e7409 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Sun Sep 7 22:04:47 2025 +0200 [v3-0-test] modify asset ui doc (#55152) (#55326) (cherry picked from commit 9b65b5b630f79d393980332d97c781c795334c5c) Signed-off-by: Xch1 <qch...@gmail.com> Co-authored-by: Xch1 <34787736+xch...@users.noreply.github.com> Co-authored-by: Xch1 <xch1@Xch1-Macbook-Air.local> --- dev/breeze/doc/03_developer_tasks.rst | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/dev/breeze/doc/03_developer_tasks.rst b/dev/breeze/doc/03_developer_tasks.rst index ca4489b2d57..add23690a20 100644 --- a/dev/breeze/doc/03_developer_tasks.rst +++ b/dev/breeze/doc/03_developer_tasks.rst @@ -333,6 +333,22 @@ in ``--from-ref`` and ``--to-ref`` flags. The main reason is to keep consistency in the results of static checks and to make sure that our code is fine when running the lowest supported version. +Compiling ui assets +-------------------- + +Before starting Airflow, Airflow API server needs to prepare www assets - compiled with node and yarn. The ``compile-ui-assets`` +command takes care about it. This is needed when you want to run API server inside of the breeze. + +.. image:: ./images/output_compile-ui-assets.svg + :target: https://raw.githubusercontent.com/apache/airflow/main/dev/breeze/images/output_compile-ui-assets.svg + :width: 100% + :alt: Breeze compile-ui-assets + +Note + +This command requires the ``prek`` tool, which should be installed by following `this guide <../../../contributing-docs/03_contributors_quick_start.rst#configuring-prek>`__. + + Starting Airflow ---------------- @@ -402,20 +418,6 @@ These are all available flags of ``exec`` command: :alt: Breeze exec -Compiling ui assets --------------------- - -Airflow API server needs to prepare www assets - compiled with node and yarn. The ``compile-ui-assets`` -command takes care about it. This is needed when you want to run API server inside of the breeze. - -.. image:: ./images/output_compile-ui-assets.svg - :target: https://raw.githubusercontent.com/apache/airflow/main/dev/breeze/images/output_compile-ui-assets.svg - :width: 100% - :alt: Breeze compile-ui-assets - -Note - -This command requires the ``prek`` tool, which should be installed by following `this guide <../../../contributing-docs/03_contributors_quick_start.rst#configuring-prek>`__. Breeze cleanup --------------