Skip to content
Merged
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
35 changes: 25 additions & 10 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
url: https://davidrsch.github.io/kerasnip/
template:
includes:
in_header: >
<!-- Future google search metadata tag -->
<meta name="google-site-verification" content="kphyQu6n4JhBUuoLZxnJpD9dbw9q5FLwqXb9AkI2fhU" />
bootstrap: 5
bslib:
primary: "#BF281B"
danger: "white"
navbar-light-color: "white"
navbar-light-brand-color: "white"
navbar-light-brand-hover-color: "white"
code_font: "monospace"

guides:
- title: "Getting Started"
navbar: ~
contents:
- getting-started
- functional-api

# examples:

reference:
- title: "Core Functions"
Expand All @@ -22,24 +42,19 @@ reference:
- register_keras_optimizer
- keras_objects

articles:
- title: "Getting Started"
navbar: ~
contents:
- getting-started
- functional-api

development:
mode: auto

navbar:
bg: primary
type: light
structure:
left: [intro, reference, articles, news]
left: [intro, guides, examples, reference, news]
right: [search, github]
components:
intro:
text: "Get started"
href: articles/getting-started.html
text: "Getting started"
href: guides/getting-started.html
github:
icon: fa-github
href: https://github.com/davidrsch/kerasnip
Loading