Skip to content

Commit 0f493dc

Browse files
authored
Website polish (#247)
1 parent ce6896c commit 0f493dc

63 files changed

Lines changed: 681 additions & 1156 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

doc/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/.quarto/
22
**/*.quarto_ipynb
3+
**/*.quarto_ipynb_*
34
_site
45
wasm

doc/_quarto.yml

Lines changed: 58 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ website:
3030
keyboard-shortcut: []
3131
navbar:
3232
left:
33-
- get_started.qmd
33+
- text: Get started
34+
href: get_started/installation.qmd
3435
- text: Syntax
3536
menu:
3637
- text: Overview
@@ -65,54 +66,66 @@ website:
6566
- text: Report a Bug
6667
href: https://github.com/ggsql-dev/ggsql/issues
6768
sidebar:
68-
id: syntax
69-
title: Syntax
70-
style: "floating"
71-
search: true
72-
logo: false
73-
contents:
74-
- text: Overview
75-
href: syntax/index.qmd
76-
- section: "Main clauses"
77-
contents:
78-
- text: "`VISUALISE`"
79-
href: syntax/clause/visualise.qmd
80-
- text: "`DRAW`"
81-
href: syntax/clause/draw.qmd
82-
- text: "`PLACE`"
83-
href: syntax/clause/place.qmd
84-
- text: "`SCALE`"
85-
href: syntax/clause/scale.qmd
86-
- text: "`FACET`"
87-
href: syntax/clause/facet.qmd
88-
- text: "`PROJECT`"
89-
href: syntax/clause/project.qmd
90-
- text: "`LABEL`"
91-
href: syntax/clause/label.qmd
92-
- section: Layers
93-
contents:
94-
- section: Types
95-
contents:
96-
- auto: syntax/layer/type/*
97-
- section: Position adjustment
98-
contents:
99-
- auto: syntax/layer/position/*
100-
- section: Scales
101-
contents:
102-
- section: Types
103-
contents:
104-
- auto: syntax/scale/type/*
105-
- section: Aesthetics
106-
contents:
107-
- auto: syntax/scale/aesthetic/*
108-
- section: Coordinate systems
109-
contents:
110-
- auto: syntax/coord/*
111-
69+
- id: syntax
70+
title: Syntax
71+
style: "floating"
72+
search: true
73+
logo: false
74+
contents:
75+
- text: Overview
76+
href: syntax/index.qmd
77+
- section: "Main clauses"
78+
contents:
79+
- text: "`VISUALISE`"
80+
href: syntax/clause/visualise.qmd
81+
- text: "`DRAW`"
82+
href: syntax/clause/draw.qmd
83+
- text: "`PLACE`"
84+
href: syntax/clause/place.qmd
85+
- text: "`SCALE`"
86+
href: syntax/clause/scale.qmd
87+
- text: "`FACET`"
88+
href: syntax/clause/facet.qmd
89+
- text: "`PROJECT`"
90+
href: syntax/clause/project.qmd
91+
- text: "`LABEL`"
92+
href: syntax/clause/label.qmd
93+
- section: Layers
94+
contents:
95+
- section: Types
96+
contents:
97+
- auto: syntax/layer/type/*
98+
- section: Position adjustment
99+
contents:
100+
- auto: syntax/layer/position/*
101+
- section: Scales
102+
contents:
103+
- section: Types
104+
contents:
105+
- auto: syntax/scale/type/*
106+
- section: Aesthetics
107+
contents:
108+
- auto: syntax/scale/aesthetic/*
109+
- section: Coordinate systems
110+
contents:
111+
- auto: syntax/coord/*
112+
- id: get_started
113+
title: Get started
114+
style: "floating"
115+
search: false
116+
logo: false
117+
contents:
118+
- text: Installation
119+
href: get_started/installation.qmd
120+
- text: The first plot
121+
href: get_started/first_plot.qmd
122+
- text: Grammar of graphics
123+
href: get_started/grammar.qmd
112124

113125
format:
114126
html:
115127
lightbox: auto
128+
highlight-style: pygments
116129
syntax-definitions:
117130
- ggsql.xml
118131
theme:

0 commit comments

Comments
 (0)