Skip to content

Commit f99a92d

Browse files
committed
fix linking + better separation in the installation guide
1 parent ef69b36 commit f99a92d

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

doc/faq.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ DRAW line
1919
::: {.callout-note collapse="true"}
2020
## How do I install ggsql?
2121

22-
See the installation instruction in the [Getting started](get_started.qmd) tutorial.
22+
See the installation instruction in the [Get started](get_started/installation.qmd) tutorial.
2323
:::
2424

2525
::: {.callout-note collapse="true"}

doc/get_started/installation.qmd

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Installation"
33
---
44

5-
While all of the examples on this website uses the ggsql WebAssembly build to let you run it in the browser, you likely want it on your own computer, interfacing with your local data.
5+
While all of the examples on this website uses the ggsql WebAssembly build to let you run it in the browser, you'll likely want it on your own computer, interfacing with your local data.
66

77
ggsql provides native installers for Windows, macOS, and Linux. Choose the best option for your platform below.
88

@@ -223,6 +223,7 @@ Download from [GitHub Releases](https://github.com/posit-dev/ggsql/releases)
223223
.icon-section {
224224
position: relative;
225225
padding-left: 5rem;
226+
margin-top: 5rem
226227
}
227228
228229
.section-icons {
@@ -236,10 +237,11 @@ Download from [GitHub Releases](https://github.com/posit-dev/ggsql/releases)
236237
</style>
237238
```
238239

240+
239241
::: {.icon-section}
240242
[![](../assets/logos/jupyter.svg){height=60} ![](../assets/logos/quarto.svg){height=60}]{.section-icons}
241243

242-
### Jupyter kernel
244+
## Jupyter kernel
243245

244246
To use ggsql in Jupyter or Quarto notebooks, install the Jupyter kernel using either `uv` (recommended) or `cargo`. The kernel is also part of the main installer linked to above.
245247

@@ -265,7 +267,7 @@ ggsql-jupyter --install
265267
::: {.icon-section}
266268
[![](../assets/logos/vscode.svg){height=60} ![](../assets/logos/positron.svg){height=60}]{.section-icons}
267269

268-
### VS Code / Positron extension
270+
## VS Code / Positron extension
269271

270272
For syntax highlighting and language support in VS Code or Positron, install the ggsql extension. You can either install it directly from the [extension marketplace](https://open-vsx.org/extension/ggsql/ggsql) from within the IDE or download and install it manually:
271273

0 commit comments

Comments
 (0)