Skip to content

Commit

Permalink
Merge pull request #175 from TidierOrg/0.11.0-dev
Browse files Browse the repository at this point in the history
remove reference to geom_contour in nav
  • Loading branch information
rdboyes authored Feb 16, 2025
2 parents 345ffb4 + 0cdc357 commit 9603d31
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
3 changes: 2 additions & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
DocumenterMarkdown = "997ab1e6-3595-5248-9280-8efb232c3433"
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
PalmerPenguins = "8b842266-38fa-440a-9b57-31493939ab85"
RDatasets = "ce6b1742-4840-55fa-b093-852dadbb1d8b"
TidierData = "fe2206b3-d496-4ee9-a338-6a095c4ece80"
TidierPlots = "337ecbd1-5042-4e2a-ae6f-ca776f97570a"

[compat]
Documenter = "0.27.18"
Documenter = "0.27.18"
37 changes: 18 additions & 19 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ theme:
# - toc.integrate # Table of contents is integrated on the left; does not appear separately on the right.
- header.autohide # header disappears as you scroll
palette:
# Light mode
# Light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: white
Expand Down Expand Up @@ -97,7 +97,7 @@ markdown_extensions:
custom_checkbox: true
- def_list
- pymdownx.tabbed:
alternate_style: true
alternate_style: true
- attr_list
- md_in_html

Expand All @@ -113,21 +113,20 @@ plugins:
nav:
- "Home": "index.md"
- "Reference":
- "geom_bar": "examples/generated/geoms/geom_bar.md"
- "geom_boxplot": "examples/generated/geoms/geom_boxplot.md"
- "geom_col": "examples/generated/geoms/geom_col.md"
- "geom_contour": "examples/generated/geoms/geom_contour.md"
- "geom_density": "examples/generated/geoms/geom_density.md"
- "geom_errorbars": "examples/generated/geoms/geom_errorbars.md"
- "geom_hist": "examples/generated/geoms/geom_hist.md"
- "geom_hvlines": "examples/generated/geoms/geom_hvlines.md"
- "geom_lines": "examples/generated/geoms/geom_lines.md"
- "geom_point": "examples/generated/geoms/geom_point.md"
- "geom_smooth": "examples/generated/geoms/geom_smooth.md"
- "geom_text": "examples/generated/geoms/geom_text.md"
- "geom_tile": "examples/generated/geoms/geom_tile.md"
- "geom_violin": "examples/generated/geoms/geom_violin.md"
- "geom_bar": "examples/generated/geoms/geom_bar.md"
- "geom_boxplot": "examples/generated/geoms/geom_boxplot.md"
- "geom_col": "examples/generated/geoms/geom_col.md"
- "geom_density": "examples/generated/geoms/geom_density.md"
- "geom_errorbars": "examples/generated/geoms/geom_errorbars.md"
- "geom_hist": "examples/generated/geoms/geom_hist.md"
- "geom_hvlines": "examples/generated/geoms/geom_hvlines.md"
- "geom_lines": "examples/generated/geoms/geom_lines.md"
- "geom_point": "examples/generated/geoms/geom_point.md"
- "geom_smooth": "examples/generated/geoms/geom_smooth.md"
- "geom_text": "examples/generated/geoms/geom_text.md"
- "geom_tile": "examples/generated/geoms/geom_tile.md"
- "geom_violin": "examples/generated/geoms/geom_violin.md"
- "Tutorials":
- "Getting Started": "examples/generated/UserGuide/gettingstarted.md"
- "Contribute" : "examples/generated/Contributors/contributing.md"
- "API" : "reference.md"
- "Getting Started": "examples/generated/UserGuide/gettingstarted.md"
- "Contribute": "examples/generated/Contributors/contributing.md"
- "API": "reference.md"

0 comments on commit 9603d31

Please sign in to comment.