forked from rstudio/helm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
85 lines (82 loc) · 2.63 KB
/
_quarto.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
project:
type: posit-docs
pre-render:
- just setup
- just docs
render:
- charts/rstudio-workbench/README.md
- charts/rstudio-workbench/NEWS.md
- charts/rstudio-connect/README.md
- charts/rstudio-connect/NEWS.md
- charts/rstudio-pm/README.md
- charts/rstudio-pm/NEWS.md
- charts/posit-chronicle/README.md
- charts/posit-chronicle/NEWS.md
- examples/auto-scaling/README.md
- examples/rbac/README.md
- examples/workbench/README.md
- examples/connect/README.md
- docs/customize.md
- "*.qmd"
filters:
- include-code-files
website:
title: Posit Helm Charts
site-url: https://docs.posit.co/helm
bread-crumbs: true
repo-url: https://github.com/rstudio/helm
repo-actions: [edit, issue]
page-footer:
left: |
Copyright © {{< env CURRENT_YEAR >}} Posit Software, PBC. All Rights Reserved.
center: |
Posit Helm Charts
right:
- icon: question-circle-fill
aria-label: 'Link to Posit Support'
href: "https://support.posit.co/hc/en-us"
- icon: lightbulb-fill
aria-label: 'Link to Posit Solutions'
href: "https://solutions.posit.co/"
- text: "<img alt='Link to Posit Documentation' src='/images/posit-guide-ltmd.svg' id='footer-right-logo'>"
href: "https://docs.posit.co/"
- text: "<img alt='Link to main Posit site' src='/images/posit-icon-fullcolor.svg' id='footer-right-posit-logo'>"
href: "https://posit.co/"
sidebar:
style: "floating"
collapse-level: 1
search: true
pinned: false
contents:
- text: Overview
file: index.qmd
- section: "Posit Workbench"
contents:
- text: Overview
file: charts/rstudio-workbench/README.md
- text: Changelog
file: charts/rstudio-workbench/NEWS.md
- text: Examples
file: examples/workbench/index.qmd
- section: "Posit Connect"
contents:
- text: Overview
file: charts/rstudio-connect/README.md
- text: Changelog
file: charts/rstudio-connect/NEWS.md
- text: Examples
file: examples/connect/index.qmd
- section: "Posit Package Manager"
contents:
- text: Overview
file: charts/rstudio-pm/README.md
- text: Changelog
file: charts/rstudio-pm/NEWS.md
- text: Examples
file: examples/package-manager/index.qmd
- section: "Posit Chronicle"
contents:
- text: Overview
file: charts/posit-chronicle/README.md
- text: Changelog
file: charts/posit-chronicle/NEWS.md