Skip to content

Commit a92d34b

Browse files
committed
Update pkgdowm.yml
1 parent 9fffc49 commit a92d34b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

_pkgdown.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ guides:
1919
contents:
2020
- sequential_model
2121
- functional_api
22+
- workflows_sequential
23+
- workflows_functional
2224

2325
# examples:
2426

@@ -54,6 +56,12 @@ reference:
5456
- extract_keras_model
5557
- keras_evaluate
5658

59+
- title: "Custom recipe steps"
60+
desc: >
61+
Custom stpes for recipe which uses kerasnip models specifications
62+
contents:
63+
- step_collapse
64+
5765
development:
5866
mode: auto
5967

@@ -75,6 +83,11 @@ navbar:
7583
href: articles/sequential_model.html
7684
- text: "Functional API"
7785
href: articles/functional_api.html
86+
- text: "Workflows"
87+
- text: "Sequential Model"
88+
href: articles/workflows_sequential.html
89+
- text: "Functional API"
90+
href: articles/workflows_functional.html
7891
github:
7992
icon: fa-github
8093
href: https://github.com/davidrsch/kerasnip

0 commit comments

Comments
 (0)