Skip to content

Commit

Permalink
Fixes #288 create sections in reference page of doc website (#292)
Browse files Browse the repository at this point in the history
* Fixes #288 create sections in reference page of doc website

* Remove duplicated last reference section
  • Loading branch information
pchelle authored May 23, 2022
1 parent 96767e0 commit 4f1c8c1
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,51 @@ template:
# primary: "#0054AD"
# border-radius: 0.5rem
# btn-border-radius: 0.25rem

reference:
- title: "Atom Plots"
desc: "Functions for creating base plots"
contents:
- has_concept("atom plots")
- title: "Molecule Plots"
desc: "Functions for creating advanced plots"
contents:
- has_concept("molecule plots")
- title: "Updating Plots"
desc: "Functions for updating plot properties"
contents:
- starts_with("setBackground")
- starts_with("setCaption")
- starts_with("setLegend")
- starts_with("setPlot")
- starts_with("setX")
- starts_with("setY")
- matches("setGrid")
- matches("setWatermark")
- starts_with("update")
- title: "PlotConfiguration Classes"
desc: "Classes defining plot properties"
contents:
- has_concept("PlotConfiguration classes")
- title: "DataMapping Classes"
desc: "Classes defining what data to plot"
contents:
- has_concept("DataMapping classes")
- title: "Enum Helpers"
desc: "Enums listing available values for specific properties"
contents:
- has_concept("enum helpers")
- title: "Shiny Apps"
desc: "Shiny applications"
contents:
- has_concept("shiny apps")
- title: "Themes"
desc: "Functions and classes defining default plot properties."
contents:
- ends_with("Theme")
- matches("saveThemeToJson")
- matches("runThemeMaker")
- title: "Default Settings"
desc: "Functions defining default package settings."
contents:
- starts_with("setDefault")

0 comments on commit 4f1c8c1

Please sign in to comment.