Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create new menu #1018

Merged
merged 1 commit into from
Jan 6, 2025
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
70 changes: 70 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,73 @@ figures:

development:
version_tooltip: "tmap v4 documentation"


navbar:
structure:
left: [reference, basics, foundations, example, comparison, advanced, news]
components:
home: ~
basics:
text: Get Started
menu:
- text: Visual variables
href: articles/01_basics_vv
- text: Scales
href: articles/02_basics_scales
- text: Facets
href: articles/03_basics_facets
- text: Legends
href: articles/04_basics_legends
- text: Modes
href: articles/05_basics_modes
- text: Basemaps
href: articles/06_basics_basemaps
- text: Components
href: articles/07_basics_components
- text: Charts
href: articles/08_basics_charts
- text: Exporting
href: articles/09_basics_exporting
- text: Layout
href: articles/091_basics_layout
- text: Multivariate
href: articles/092_basics_multivariate

foundations:
text: Foundations
menu:
- text: Grammar of Graphics
href: articles/11_foundations_gg
- text: Map projections (CRS)
href: articles/12_foundations_crs

example:
text: Examples
menu:
- text: choropleth (World)
href: articles/21_examples_choro_World
- text: choropleth (Netherlands)
href: articles/22_examples_choro_NLD
- text: Rasters
href: articles/23_examples_raster
- text: Gridmaps
href: articles/24_examples_gridmaps

comparison:
text: Comparison
menu:
- text: tmap vs ggplot2
href: articles/31_versus_ggplot2
- text: tmap vs mapview
href: articles/32_versus_mapview

advanced:
text: Advanced
menu:
- text: Options
href: articles/41_options
- text: Margins and aspect ratio
href: articles/42_margins
- text: Extending tmap
href: articles/43_extensions
2 changes: 1 addition & 1 deletion vignettes/11_foundations_gg.Rmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "tmap foundations: Grammar of Graphics`"
title: "tmap foundations: Grammar of Graphics"
output:
bookdown::html_vignette2:
pkgdown:
Expand Down
Binary file not shown.
Loading