xx789633 commented on code in PR #1924:
URL: https://github.com/apache/fluss/pull/1924#discussion_r2506844250


##########
website/docs/quickstart/flink-lake.md:
##########
@@ -23,6 +21,132 @@ We encourage you to use a recent version of Docker and 
[Compose v2](https://docs
 
 ### Starting required components
 
+<Tabs groupId="lake-tabs">
+  <TabItem value="paimon" label="Paimon" default>
+
+We will use `docker compose` to spin up the required components for this 
tutorial.
+
+1. Create a working directory for this guide.
+
+```shell
+mkdir fluss-quickstart-flink

Review Comment:
   addressed



##########
website/docs/quickstart/flink-lake.md:
##########
@@ -437,8 +447,103 @@ LEFT JOIN fluss_nation FOR SYSTEM_TIME AS OF o.ptime AS n
     ON c.nation_key = n.nation_key;
 ```
 
+  </TabItem>
+</Tabs>
+
 ### Real-Time Analytics on Fluss datalake-enabled Tables

Review Comment:
   done



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to