We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2edb7f commit de07256Copy full SHA for de07256
docs/quick-start.mdx
@@ -24,7 +24,7 @@ Let's get started?
24
25
<VerticalStepper>
26
27
-## Download ClickHouse
+## Download ClickHouse {#download-the-binary}
28
29
ClickHouse runs natively on Linux, FreeBSD and macOS, and runs on Windows via
30
the [WSL](https://learn.microsoft.com/en-us/windows/wsl/about). The simplest way to download ClickHouse locally is to run the
plugins/remark-custom-blocks.js
@@ -88,7 +88,6 @@ const plugin = (options) => {
88
name: 'expanded', // Pass 'expanded' prop to React component
89
value: 'true'
90
});
91
- console.log('Added expanded="true" attribute'); // Log from original code
92
}
93
94
// --- 4. Generate Child <Step> Nodes ---
0 commit comments