We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9a4bbb commit 170ea2fCopy full SHA for 170ea2f
docs/cdk/get-started/quickstart-rollup.md
@@ -69,17 +69,13 @@ make run
69
70
The `make run` command spins up the containers that run the environment, but nothing else. This means that the L2 has no data yet.
71
72
-### 3.2 Test with data
73
-
74
-Test a use case from the [test with sample data](#4-test-with-sample-data) section.
75
76
-### 3.3 Stop the environment
+### 3.2 Stop the environment
77
78
```bash
79
make stop
80
```
81
82
-### 3.4 Restart the environment
+### 3.3 Restart the environment
83
84
85
make restart
0 commit comments