Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/.quarto/
**/*.quarto_ipynb
**/*.quarto_ipynb_*
_site
wasm
103 changes: 58 additions & 45 deletions doc/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ website:
keyboard-shortcut: []
navbar:
left:
- get_started.qmd
- text: Get started
href: get_started/installation.qmd
- text: Syntax
menu:
- text: Overview
Expand Down Expand Up @@ -65,54 +66,66 @@ website:
- text: Report a Bug
href: https://github.com/ggsql-dev/ggsql/issues
sidebar:
id: syntax
title: Syntax
style: "floating"
search: true
logo: false
contents:
- text: Overview
href: syntax/index.qmd
- section: "Main clauses"
contents:
- text: "`VISUALISE`"
href: syntax/clause/visualise.qmd
- text: "`DRAW`"
href: syntax/clause/draw.qmd
- text: "`PLACE`"
href: syntax/clause/place.qmd
- text: "`SCALE`"
href: syntax/clause/scale.qmd
- text: "`FACET`"
href: syntax/clause/facet.qmd
- text: "`PROJECT`"
href: syntax/clause/project.qmd
- text: "`LABEL`"
href: syntax/clause/label.qmd
- section: Layers
contents:
- section: Types
contents:
- auto: syntax/layer/type/*
- section: Position adjustment
contents:
- auto: syntax/layer/position/*
- section: Scales
contents:
- section: Types
contents:
- auto: syntax/scale/type/*
- section: Aesthetics
contents:
- auto: syntax/scale/aesthetic/*
- section: Coordinate systems
contents:
- auto: syntax/coord/*

- id: syntax
title: Syntax
style: "floating"
search: true
logo: false
contents:
- text: Overview
href: syntax/index.qmd
- section: "Main clauses"
contents:
- text: "`VISUALISE`"
href: syntax/clause/visualise.qmd
- text: "`DRAW`"
href: syntax/clause/draw.qmd
- text: "`PLACE`"
href: syntax/clause/place.qmd
- text: "`SCALE`"
href: syntax/clause/scale.qmd
- text: "`FACET`"
href: syntax/clause/facet.qmd
- text: "`PROJECT`"
href: syntax/clause/project.qmd
- text: "`LABEL`"
href: syntax/clause/label.qmd
- section: Layers
contents:
- section: Types
contents:
- auto: syntax/layer/type/*
- section: Position adjustment
contents:
- auto: syntax/layer/position/*
- section: Scales
contents:
- section: Types
contents:
- auto: syntax/scale/type/*
- section: Aesthetics
contents:
- auto: syntax/scale/aesthetic/*
- section: Coordinate systems
contents:
- auto: syntax/coord/*
- id: get_started
title: Get started
style: "floating"
search: false
logo: false
contents:
- text: Installation
href: get_started/installation.qmd
- text: The first plot
href: get_started/first_plot.qmd
- text: Grammar of graphics
href: get_started/grammar.qmd

format:
html:
lightbox: auto
highlight-style: pygments
syntax-definitions:
- ggsql.xml
theme:
Expand Down
Loading
Loading