diff --git a/docs/_quarto.yml b/docs/_quarto.yml index d771b9d45..4e5f10bc3 100644 --- a/docs/_quarto.yml +++ b/docs/_quarto.yml @@ -50,15 +50,14 @@ website: logo: assets/pointblank_logo_small.svg title: false left: - - text: Examples - file: demos/index.qmd + - href: index.qmd + text: Get Started + - href: demos/index.qmd + text: Examples - href: reference/index.qmd text: API Reference - href: blog/index.qmd text: Pointblog - - text: "User Guide (PDF)" - icon: file-pdf - href: user-guide.pdf right: - icon: discord href: https://discord.com/invite/YH7CybCNCQ @@ -67,7 +66,7 @@ website: sidebar: id: user-guide contents: - - section: "Getting Started" + - section: "Get Started" contents: - text: "Welcome to Pointblank" href: index.qmd diff --git a/docs/user-guide/quickstart.qmd b/docs/user-guide/quickstart.qmd index 492a77546..b445a724d 100644 --- a/docs/user-guide/quickstart.qmd +++ b/docs/user-guide/quickstart.qmd @@ -223,3 +223,7 @@ The *Data Inspection* section provides tools to explore and understand your data By following this guide, you'll gain a comprehensive understanding of how to validate, monitor, and maintain high-quality data with Pointblank. + +::: {.callout-note} +A [PDF version of the User Guide](../user-guide.pdf) is also available for offline reading. +:::