diff --git a/_pkgdown.yml b/_pkgdown.yml
index c350b36..de87b68 100644
--- a/_pkgdown.yml
+++ b/_pkgdown.yml
@@ -6,38 +6,37 @@ template:
primary: "#CA225E"
includes:
- in_header: |
-
+ in_header: |
+
+
development:
mode: auto
reference:
- - title: Create orbital objects
- desc: >
- Turn a fitted workflow, parsnip, or recipes object into an orbital
- object. This will almost always be the first function you use.
- contents:
- - orbital
- - title: Prediction
- desc: >
- An orbital object can be predicted with, using data.frames or
- connections to data bases.
- contents:
- - predict.orbital_class
- - augment.orbital_class
- - title: Code generation
- desc: >
- An orbital object can be turned into code itself that produces the same
- output as predicting would.
- contents:
- - orbital_dt
- - orbital_inline
- - orbital_sql
- - orbital_r_fun
- - title: Read and Write
- desc: >
- Reading and writing orbital objects to json files for easy storage.
- contents:
- - orbital_json_read
- - orbital_json_write
+- title: Create orbital objects
+ desc: >
+ Turn a fitted workflow, parsnip, or recipes object into an orbital object. This will almost always be the first function you use.
+ contents:
+ - orbital
+- title: Prediction
+ desc: >
+ An orbital object can be predicted with, using data.frames or connections to data bases.
+ contents:
+ - predict.orbital_class
+ - augment.orbital_class
+- title: Code generation
+ desc: >
+ An orbital object can be turned into code itself that produces the same
+ output as predicting would.
+ contents:
+ - orbital_dt
+ - orbital_inline
+ - orbital_sql
+ - orbital_r_fun
+- title: Read and Write
+ desc: >
+ Reading and writing orbital objects to json files for easy storage.
+ contents:
+ - orbital_json_read
+ - orbital_json_write