Skip to content

Commit 87ac0c3

Browse files
committed
move version to only in reference
1 parent 92349c6 commit 87ac0c3

2 files changed

Lines changed: 18 additions & 9 deletions

File tree

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
python version_config.py
88
python -m quartodoc build
99
python -m quartodoc interlinks
10-
quarto preview
10+
quarto render

docs/_quarto.yml

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ project:
44
output-dir: _site
55

66
website:
7-
title: "Vetiver {{< env VERSION >}}"
7+
title: "Vetiver (Python)"
88
description: "Version, share, deploy, and monitor your Python models"
99
repo-url: https://github.com/rstudio/vetiver-python
1010
repo-actions: [edit, issue]
1111
page-navigation: true
12-
favicon: "images/favicon.ico"
12+
favicon: "figures/logo.svg"
1313
page-footer:
1414
left: |
1515
Proudly supported by
@@ -22,11 +22,12 @@ website:
2222
href: https://github.com/rstudio/vetiver-python
2323
aria-label: Vetiver python GitHub
2424
navbar:
25-
logo: figures/logo.svg
25+
background: primary
26+
pinned: true
27+
logo: "figures/logo.svg"
28+
logo-alt: "vetiver-home"
2629
search: true
2730
left:
28-
- href: index.qmd
29-
text: Home
3031
- text: "Reference"
3132
file: reference/index.qmd
3233
- text: "Advanced Usage"
@@ -37,10 +38,18 @@ website:
3738
- text: "Vetiver main site"
3839
href: https://vetiver.rstudio.com
3940

41+
sidebar:
42+
- id: reference
43+
contents: "_sidebar.yml"
44+
4045
quartodoc:
4146
style: pkgdown
47+
title: "Vetiver-{{< env VERSION >}}"
4248
package: vetiver
43-
display_name: full
49+
display_name: relative
50+
renderer:
51+
style: markdown
52+
display_name: relative
4453
sidebar: "_sidebar.yml"
4554
sections:
4655
- title: Version
@@ -55,8 +64,8 @@ quartodoc:
5564
desc: ""
5665
contents:
5766
- VetiverAPI
58-
# - VetiverAPI.run
59-
# - VetiverAPI.vetiver_post
67+
- VetiverAPI.run
68+
- VetiverAPI.vetiver_post
6069
- vetiver_endpoint
6170
- predict
6271
- write_app

0 commit comments

Comments
 (0)